opendevreview | Tim Burke proposed openstack/swift master: probe tests: Set default timeout for subprocesses https://review.opendev.org/c/openstack/swift/+/934813 | 00:08 |
---|---|---|
opendevreview | Tim Burke proposed openstack/swift master: probe tests: Set default timeout for subprocesses https://review.opendev.org/c/openstack/swift/+/934813 | 00:09 |
*** fungi is now known as Guest9249 | 01:33 | |
*** kinrui is now known as fungi | 01:41 | |
opendevreview | Merged openstack/swift master: reconciler: Record queue-clean-up later than old-policy-clean-up https://review.opendev.org/c/openstack/swift/+/933683 | 05:47 |
opendevreview | Alistair Coles proposed openstack/swift feature/mpu: mpu-auditor: audit sessions https://review.opendev.org/c/openstack/swift/+/931517 | 10:00 |
opendevreview | Alistair Coles proposed openstack/swift feature/mpu: Merge master into feature/mpu https://review.opendev.org/c/openstack/swift/+/934939 | 10:07 |
opendevreview | Alistair Coles proposed openstack/swift feature/mpu: mpu: tolerate complete and abort mpu operations being retried https://review.opendev.org/c/openstack/swift/+/934077 | 10:37 |
opendevreview | Alistair Coles proposed openstack/swift feature/mpu: WIP mpu: migrate s3api multi_upload to use native mpu middleware https://review.opendev.org/c/openstack/swift/+/933935 | 10:37 |
opendevreview | Alistair Coles proposed openstack/swift feature/mpu: mpu: copy more user headers to final user object https://review.opendev.org/c/openstack/swift/+/934942 | 10:37 |
opendevreview | Alistair Coles proposed openstack/swift feature/mpu: mpu: forward headers with uploadPart subrequest https://review.opendev.org/c/openstack/swift/+/934943 | 10:37 |
opendevreview | Merged openstack/swift feature/mpu: Merge master into feature/mpu https://review.opendev.org/c/openstack/swift/+/934939 | 11:50 |
opendevreview | Alistair Coles proposed openstack/swift master: sq: fixups for test_logs.py https://review.opendev.org/c/openstack/swift/+/934964 | 12:46 |
*** rwmtinkywinky45 is now known as rwmtinkywinky4 | 14:58 | |
opendevreview | Clay Gerrard proposed openstack/swift master: add backoff sleep to REPLICATE https://review.opendev.org/c/openstack/swift/+/934675 | 15:45 |
opendevreview | Merged openstack/swift master: probe tests: Run relinker via subprocess https://review.opendev.org/c/openstack/swift/+/934910 | 16:21 |
opendevreview | Shreeya Deshpande proposed openstack/swift master: Remove PrefixLoggerAdapter and SwiftLoggerAdapter https://review.opendev.org/c/openstack/swift/+/931060 | 20:41 |
opendevreview | Shreeya Deshpande proposed openstack/swift master: Use a patcher to make SwiftLogAdapter looks like a StatsdClient https://review.opendev.org/c/openstack/swift/+/931473 | 20:49 |
opendevreview | Shreeya Deshpande proposed openstack/swift master: Use a patcher to make SwiftLogAdapter looks like a StatsdClient https://review.opendev.org/c/openstack/swift/+/931473 | 20:56 |
timburke | #startmeeting swift | 21:00 |
opendevmeet | Meeting started Wed Nov 13 21:00:12 2024 UTC and is due to finish in 60 minutes. The chair is timburke. Information about MeetBot at http://wiki.debian.org/MeetBot. | 21:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 21:00 |
opendevmeet | The meeting name has been set to 'swift' | 21:00 |
timburke | who's here for the swift meeting? | 21:00 |
mattoliver | o/ | 21:01 |
boosungkim-dson | Hello! | 21:02 |
acoles | o/ | 21:02 |
mattoliver | hey boosungkim-dson ! | 21:02 |
mattoliver | and Al! I feel like we haven't chatted in ages! | 21:03 |
timburke | so for once, i haven't updated the agenda *despite really trying*. something seems wrong with the wiki at the moment | 21:03 |
timburke | but i only really had two items | 21:03 |
mattoliver | sure sure :P | 21:03 |
timburke | #topic intermittent probe test failures | 21:03 |
timburke | i think i finally have a handle on them now! | 21:04 |
timburke | two of the patches related to my investigations have already merged (thanks acoles, mattoliver, and clayg!) | 21:04 |
timburke | #link https://review.opendev.org/c/openstack/swift/+/933683 | 21:04 |
patch-bot | patch 933683 - swift - reconciler: Record queue-clean-up later than old-p... (MERGED) - 2 patch sets | 21:04 |
timburke | #link https://review.opendev.org/c/openstack/swift/+/934910 | 21:05 |
patch-bot | patch 934910 - swift - probe tests: Run relinker via subprocess (MERGED) - 1 patch set | 21:05 |
timburke | leaving just one more class of failure that i've observed | 21:05 |
mattoliver | nice work tracking them down timburke | 21:05 |
timburke | which i think should get resolved by | 21:06 |
timburke | #link https://review.opendev.org/c/openstack/swift/+/934813 | 21:06 |
patch-bot | patch 934813 - swift - probe tests: Set default timeout for subprocesses - 3 patch sets | 21:06 |
timburke | (at least, several rechecks of p 934350 which replaces our check jobs with 10x probe tests seems to indicate it working) | 21:07 |
patch-bot | https://review.opendev.org/c/openstack/swift/+/934350 - swift - DNM: investigating probe test timeouts - 5 patch sets | 21:07 |
mattoliver | wow, that's an interesting one. and have to mock out subprocess.Popen.wait. | 21:08 |
mattoliver | how that heck did you track that down | 21:08 |
acoles | great work Tim! the relinker one had become a blocker for me on feature/mpu | 21:08 |
timburke | waited to catch a job while it was hung, then requested a node hold | 21:08 |
mattoliver | nice one! | 21:09 |
timburke | once i hopped on, started poking around -- the python-stack-xray tool comes in handy again! | 21:09 |
timburke | hopefully this will be the last time i need to dig in on the gate for a while | 21:10 |
jianjian | thank Tim for fixing those flaky probe tests! | 21:11 |
timburke | i know acoles is already planning to take a look at that last patch, so i think that's all i've really got to say about it -- gate stability should be improving shortly! | 21:11 |
timburke | next up | 21:12 |
timburke | #topic next meeting | 21:12 |
mattoliver | I'm taking a look now too | 21:12 |
timburke | so i'm going to be out of town the next couple weeks | 21:12 |
timburke | we usually end up skipping the week of (US) thanksgiving anyway, but idk if anyone else would like to chair the meeting next week | 21:13 |
timburke | or, we can just cancel the next two meetings and look forward to december | 21:13 |
mattoliver | I can do that. not sure we'd have much to talk about.. but it can always be a quick one :) | 21:13 |
timburke | perfect. thanks, mattoliver! | 21:13 |
timburke | that's all i've got | 21:14 |
timburke | this week might be quick, too ;-) | 21:14 |
timburke | #topic open discussion | 21:14 |
timburke | what else should we bring up this week? | 21:14 |
mattoliver | So what date are you back. Seongsoo Cho wants to organise a sharding chat with us. I think we wants it next week, which is fine, maybe I'll see if Al is free or something. but maybe could hold off until your back? | 21:15 |
timburke | i'll be out Nov 16 through Dec 1 | 21:16 |
mattoliver | kk | 21:16 |
mattoliver | I don't have too much to say this week. Been distracted with downstream work and a downstream release. But some of that I hope is finishing so I hope to get some more Swift stuff done. | 21:18 |
timburke | all right, i'll call it early then, and get back to sorting out the mess i've made of the aws-chunked chain ;-) | 21:19 |
mattoliver | lol | 21:19 |
timburke | thank you all for coming, and thank you for working on swift! | 21:19 |
timburke | #endmeeting | 21:19 |
opendevmeet | Meeting ended Wed Nov 13 21:19:58 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 21:19 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/swift/2024/swift.2024-11-13-21.00.html | 21:19 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/swift/2024/swift.2024-11-13-21.00.txt | 21:19 |
opendevmeet | Log: https://meetings.opendev.org/meetings/swift/2024/swift.2024-11-13-21.00.log.html | 21:19 |
opendevreview | Tim Burke proposed openstack/swift master: probe tests: Set default timeout for subprocesses https://review.opendev.org/c/openstack/swift/+/934813 | 22:05 |
*** tkajinam is now known as Guest9338 | 22:33 | |
opendevreview | Tim Burke proposed openstack/swift master: DNM: investigating probe test timeouts https://review.opendev.org/c/openstack/swift/+/934350 | 23:15 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!