Wednesday, 2022-05-18

acolestimburke__: apologies, I won't be able to make today's meeting19:30
opendevreviewMerged openstack/swift master: Add missing services to sample rsyslog.conf  https://review.opendev.org/c/openstack/swift/+/84167320:54
kotameeting?21:03
mattoliverI'll poke tim21:04
kotathx mattoliver21:05
zaitcevI didn't forget this time, meaning it's probably going to be jinxed with Tim's sick child or something.21:05
kota:/21:06
mattoliverlol21:06
mattoliverStill no response from him21:08
timburke__sorry, got distracted by an issue at home21:11
timburke__#startmeeting swift21:11
opendevmeettimburke__: Error: Can't start another meeting, one is in progress.  Use #endmeeting first.21:11
mattoliverthat's a weird error21:11
timburke__wha...21:11
timburke__#endmeeting21:11
opendevmeetMeeting ended Wed May 18 21:11:45 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)21:11
opendevmeetMinutes:        https://meetings.opendev.org/meetings/swift/2022/swift.2022-05-11-21.00.html21:11
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/swift/2022/swift.2022-05-11-21.00.txt21:11
opendevmeetLog:            https://meetings.opendev.org/meetings/swift/2022/swift.2022-05-11-21.00.log.html21:11
timburke__i guess i never ended it last week? oops...21:12
timburke__#startmeeting swift21:12
opendevmeetMeeting started Wed May 18 21:12:05 2022 UTC and is due to finish in 60 minutes.  The chair is timburke__. Information about MeetBot at http://wiki.debian.org/MeetBot.21:12
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.21:12
opendevmeetThe meeting name has been set to 'swift'21:12
mattoliverhow long has that been going for21:12
mattoliverlol21:12
timburke__who's here for *this week's* swift meeting?21:12
mattolivero/21:12
kotao/21:12
kotasuch a long meeting :D21:13
timburke__as usual, the agenda's at21:13
timburke__#link https://wiki.openstack.org/wiki/Meetings/Swift21:13
mattoliverI put in the first topic21:14
timburke__and it looks like mattoliver added something to it :D21:14
timburke__#topic tempurl and sha1 signatures21:14
timburke__mattoliver, take it away :-)21:14
mattoliverThanks 21:14
mattoliverGot pinged in the channel during the week, there are still people interested in getting this landed. 21:15
mattoliverWhich makes sense :P 21:15
mattoliverSo just wanted to bring it to peoples attention. To get final reviews in and let's land at least the tempurl patch21:16
timburke__i'll take a look for sure -- seems like there have been some changes since the last time i pushed anything up21:17
mattoliverThanks, yeah, I think I pushed something up at some stage too. Can't remember :P I'm in the same boat. So I'll swing back to it myself.21:17
mattoliverPeople are waiting on it, so maybe we need to make it a priority.21:18
mattoliverThat's all I have21:18
timburke__then we'll check in on other work in progress :-)21:19
timburke__#topic ring v221:19
timburke__thanks for the review and follow-up mattoliver! i haven't had a chance to loop back on it yet, i'm afraid21:19
mattoliverthat's ok. I went through the initial patch at attempted to address all the missing todos in the follow up21:20
mattolivermostly a bunch of testing. It isn't extensive but wanted to add covereage21:20
timburke__i'll try to get a fresh patch up by next week so we can land it soon-ish21:21
timburke__#topic memcache errors21:22
timburke__the first patch in the chain has already landed! https://review.opendev.org/c/openstack/swift/+/83944821:22
timburke__and i just approved the follow-up to make tempauth not hand out tokens that couldn't be set in memcache https://review.opendev.org/c/openstack/swift/+/84025021:23
timburke__there was one other follow-up to get the command name in more log messages, but the plumbing is a little awkward https://review.opendev.org/c/openstack/swift/+/83982221:24
timburke__we can live without it, but if anyone has some good ideas for a better way to carry some context around, feel free to push up a patch!21:25
mattoliverkk21:26
timburke__#topic getting rid of logging locks21:26
zaitcevWait, I could swear that I saw a memcache error propagation to client in proxy21:27
zaitcevNeither of the two linked above are it.21:27
zaitcevMust be dementia21:27
zaitcevNeither of the three21:28
zaitcevOh well, logging locks.21:28
timburke__zaitcev, what, like an uncaught error that made its way back out to eventlet, which formatted it for clients or something? i thought that was what catch_errors was for...21:29
mattoliveror another patch21:29
zaitcevtimburke__, sorry. I must be confused about it. I thought I wanted to review that one and even saved it somewhere. But oh well.21:30
zaitcevThis is what Joe Biden feels every day, I understand now.21:30
timburke__funny, i've got this dim recollection as well... like you'd added yourself to the CC list, at least *shrug*21:32
timburke__anyway, we've got https://review.opendev.org/c/openstack/swift/+/840232 in prod now, but still haven't turned it on. hopefully i'll actually have some data from prod next week?21:33
timburke__i also think maybe mattoliver was going to try it out in our demo/staging environment21:34
mattoliveryeah, I plan too.. but keep getting distracted :( 21:34
mattoliverWill try and get something done by next meeting (famous last words) :P21:34
timburke__no worries! you're getting a lot done :-)21:35
timburke__#topic backend ratelimiting21:35
timburke__we've got the first couple patches in the chain landed!21:35
timburke__there's the refactor https://review.opendev.org/c/openstack/swift/+/83496021:36
timburke__and a new option for some burstiness https://review.opendev.org/c/openstack/swift/+/83512221:36
timburke__next patch in the chain adds the new middleware itself https://review.opendev.org/c/openstack/swift/+/83604621:37
mattoliverThat last one looks good. I pushed back to make sure it was added to the SAIO pipelines so we'd start testing it more. Maybe that's more of a NIT?21:38
mattoliverJust don't want to forget about it and not realise until later21:39
timburke__there's the risk it could cause some flakey probe tests -- but then, we usually have issues with things going too *slow* in probe tests (and popping timeouts), not too *fast*21:40
timburke__and we could also just make sure it's configured to some reasonably high default21:41
mattoliverit should be defaulted to off. but alleast it'll be there to turn on21:41
mattoliverbut true21:41
timburke__all right, that's all i've got21:43
timburke__#topic open discussion21:43
timburke__anything else we should bring up this week?21:43
timburke__i bugged temoto for an eventlet release recently, and now upper-constraints has been updated to use it. this should mean the timeouts in unit tests should go away21:45
zaitcevCool21:45
kotanice21:46
zaitcevDigging through my dashboard just now during the meeting, I found that the conflict between object watcher and container sharding was not resolved. https://review.opendev.org/c/openstack/swift/+/78765621:46
zaitcevSeptember 202121:47
zaitcevOh, december. Not as long as I thought... I'll try to find cycles to complete it, so it doesn't hang around.21:47
timburke__that'll be great, thanks! sorry, i proposed the thing but then haven't really followed up on it21:48
timburke__all right, i think i'll call it21:50
timburke__thank you all for coming, and thank you for working on swift!21:50
timburke__#endmeeting21:50
opendevmeetMeeting ended Wed May 18 21:50:52 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)21:50
opendevmeetMinutes:        https://meetings.opendev.org/meetings/swift/2022/swift.2022-05-18-21.12.html21:50
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/swift/2022/swift.2022-05-18-21.12.txt21:50
opendevmeetLog:            https://meetings.opendev.org/meetings/swift/2022/swift.2022-05-18-21.12.log.html21:50
timburke__good! definitely ended this time ;-)21:51
kota:D21:52
opendevreviewMerged openstack/swift master: Don't give clients made up tokens  https://review.opendev.org/c/openstack/swift/+/84025022:33
opendevreviewTim Burke proposed openstack/swift master: ceph-tests: Remove known-failure  https://review.opendev.org/c/openstack/swift/+/84244723:31

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!