21:01:58 #startmeeting swift 21:01:58 Meeting started Wed Jun 7 21:01:58 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:58 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 21:01:58 The meeting name has been set to 'swift' 21:02:06 who's here for the swift meeting? 21:02:34 o/ 21:02:45 good morning 21:04:29 i didn't get around to updating the agenda, but i've only really got one new thing to bring up 21:04:34 first, tho... 21:04:51 #topic ssync metadata corruption on py3 21:04:56 #link https://review.opendev.org/c/openstack/swift/+/884240 21:05:35 i need to get some more reviews on this, and probably more tests around some of the other places i needed to touch 21:06:10 there's a follow-up probe test change 21:06:14 #link https://review.opendev.org/c/openstack/swift/+/884954 21:06:32 Merged openstack/liberasurecode master: Replace Flat XOR link with an archived version https://review.opendev.org/c/openstack/liberasurecode/+/869266 21:07:32 i'm a little torn about it, though, since i pulled out a check that we can retrieve the reconstructed object via the proxy 21:08:04 ...because requests/urllib3/stdlib can't parse utf8 in header names 21:08:22 I don't see any lost tests in 884240. 21:09:14 https://review.opendev.org/c/openstack/swift/+/884240/4/test/unit/obj/test_ssync_sender.py 21:09:43 no -- the change is in the probe test follow-up; it no longer checks that we get expected meta back through the proxy, but instead relies on direct_client responses 21:09:51 https://review.opendev.org/c/openstack/swift/+/884954/3/test/probe/test_reconstructor_revert.py#b97 21:10:18 o/ (sorry im late) 21:12:11 so if you've got qualms or ideas for that, let me know on the review 21:13:05 #topic missing account/container info request logging & metrics 21:13:10 #link https://review.opendev.org/c/openstack/swift/+/884931 21:13:56 acoles and clayg have taken a look, had some feedback 21:15:20 hopefully we can get a fix in soonish; it makes me nervous that i caused us to lose some telemetry like that 21:16:39 i don't know that there's much more to say about it, though, other than to beg reviews ;-) 21:16:57 so my new topic... 21:17:09 #topic labeled metrics 21:17:45 i think i mentioned this as a thing i was playing with a while ago, but hadn't gotten a patch up y'all could look at 21:18:01 but now i have :-) https://review.opendev.org/c/openstack/swift/+/885321 21:18:38 Yay, it's a big one, but that's expected for what it does. 21:19:27 I have it on my list to review.. just been distracted with some downstream work. 21:19:44 Is there anything special we need to do to use it in a saio? 21:19:52 it's still very much a work in progress -- there's a bunch of places where i raise errors that we won't want when it lands, gotta think through the upgrade path for 3rd party middlewares more, got a heap of unit tests to fix/adjust 21:20:13 Kk 21:21:04 i'm going to work on getting a doc change up to talk about adding a lightweight metrics stack to a SAIO -- mostly centered around https://github.com/prometheus/statsd_exporter and prometheus 21:23:42 longer term, we might want to be able to switch between statsd extensions (which that patch offers) and gRPC/OTLP (via some of the opentelemetry libraries mattoliver is looking at for tracing) 21:24:31 Cool, yeah that'll make it easier to review and take for a spin 😀 (statsdexporter and doc) 21:25:13 but my hope is that the metrics api calls we make in swift code won't need to change to do that, assuming the statsd extensions land first 21:25:34 i don't really want to touch all the world again like that :-( 21:26:23 What ever library we end up using is something we can worry about later, getting multilabel metrics integrated into swift if important. 21:27:49 the big thing i want out of it is to give operators the ability to opt in to much higher granularity metrics -- not just see how many req/s the cluster as a whole is doing, but how many are for each account, or even container 21:28:09 +100 21:28:55 and apply that throughout -- get account/container info on what the updaters or the sharders are processing, etc 21:30:00 if you want to start looking at it, i'd look at the statsd client changes in https://review.opendev.org/c/openstack/swift/+/885321/2/swift/common/utils/__init__.py 21:30:33 Kk 21:30:39 and maybe proxy logging as an example of how we'd update callers: https://review.opendev.org/c/openstack/swift/+/885321/2/swift/common/middleware/proxy_logging.py 21:31:07 that's all i've got 21:31:13 #topic open discussion 21:31:21 anything else we want to bring up this week? 21:33:28 Nope, like I said I've been a little distractedthis week, I am attempting to push tracing a bunch more, so look forward to me talking and asking for reviews on that soon 😜 21:34:41 Like multi label statsd metrics, it's a big and over arching change.. so fin times ahead, but the result is pretty traces 😉 21:34:53 sounds good to me :-) 21:35:17 all right -- i think i'll wrap the meeting early 21:35:30 thank you all for coming, and thank you for working on swift! 21:35:34 #endmeeting