Tuesday, 2019-06-18

*** Jeffrey4l has left #openstack-swift00:20
*** baojg has quit IRC01:59
*** baojg has joined #openstack-swift02:01
*** tristanC has quit IRC03:01
*** tristanC has joined #openstack-swift03: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-swift03:50
kota_the wired network will be installed... around the beginning of July.03:51
*** threestrands has joined #openstack-swift04: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 failures04:52
viks__object-replicator: 211476 successes, 24 failures04:52
viks__object-replicator: 229219 successes, 25 failures04: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 expected04:52
viks__behaviour?04:52
*** pcaruana has joined #openstack-swift04:56
*** m75abrams has joined #openstack-swift05:26
*** hogepodge has quit IRC05:36
*** hogepodge has joined #openstack-swift05:38
*** e0ne has joined #openstack-swift05: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 IRC06:26
*** e0ne has joined #openstack-swift06: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 IRC07:13
*** rdejoux has joined #openstack-swift07:15
*** tesseract has joined #openstack-swift07:24
*** threestrands has quit IRC07:36
*** spsurya has joined #openstack-swift08:01
*** e0ne has joined #openstack-swift08:23
*** psachin has quit IRC08:24
*** tkajinam has quit IRC08:50
*** rcernin has quit IRC09:57
*** psachin has joined #openstack-swift10:49
*** baojg has quit IRC10:53
openstackgerritzengjia proposed openstack/swift master: Modify S3 compatible document errors  https://review.opendev.org/66595811:52
*** tdasilva has joined #openstack-swift12:10
*** ChanServ sets mode: +v tdasilva12:10
*** zaitcev has joined #openstack-swift12:56
*** ChanServ sets mode: +v zaitcev12:56
*** baojg has joined #openstack-swift12:56
*** pcaruana has quit IRC13:37
*** psachin has quit IRC13:46
openstackgerritThiago da Silva proposed openstack/swift master: Remove nobarrier option  https://review.opendev.org/66598413:50
*** pcaruana has joined #openstack-swift13:54
*** ianychoi_ is now known as ianychoi14:26
*** e0ne has quit IRC14:28
timburkegood morning14:39
timburkeviks__, 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 stats14:42
*** baojg has quit IRC14:43
*** e0ne has joined #openstack-swift14:52
*** spsurya has quit IRC15:01
*** m75abrams has quit IRC15:05
*** gyee has joined #openstack-swift15:07
*** tdasilva has quit IRC15:19
*** tdasilva has joined #openstack-swift15:19
*** ChanServ sets mode: +v tdasilva15:19
*** e0ne has quit IRC15:28
openstackgerritTim Burke proposed openstack/swift master: Bump up our minimum eventlet version  https://review.opendev.org/66575815:37
openstackgerritTim Burke proposed openstack/swift master: Give ECAppIter greenthreads a chance to wrap up  https://review.opendev.org/66577315:38
*** viks__ has quit IRC15:39
*** mgagne has quit IRC15:39
*** d34dh0r53 has quit IRC15:39
*** d34dh0r53 has joined #openstack-swift15:40
*** mgagne has joined #openstack-swift15:42
openstackgerritTim Burke proposed openstack/swift master: py3: add swift-dsvm-functional-py3 job  https://review.opendev.org/65354815:42
*** pcaruana has quit IRC16:01
*** baojg has joined #openstack-swift16:05
*** baojg has quit IRC16:06
*** zaitcev has quit IRC16:10
*** tdasilva_ has joined #openstack-swift16:10
*** ChanServ sets mode: +v tdasilva_16:10
*** tdasilva has quit IRC16: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
patchbothttps://review.opendev.org/#/c/665403/ - swift - Enable s3api in saio docker container - 2 patch sets16:17
*** tdasilva_ is now known as tdasilva16:17
*** zaitcev has joined #openstack-swift16:22
*** ChanServ sets mode: +v zaitcev16:22
timburketdasilva, 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#L44916:25
tdasilvatimburke: 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 fine16:29
openstackgerritMerged openstack/swift master: Enable s3api in saio docker container  https://review.opendev.org/66540316:29
tdasilvaheh, nevermind :)16:30
tdasilvagate verified this patch much faster than usual16:30
*** zaitcev has quit IRC16:35
*** pcaruana has joined #openstack-swift16:45
*** zaitcev has joined #openstack-swift16:47
*** ChanServ sets mode: +v zaitcev16:47
*** e0ne has joined #openstack-swift16:51
openstackgerritTim Burke proposed openstack/swift master: func tests: tolerate more 404s when deleting  https://review.opendev.org/66605316:54
*** baojg has joined #openstack-swift16:55
timburketdasilva, the actual *gate* seems reasonable -- for some reason, the check queue seems to back up for hours and hours :-(16:55
timburkenote sure what zuul / project-config et al. is doing to cause that...16:56
*** baojg has quit IRC16:56
*** altlogbot_1 has quit IRC17:00
*** irclogbot_0 has quit IRC17:02
*** altlogbot_2 has joined #openstack-swift17:02
*** irclogbot_3 has joined #openstack-swift17:03
*** UnfairFunction has joined #openstack-swift17:04
timburkeclayg, 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
patchbotpatch 495968 - swift - Fix CooperativeRingBuilder deepcopy - 1 patch set17: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 IRC17:35
*** zaitcev has joined #openstack-swift17:49
*** ChanServ sets mode: +v zaitcev17:49
*** rdejoux has quit IRC17:56
timburke\o/ memcache and tempurl fixes are merging! thanks, tdasilva!18:04
*** BjoernT has joined #openstack-swift18:04
tdasilvamerge everything!18:04
tdasilva:)18:04
timburkelast couple unit test ports: p 652819 p 66504218:04
patchbothttps://review.opendev.org/#/c/652819/ - swift - py3: port obj/reconstructor tests - 4 patch sets18:04
patchbothttps://review.opendev.org/#/c/665042/ - swift - py3: port the test of locale - 3 patch sets18:04
timburkethen we'll have full coverage!18:05
*** e0ne has quit IRC18:13
*** e0ne has joined #openstack-swift18:29
*** guimaluf has joined #openstack-swift18:31
*** e0ne has quit IRC18:33
*** pcaruana has quit IRC18:45
timburkeyeesh ... 7+ hrs in the gate for a docs-only change? https://review.opendev.org/#/c/665958/19:01
patchbotpatch 665958 - swift - Modify S3 compatible document errors - 1 patch set19:01
timburkeit only needs to run one five-minute job!19:02
*** pcaruana has joined #openstack-swift19:05
*** e0ne has joined #openstack-swift19:38
*** tdasilva has quit IRC19:52
*** UnfairFunction has quit IRC20:05
*** BjoernT has quit IRC20:23
openstackgerritTim Burke proposed openstack/swift master: py3: formpost key-encoding follow-up  https://review.opendev.org/66379320:24
*** e0ne has quit IRC20:36
timburke9+ hrs!?20:54
*** tesseract has quit IRC21:47
openstackgerritTim Burke proposed openstack/swift master: staticweb: Allow unauthenticated users to use X-Web-Mode  https://review.opendev.org/66618622:52
openstackgerritTim Burke proposed openstack/swift master: s3api: Avoid staticweb redirects in container listings  https://review.opendev.org/66618722:52
*** tkajinam has joined #openstack-swift23:01
*** rcernin has joined #openstack-swift23:16
*** rcernin has quit IRC23:17
*** rcernin has joined #openstack-swift23:18
timburkereorganized https://wiki.openstack.org/wiki/Swift/PriorityReviews to try to get a better picture of what still needs review23:38
timburkethanks for doing (and looking at my edits on) https://review.opendev.org/#/c/665042/, zaitcev!23:38
patchbotpatch 665042 - swift - py3: port the test of locale - 3 patch sets23:38
zaitcevwell, I only made sure that [:-4] landed on correct level23:39
mattoliveraumorning23:43
timburkemattoliverau, 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!