opendevreview | Matthew Oliver proposed openstack/swift master: Ring: Change py2 only tests to py3 https://review.opendev.org/c/openstack/swift/+/835926 | 04:10 |
---|---|---|
mattoliver | ^ finding seeds that behaved like the way the py2 seeds worked in the ring that had the same kind of behaviour we were testing was a PITA. But eventually found some. | 04:12 |
timburke_ | i think i picked up that usage of "out of pocket" from clayg | 04:20 |
opendevreview | Matthew Oliver proposed openstack/swift master: db: shard up the DatabaseBroker pending files https://review.opendev.org/c/openstack/swift/+/830551 | 06:15 |
opendevreview | Alistair Coles proposed openstack/swift master: s3api: add API support for optional bucket inventory https://review.opendev.org/c/openstack/swift/+/835938 | 07:52 |
opendevreview | Alistair Coles proposed openstack/swift master: s3api: add API support for optional bucket inventory https://review.opendev.org/c/openstack/swift/+/835938 | 13:43 |
opendevreview | Alistair Coles proposed openstack/swift master: Refactor more shared code into BaseStorageServer https://review.opendev.org/c/openstack/swift/+/836045 | 17:05 |
opendevreview | Alistair Coles proposed openstack/swift master: WIP: Add per device rate limiting to storage servers https://review.opendev.org/c/openstack/swift/+/836046 | 17:05 |
manuvakery1 | Guys i have a container with 500k+ small objects( < 1kb). I am noticing a huge degradation in PUT operation performance. it takes close to 8 sec to complete a PUT. I have uploaded same object to a new container and it take 800ms | 18:02 |
manuvakery1 | https://www.irccloud.com/pastebin/VKOG2Uyz/PUT_test | 18:02 |
mattoliver | I haven't had a look at pastepin link yet, on my phone. But the container sqlite dB is probably getting too big and locking takes longer, also more so the more concurrent the puts to the container server are. | 20:32 |
mattoliver | Once the obj is put onto an obj node, the container dB's are updated. | 20:33 |
mattoliver | The container just needs to be sharded, so the namespace can be broken up into smaller dB's. | 20:34 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!