| openstackgerrit | Tim Burke proposed openstack/liberasurecode master: Fix create_fake_frags_no_meta to use memset to fill frags https://review.opendev.org/702530 | 00:35 |
|---|---|---|
| *** threestrands has joined #openstack-swift | 00:50 | |
| *** gyee has quit IRC | 01:55 | |
| openstackgerrit | Merged openstack/swift master: Add a note to the part power increase documentation https://review.opendev.org/704662 | 03:52 |
| openstackgerrit | Merged openstack/swift master: s3api: Implement object versioning API https://review.opendev.org/673682 | 03:52 |
| tdasilva | nice! | 03:53 |
| openstackgerrit | Tim Burke proposed openstack/swift master: Authors/changelog for swift 2.24.0 https://review.opendev.org/704481 | 04:56 |
| *** ccamel has quit IRC | 06:48 | |
| *** camelCaser has joined #openstack-swift | 06:49 | |
| *** tesseract has joined #openstack-swift | 08:03 | |
| *** tkajinam has quit IRC | 08:08 | |
| *** rpittau|afk is now known as rpittau | 08:08 | |
| *** rdejoux has joined #openstack-swift | 08:08 | |
| *** rcernin has quit IRC | 08:20 | |
| *** cschwede has joined #openstack-swift | 08:44 | |
| *** ChanServ sets mode: +v cschwede | 08:44 | |
| *** mikecmpbll has joined #openstack-swift | 08:54 | |
| *** threestrands has quit IRC | 09:47 | |
| *** lifeless has quit IRC | 10:19 | |
| *** psachin has joined #openstack-swift | 10:36 | |
| *** pcaruana has quit IRC | 10:57 | |
| *** psachin has quit IRC | 11:18 | |
| *** pcaruana has joined #openstack-swift | 11:40 | |
| *** jvisser has joined #openstack-swift | 11:42 | |
| *** rpittau is now known as rpittau|bbl | 11:53 | |
| *** jvisser has quit IRC | 12:41 | |
| *** mikecmpbll has quit IRC | 13:02 | |
| *** mikecmpbll has joined #openstack-swift | 13:11 | |
| *** rpittau|bbl is now known as rpittau | 13:30 | |
| *** cschwede has quit IRC | 14:30 | |
| *** jvisser has joined #openstack-swift | 15:10 | |
| *** jvisser has quit IRC | 15:41 | |
| *** zaitcev has quit IRC | 15:46 | |
| *** jvisser has joined #openstack-swift | 15:52 | |
| *** gyee has joined #openstack-swift | 16:14 | |
| *** jvisser has quit IRC | 16:44 | |
| *** jvisser has joined #openstack-swift | 16:58 | |
| *** jvisser has quit IRC | 17:07 | |
| *** zaitcev has joined #openstack-swift | 17:11 | |
| *** ChanServ sets mode: +v zaitcev | 17:11 | |
| *** rdejoux has quit IRC | 17:18 | |
| *** jvisser has joined #openstack-swift | 17:20 | |
| *** rpittau is now known as rpittau|afk | 17:33 | |
| *** mikecmpbll has quit IRC | 17:36 | |
| clayg | @timburke thanks for the additional explination on p 704413 | 18:17 |
| patchbot | https://review.opendev.org/#/c/704413/ - swift - s3api: use native strings in s3api.auth_details ac... - 2 patch sets | 18:17 |
| clayg | always informative and educational! | 18:17 |
| clayg | @timburke on p 688594 - can we move the definition of html_escape into request helpers or something? | 18:21 |
| patchbot | https://review.opendev.org/#/c/688594/ - swift - py38: cgi lost some names - 4 patch sets | 18:21 |
| timburke | clayg, sure, gimme a bit | 18:27 |
| openstackgerrit | Merged openstack/liberasurecode master: Fix create_fake_frags_no_meta to use memset to fill frags https://review.opendev.org/702530 | 18:36 |
| *** benj_ has quit IRC | 18:47 | |
| *** benj_ has joined #openstack-swift | 18:47 | |
| *** tesseract has quit IRC | 18:59 | |
| openstackgerrit | Merged openstack/swift master: s3api: use native strings in s3api.auth_details access_key https://review.opendev.org/704413 | 19:10 |
| *** kprice789 has joined #openstack-swift | 19:15 | |
| *** gmann is now known as gmann_afk | 19:57 | |
| *** lifeless has joined #openstack-swift | 20:01 | |
| openstackgerrit | Tim Burke proposed openstack/swift master: py38: cgi lost some names https://review.opendev.org/688594 | 20:12 |
| *** jvisser has quit IRC | 20:14 | |
| openstackgerrit | Tim Burke proposed openstack/swift master: py38: cgi lost some names https://review.opendev.org/688594 | 20:57 |
| timburke | almost meeting time! | 20:59 |
| *** gmann_afk is now known as gmann | 21:17 | |
| *** rcernin has joined #openstack-swift | 21:32 | |
| *** rdejoux has joined #openstack-swift | 21:32 | |
| *** jvisser has joined #openstack-swift | 21:45 | |
| openstackgerrit | Romain LE DISEZ proposed openstack/swift master: proxy: stop sending frags to PyECLib with a Queue https://review.opendev.org/704892 | 21:47 |
| ormandj | how are people counting containers/objects on large systems? walking the filesystem is not exactly super happy fun times :) | 21:47 |
| rledisez | timburke: that's the one ^. when I run all tests, I get random failure in test.unit.proxy.test_server, but if I run only test/unit/proxy/test_server.py, it always succeed | 21:47 |
| rledisez | ormandj: you should scan the accounts directory and do some SQL (something like SELECT * FROM policy_stat) | 21:48 |
| rledisez | a simple find /srv/node/*/accounts -type f -name '*.db' -exec sqlite3 {} "SQL" \; will do the trick | 21:49 |
| rledisez | I'm also pushing this one cause it's the same story :/ | 21:53 |
| rledisez | ah, my bad, the one I as thinking (p 697653) is already proposed and tests are passing :) | 21:55 |
| timburke | \o/ | 21:55 |
| rledisez | so, only p 704892 has issue with (I think) eventlet… | 21:55 |
| patchbot | https://review.opendev.org/#/c/704892/ - swift - proxy: stop sending frags to PyECLib with a Queue - 1 patch set | 21:55 |
| rledisez | what's up patchbot, don't you like p 697653 ? | 21:56 |
| patchbot | https://review.opendev.org/#/c/697653/ - swift - Replace all "with Chunk*Timeout" by a watchdog - 5 patch sets | 21:56 |
| rledisez | ok, parenthesis I guess :) | 21:56 |
| ormandj | rledisez: thanks for the protip | 22:02 |
| *** rdejoux has quit IRC | 22:07 | |
| openstackgerrit | Merged openstack/swift stable/train: s3api: Better handle 498/429 responses https://review.opendev.org/704646 | 22:09 |
| openstackgerrit | Merged openstack/swift stable/stein: s3api: Translate 503 to S3-style 503s https://review.opendev.org/704658 | 22:09 |
| openstackgerrit | Merged openstack/swift stable/stein: s3api: Better handle 498/429 responses https://review.opendev.org/704659 | 22:09 |
| *** jvisser has quit IRC | 22:22 | |
| *** tkajinam has joined #openstack-swift | 23:07 | |
| timburke | clayg, got a sec to take another look at p 688594? | 23:55 |
| patchbot | https://review.opendev.org/#/c/688594/ - swift - py38: cgi lost some names - 6 patch sets | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!