opendevreview | Jianjian Huo proposed openstack/swift master: Container-server: add container full namespaces GET https://review.opendev.org/c/openstack/swift/+/890470 | 00:42 |
---|---|---|
opendevreview | Clay Gerrard proposed openstack/swift master: func test send bad url https://review.opendev.org/c/openstack/swift/+/893119 | 00:57 |
opendevreview | Jianjian Huo proposed openstack/swift master: Container-server: add container full namespaces GET https://review.opendev.org/c/openstack/swift/+/890470 | 03:08 |
opendevreview | Hyeonwoo Park proposed openstack/swift master: Add additional description about locations of username and password for tempauth in SAIO in doc/source/development_saio.rst https://review.opendev.org/c/openstack/swift/+/892982 | 11:49 |
opendevreview | ASHWIN A NAIR proposed openstack/swift master: slo: Support GET/HEAD request with PartNumber https://review.opendev.org/c/openstack/swift/+/888954 | 17:26 |
opendevreview | ASHWIN A NAIR proposed openstack/swift master: slo: Support GET/HEAD request with PartNumber https://review.opendev.org/c/openstack/swift/+/888954 | 17:33 |
opendevreview | Clay Gerrard proposed openstack/swift master: slo: Support GET/HEAD request with PartNumber https://review.opendev.org/c/openstack/swift/+/888954 | 18:54 |
opendevreview | Clay Gerrard proposed openstack/swift master: untested/incomplete refactors for clayg https://review.opendev.org/c/openstack/swift/+/893272 | 18:54 |
opendevreview | ASHWIN A NAIR proposed openstack/swift master: slo: Support GET/HEAD request with PartNumber https://review.opendev.org/c/openstack/swift/+/888954 | 19:15 |
opendevreview | Merged openstack/swift master: wsgi: bad request syntax response missing txn-id https://review.opendev.org/c/openstack/swift/+/887904 | 19:19 |
kota | good morning | 20:57 |
seongsoocho | good morning kota | 20:58 |
kota | seongsoocho: o/ | 21:00 |
timburke | #startmeeting swift | 21:01 |
opendevmeet | Meeting started Wed Aug 30 21:01:49 2023 UTC and is due to finish in 60 minutes. The chair is timburke. Information about MeetBot at http://wiki.debian.org/MeetBot. | 21:01 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 21:01 |
opendevmeet | The meeting name has been set to 'swift' | 21:01 |
timburke | who's here for the swift meeting? | 21:01 |
seongsoocho | o/ | 21:01 |
mattoliver | o/ | 21:02 |
uhyeongjo | o/ | 21:02 |
kota | o/ | 21:02 |
timburke | there were just two things i really wanted to bring up | 21:03 |
timburke | #topic bobcat release | 21:03 |
timburke | i requested releases for both python-swiftclient and swift at https://review.opendev.org/c/openstack/releases/+/893009 | 21:03 |
timburke | a lot of great work has been done -- many bugs squashed, and a lot of focus on improving performance | 21:04 |
timburke | great job everyone! | 21:04 |
kota | nice | 21:04 |
timburke | for more info, see the changelog | 21:04 |
mattoliver | cool | 21:04 |
timburke | #link https://opendev.org/openstack/swift/src/branch/master/CHANGELOG | 21:04 |
timburke | #link https://opendev.org/openstack/python-swiftclient/src/branch/master/ChangeLog | 21:05 |
mattoliver | best swift yet! | 21:05 |
seongsoocho | \o/ | 21:06 |
timburke | that joke never gets old :-) | 21:06 |
timburke | next up | 21:06 |
timburke | #topic election season | 21:06 |
timburke | i actually remembered to submit my candidacy this time | 21:07 |
timburke | #link https://review.opendev.org/c/openstack/election/+/893281/1/candidates/2024.1/Swift/tburke%2540nvidia.com | 21:07 |
mattoliver | yay, timburke for PTL! | 21:08 |
timburke | there's still a lot of great stuff for us to take on next, from cluster-full scenarios to user-centric metrics -- i'm excited to see what we do next :-) | 21:09 |
timburke | that's all i've got | 21:10 |
timburke | #topic open discussion | 21:10 |
mattoliver | +100 | 21:10 |
timburke | what else should we discuss this week? | 21:10 |
mattoliver | Jianjain has been working on adding a get_namespace api into the container server | 21:10 |
mattoliver | #link https://review.opendev.org/c/openstack/swift/+/890470 | 21:11 |
mattoliver | basically namespaces are lighter shardranges objects | 21:11 |
mattoliver | he's found that creating shardranges objects at scale can be slow. And namespaces (or something similar) are also what we cache | 21:12 |
mattoliver | anyway, I've been playing with using this new namespace api in the proxy | 21:12 |
mattoliver | #link https://review.opendev.org/c/openstack/swift/+/892852 | 21:12 |
mattoliver | It's not fully ready for reviews. But seems everywhere we use shardranges in the proxy we only really care about the shard name and bounds. So moving the proxy over to this namespace record_type api seems to be coming out really well. | 21:14 |
mattoliver | and hopefully less of a memory and cpu foot print. | 21:14 |
timburke | interesting... the rolling upgrade story might get interesting... it looks like you'd get back object rows if you request namespaces from a too-old server... | 21:14 |
mattoliver | So far only the sharder needs to use the full shard record_type api | 21:14 |
mattoliver | yeah.. so that might be interesting ;) | 21:14 |
mattoliver | So a bit of work yet, but just wanted to point out shard related work that's in progress | 21:15 |
mattoliver | hmm, now youve nerd sniped me on upgrades | 21:16 |
mattoliver | thanks timburke :P | 21:16 |
timburke | heh sorry ;-) | 21:17 |
mattoliver | I wonder if we need to get better at adding some kind of api version in there somewhere. | 21:18 |
mattoliver | anyway, finally had a chance in the last week to get some swift stuff done, which has been nice. Hopefully do more. | 21:18 |
mattoliver | seongsoocho: I did see a patch from Hyeonwoo, is that one of your mentees? | 21:19 |
mattoliver | nice! | 21:19 |
seongsoocho | mattoliver: yes! | 21:20 |
seongsoocho | his irc nickname is laurelwoods | 21:20 |
timburke | #link https://review.opendev.org/c/openstack/swift/+/892982 | 21:20 |
mattoliver | laurelwoods: nice work! I'll make sure I review it today! | 21:20 |
seongsoocho | thank you mattoliver :-) | 21:21 |
laurelwoods | thx! That was my first opensource commit in my life! | 21:21 |
timburke | 🎉 | 21:21 |
mattoliver | \o/ congrats! | 21:21 |
timburke | i love a good doc improvement :-) | 21:21 |
kota | congrats! | 21:22 |
mattoliver | That's all I have this week. Hopefully I get some more swift time this week too :) I've been side tracked with other downstream related work that I hope to dig myself out of soon. | 21:24 |
timburke | all right, i think i'll call it then, and let you all get on with your mornings :-) | 21:25 |
timburke | thank you all for coming, and thank you for working on swift! | 21:25 |
timburke | #endmeeting | 21:25 |
opendevmeet | Meeting ended Wed Aug 30 21:25:32 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 21:25 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/swift/2023/swift.2023-08-30-21.01.html | 21:25 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/swift/2023/swift.2023-08-30-21.01.txt | 21:25 |
opendevmeet | Log: https://meetings.opendev.org/meetings/swift/2023/swift.2023-08-30-21.01.log.html | 21:25 |
mattoliver | thanks timburke and go team APAC :) | 21:25 |
opendevreview | Merged openstack/swift master: s3api: use string for swift info request method https://review.opendev.org/c/openstack/swift/+/892494 | 22:09 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!