openstackgerrit | Tim Burke proposed openstack/swift master: WIP: s3api: Move authenticator logic to separate module https://review.openstack.org/613452 | 00:26 |
---|---|---|
*** itlinux has joined #openstack-swift | 00:49 | |
*** patchbot has quit IRC | 00:57 | |
*** patchbot has joined #openstack-swift | 00:57 | |
*** two_tired has joined #openstack-swift | 01:28 | |
*** rcernin has joined #openstack-swift | 01:55 | |
*** two_tired has quit IRC | 01:56 | |
kota_ | mattoliverau: morning | 03:28 |
mattoliverau | kota_: o/ | 03:32 |
mattoliverau | So I've been trying to recreate bug 1781291, but attempting on a virtual cluster on my dev laptop. I can get it to pike in container GET latency.. but not really huge. I've gone an added an index to the shard_range table and yeah, maybe an improvement. But I think my problem is simulatiing on a cluster sharing the same hardware makes it a little harder to recreate, as it's all off the same physical disk. | 03:39 |
openstack | bug 1781291 in OpenStack Object Storage (swift) "sharding: container GETs to root container get slow" [Medium,New] https://launchpad.net/bugs/1781291 | 03:39 |
mattoliverau | I try and throw more at it, and test and see if I can even get slight iops differences. | 03:39 |
mattoliverau | maybe I'll see if I can move this to the engineering cloud at work. Still use VMs but more of them which will hopeully be on different boxes and see if that goes better. | 03:40 |
mattoliverau | Either that or try and talk the wife into letting build a cluster at home ;) | 03:40 |
mattoliverau | a _real_ cluster | 03:41 |
notmyname | mattoliverau: something else to look for is the container sharder consuming a *lot* of CPU when there isn't anything to do. it's something we've seen a few times. not sure if it's merely a config thing or something actually that should be changed in code | 03:48 |
notmyname | (we've been "fixing" it by changing the interval) | 03:48 |
mattoliverau | ahh good to know, I can look for that on this little cluster | 03:49 |
mattoliverau | also a good chance to do some sharder profiling | 03:50 |
openstackgerrit | Pete Zaitcev proposed openstack/swift master: py3: adapt the account server completely https://review.openstack.org/613505 | 04:44 |
openstackgerrit | Pete Zaitcev proposed openstack/swift master: Fix up the test for .ismount https://review.openstack.org/613506 | 05:29 |
openstackgerrit | Pete Zaitcev proposed openstack/swift master: Fix up the test for .ismount https://review.openstack.org/613506 | 05:31 |
*** mahatic_ has joined #openstack-swift | 05:48 | |
*** ChanServ sets mode: +v mahatic_ | 05:48 | |
*** cwright_ has joined #openstack-swift | 05:51 | |
*** mahatic has quit IRC | 05:55 | |
*** irclogbot_2 has quit IRC | 05:55 | |
*** mattoliverau has quit IRC | 05:55 | |
*** cwright has quit IRC | 05:55 | |
*** jlvillal has quit IRC | 05:55 | |
*** aluria has quit IRC | 05:55 | |
*** hugokuo has quit IRC | 05:55 | |
*** ccamacho has quit IRC | 06:20 | |
*** ccamacho has joined #openstack-swift | 06:41 | |
*** ccamacho has quit IRC | 06:49 | |
*** ccamacho has joined #openstack-swift | 06:51 | |
*** rcernin has quit IRC | 07:22 | |
openstackgerrit | Alexandre Lécuyer proposed openstack/swift master: Remove empty directories after a revert job https://review.openstack.org/611325 | 07:36 |
*** mikecmpbll has joined #openstack-swift | 07:56 | |
*** ccamacho has quit IRC | 08:32 | |
*** ccamacho has joined #openstack-swift | 08:33 | |
openstackgerrit | Romain LE DISEZ proposed openstack/swift master: Make log format for requests configurable https://review.openstack.org/548948 | 09:03 |
*** e0ne has joined #openstack-swift | 09:16 | |
*** e0ne has quit IRC | 10:51 | |
*** e0ne_ has joined #openstack-swift | 10:52 | |
*** e0ne_ has quit IRC | 12:26 | |
*** e0ne has joined #openstack-swift | 13:25 | |
*** cwright_ is now known as cwright | 13:32 | |
*** onovy has quit IRC | 14:16 | |
*** itlinux has quit IRC | 15:13 | |
*** zaitcev has quit IRC | 15:13 | |
*** gyee has joined #openstack-swift | 15:23 | |
*** zaitcev has joined #openstack-swift | 15:23 | |
*** ChanServ sets mode: +v zaitcev | 15:23 | |
*** onovy has joined #openstack-swift | 15:31 | |
*** itlinux has joined #openstack-swift | 15:56 | |
*** mikecmpbll has quit IRC | 16:02 | |
*** e0ne has quit IRC | 16:10 | |
notmyname | good morning | 16:55 |
notmyname | we don't seem to be affected by this, but please be aware of http://lists.openstack.org/pipermail/openstack-dev/2018-October/136099.html | 17:01 |
notmyname | zaneb will be attending next week's swift team meeting where we will discuss https://review.openstack.org/#/c/592205/ | 17:20 |
patchbot | patch 592205 - governance - [DRAFT] Add a Technical Vision statement - 4 patch sets | 17:20 |
notmyname | ah, he may not make it, in fact. either way, we'll still discuss the patch | 17:22 |
zaitcev | I started looking at that patch but was neck deep in py3 and forgot | 17:52 |
zaitcev | I mean the "vision" | 17:52 |
timburke | zaitcev: you made me think of https://www.youtube.com/watch?v=7xPBHn7Cblk&t=77 | 17:59 |
timburke | :P | 17:59 |
zaitcev | Well, I'm basically done with the auditor | 18:01 |
zaitcev | er. | 18:01 |
zaitcev | I meant to say, with the account server, including auditor, replicator, server. | 18:01 |
zaitcev | BUT | 18:01 |
zaitcev | My UTF-8 encoded query parameters made a repeat appearance... So, I'll be relying on you to give it another look, in view of your ability to simplify my excessively elaborate approaches. | 18:02 |
openstackgerrit | Pete Zaitcev proposed openstack/swift master: py3: adapt the account server completely https://review.openstack.org/613505 | 18:03 |
zaitcev | timburke: BTW, please take a look at https://review.openstack.org/#/c/613506/ , it's very small | 18:05 |
patchbot | patch 613506 - swift - Fix up the test for .ismount - 2 patch sets | 18:05 |
*** e0ne has joined #openstack-swift | 18:35 | |
*** e0ne has quit IRC | 19:14 | |
*** e0ne has joined #openstack-swift | 19:19 | |
*** e0ne has quit IRC | 19:23 | |
openstackgerrit | Tim Burke proposed openstack/swift master: WIP: s3api: Move authenticator logic to separate module https://review.openstack.org/613452 | 19:23 |
*** openstackstatus has quit IRC | 20:42 | |
*** openstack has joined #openstack-swift | 20:45 | |
*** ChanServ sets mode: +o openstack | 20:45 | |
*** mikecmpbll has joined #openstack-swift | 20:55 | |
*** mikecmpbll has quit IRC | 21:41 | |
*** itlinux has quit IRC | 22:05 | |
*** pcaruana has quit IRC | 23:10 | |
*** rcernin has joined #openstack-swift | 23:44 | |
*** rcernin has quit IRC | 23:51 | |
*** itlinux has joined #openstack-swift | 23:52 | |
*** gyee has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!