*** Jeffrey4l has left #openstack-swift | 00:20 | |
*** baojg has quit IRC | 01:59 | |
*** baojg has joined #openstack-swift | 02:01 | |
*** tristanC has quit IRC | 03:01 | |
*** tristanC has joined #openstack-swift | 03:04 | |
kota_ | timburke: sorry, I would not be able to make the meeting in this week... and perhaps the next after this week, too. I will move to the new house tomorrow and that doesn't get the wired network yet so it takes mobile if i try to make it, that would be slower response. | 03:50 |
---|---|---|
*** psachin has joined #openstack-swift | 03:50 | |
kota_ | the wired network will be installed... around the beginning of July. | 03:51 |
*** threestrands has joined #openstack-swift | 04:05 | |
viks__ | Continuing with my previous question on replication failure, i see the changes in failure count in log file, i.e. | 04:52 |
viks__ | ``` | 04:52 |
viks__ | object-replicator: 229225 successes, 19 failures | 04:52 |
viks__ | object-replicator: 211476 successes, 24 failures | 04:52 |
viks__ | object-replicator: 229219 successes, 25 failures | 04:52 |
viks__ | ``` | 04:52 |
viks__ | but it is not reflected immediately in `http://localhost:6200/recon/replication/object`. I checked `/var/cache/swift/object.recon` file, the failure count is not updating immediately. It takes around 2 hours. So my question is, which process updates `/var/cache/swift/object.recon` and why i do not see the replication failure count which i see in log is not seen in recon endpoint for log time? Is this expected | 04:52 |
viks__ | behaviour? | 04:52 |
*** pcaruana has joined #openstack-swift | 04:56 | |
*** m75abrams has joined #openstack-swift | 05:26 | |
*** hogepodge has quit IRC | 05:36 | |
*** hogepodge has joined #openstack-swift | 05:38 | |
*** e0ne has joined #openstack-swift | 05:44 | |
kota_ | viks__: I think that success/failures logged by heartbeater, it's not a summary of whole replication process. | 06:09 |
kota_ | viks__: the recon will be updated once the replicator runs whole partitions in the all disks, so that means your replicator takes 2 hours to check all your data. | 06:10 |
kota_ | viks__: on the other hand, the replicator process dumps the replication status for several minutes, 300 secs in default. | 06:11 |
kota_ | viks__: so you can see the stats in your log but it's still intermediate of the whole process so that your recon was not updated yet. | 06:12 |
*** e0ne has quit IRC | 06:26 | |
*** e0ne has joined #openstack-swift | 06:36 | |
viks__ | kota_: Thanks for the reply. But is recon endpoint showing sum of all failures which it got while running on all data? or the last replicator run? | 06:43 |
*** e0ne has quit IRC | 07:13 | |
*** rdejoux has joined #openstack-swift | 07:15 | |
*** tesseract has joined #openstack-swift | 07:24 | |
*** threestrands has quit IRC | 07:36 | |
*** spsurya has joined #openstack-swift | 08:01 | |
*** e0ne has joined #openstack-swift | 08:23 | |
*** psachin has quit IRC | 08:24 | |
*** tkajinam has quit IRC | 08:50 | |
*** rcernin has quit IRC | 09:57 | |
*** psachin has joined #openstack-swift | 10:49 | |
*** baojg has quit IRC | 10:53 | |
openstackgerrit | zengjia proposed openstack/swift master: Modify S3 compatible document errors https://review.opendev.org/665958 | 11:52 |
*** tdasilva has joined #openstack-swift | 12:10 | |
*** ChanServ sets mode: +v tdasilva | 12:10 | |
*** zaitcev has joined #openstack-swift | 12:56 | |
*** ChanServ sets mode: +v zaitcev | 12:56 | |
*** baojg has joined #openstack-swift | 12:56 | |
*** pcaruana has quit IRC | 13:37 | |
*** psachin has quit IRC | 13:46 | |
openstackgerrit | Thiago da Silva proposed openstack/swift master: Remove nobarrier option https://review.opendev.org/665984 | 13:50 |
*** pcaruana has joined #openstack-swift | 13:54 | |
*** ianychoi_ is now known as ianychoi | 14:26 | |
*** e0ne has quit IRC | 14:28 | |
timburke | good morning | 14:39 |
timburke | viks__, the recon endpoint gets all its data from the recon cache files. as a result, it's always a lagging indicator, looking at the previous cycle's stats | 14:42 |
*** baojg has quit IRC | 14:43 | |
*** e0ne has joined #openstack-swift | 14:52 | |
*** spsurya has quit IRC | 15:01 | |
*** m75abrams has quit IRC | 15:05 | |
*** gyee has joined #openstack-swift | 15:07 | |
*** tdasilva has quit IRC | 15:19 | |
*** tdasilva has joined #openstack-swift | 15:19 | |
*** ChanServ sets mode: +v tdasilva | 15:19 | |
*** e0ne has quit IRC | 15:28 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Bump up our minimum eventlet version https://review.opendev.org/665758 | 15:37 |
openstackgerrit | Tim Burke proposed openstack/swift master: Give ECAppIter greenthreads a chance to wrap up https://review.opendev.org/665773 | 15:38 |
*** viks__ has quit IRC | 15:39 | |
*** mgagne has quit IRC | 15:39 | |
*** d34dh0r53 has quit IRC | 15:39 | |
*** d34dh0r53 has joined #openstack-swift | 15:40 | |
*** mgagne has joined #openstack-swift | 15:42 | |
openstackgerrit | Tim Burke proposed openstack/swift master: py3: add swift-dsvm-functional-py3 job https://review.opendev.org/653548 | 15:42 |
*** pcaruana has quit IRC | 16:01 | |
*** baojg has joined #openstack-swift | 16:05 | |
*** baojg has quit IRC | 16:06 | |
*** zaitcev has quit IRC | 16:10 | |
*** tdasilva_ has joined #openstack-swift | 16:10 | |
*** ChanServ sets mode: +v tdasilva_ | 16:10 | |
*** tdasilva has quit IRC | 16:12 | |
tdasilva_ | timburke: re p 665403 just fyi, one of the more immediate TODOs we have with the container building work is to add a functional test to the gate. I know some of the func tests are failing today, so I plan on looking into that hopefully soon... | 16:17 |
patchbot | https://review.opendev.org/#/c/665403/ - swift - Enable s3api in saio docker container - 2 patch sets | 16:17 |
*** tdasilva_ is now known as tdasilva | 16:17 | |
*** zaitcev has joined #openstack-swift | 16:22 | |
*** ChanServ sets mode: +v zaitcev | 16:22 | |
timburke | tdasilva, fwiw, it looks like we enable s3_acl for the s3api func tests in the gate: https://github.com/openstack/swift/blob/2.21.0/test/functional/__init__.py#L449 | 16:25 |
tdasilva | timburke: should we enable for the docker image? I was just thinking about sticking with default values, but going with values used in func test are also fine | 16:29 |
openstackgerrit | Merged openstack/swift master: Enable s3api in saio docker container https://review.opendev.org/665403 | 16:29 |
tdasilva | heh, nevermind :) | 16:30 |
tdasilva | gate verified this patch much faster than usual | 16:30 |
*** zaitcev has quit IRC | 16:35 | |
*** pcaruana has joined #openstack-swift | 16:45 | |
*** zaitcev has joined #openstack-swift | 16:47 | |
*** ChanServ sets mode: +v zaitcev | 16:47 | |
*** e0ne has joined #openstack-swift | 16:51 | |
openstackgerrit | Tim Burke proposed openstack/swift master: func tests: tolerate more 404s when deleting https://review.opendev.org/666053 | 16:54 |
*** baojg has joined #openstack-swift | 16:55 | |
timburke | tdasilva, the actual *gate* seems reasonable -- for some reason, the check queue seems to back up for hours and hours :-( | 16:55 |
timburke | note sure what zuul / project-config et al. is doing to cause that... | 16:56 |
*** baojg has quit IRC | 16:56 | |
*** altlogbot_1 has quit IRC | 17:00 | |
*** irclogbot_0 has quit IRC | 17:02 | |
*** altlogbot_2 has joined #openstack-swift | 17:02 | |
*** irclogbot_3 has joined #openstack-swift | 17:03 | |
*** UnfairFunction has joined #openstack-swift | 17:04 | |
timburke | clayg, so i noticed https://review.opendev.org/#/c/495968/ sitting at one +2 ... it's Alistair's patch, you seemed to have some reservation, but then Sam +2'ed even with your comment ... what should we do with it? does it make swift better? would something similar but slightly different make swift better? | 17:05 |
patchbot | patch 495968 - swift - Fix CooperativeRingBuilder deepcopy - 1 patch set | 17:05 |
timburke | (i freely admit that i haven't loaded all of the context into my head, and at nearly two years since the comment, it'd take at least as long for *you* to load up that context...) | 17:05 |
*** zaitcev has quit IRC | 17:35 | |
*** zaitcev has joined #openstack-swift | 17:49 | |
*** ChanServ sets mode: +v zaitcev | 17:49 | |
*** rdejoux has quit IRC | 17:56 | |
timburke | \o/ memcache and tempurl fixes are merging! thanks, tdasilva! | 18:04 |
*** BjoernT has joined #openstack-swift | 18:04 | |
tdasilva | merge everything! | 18:04 |
tdasilva | :) | 18:04 |
timburke | last couple unit test ports: p 652819 p 665042 | 18:04 |
patchbot | https://review.opendev.org/#/c/652819/ - swift - py3: port obj/reconstructor tests - 4 patch sets | 18:04 |
patchbot | https://review.opendev.org/#/c/665042/ - swift - py3: port the test of locale - 3 patch sets | 18:04 |
timburke | then we'll have full coverage! | 18:05 |
*** e0ne has quit IRC | 18:13 | |
*** e0ne has joined #openstack-swift | 18:29 | |
*** guimaluf has joined #openstack-swift | 18:31 | |
*** e0ne has quit IRC | 18:33 | |
*** pcaruana has quit IRC | 18:45 | |
timburke | yeesh ... 7+ hrs in the gate for a docs-only change? https://review.opendev.org/#/c/665958/ | 19:01 |
patchbot | patch 665958 - swift - Modify S3 compatible document errors - 1 patch set | 19:01 |
timburke | it only needs to run one five-minute job! | 19:02 |
*** pcaruana has joined #openstack-swift | 19:05 | |
*** e0ne has joined #openstack-swift | 19:38 | |
*** tdasilva has quit IRC | 19:52 | |
*** UnfairFunction has quit IRC | 20:05 | |
*** BjoernT has quit IRC | 20:23 | |
openstackgerrit | Tim Burke proposed openstack/swift master: py3: formpost key-encoding follow-up https://review.opendev.org/663793 | 20:24 |
*** e0ne has quit IRC | 20:36 | |
timburke | 9+ hrs!? | 20:54 |
*** tesseract has quit IRC | 21:47 | |
openstackgerrit | Tim Burke proposed openstack/swift master: staticweb: Allow unauthenticated users to use X-Web-Mode https://review.opendev.org/666186 | 22:52 |
openstackgerrit | Tim Burke proposed openstack/swift master: s3api: Avoid staticweb redirects in container listings https://review.opendev.org/666187 | 22:52 |
*** tkajinam has joined #openstack-swift | 23:01 | |
*** rcernin has joined #openstack-swift | 23:16 | |
*** rcernin has quit IRC | 23:17 | |
*** rcernin has joined #openstack-swift | 23:18 | |
timburke | reorganized https://wiki.openstack.org/wiki/Swift/PriorityReviews to try to get a better picture of what still needs review | 23:38 |
timburke | thanks for doing (and looking at my edits on) https://review.opendev.org/#/c/665042/, zaitcev! | 23:38 |
patchbot | patch 665042 - swift - py3: port the test of locale - 3 patch sets | 23:38 |
zaitcev | well, I only made sure that [:-4] landed on correct level | 23:39 |
mattoliverau | morning | 23:43 |
timburke | mattoliverau, mind if i ask you to keep an eye on the gate queue today, issue rechecks as needed? this 10hr wait just to be thwarted by a flaky test is killing me... | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!