Tuesday, 2019-12-17

*** gyee has quit IRC01:29
timburkewhew! looking back through 40+ revisions of https://review.opendev.org/#/c/682382/ is *exhausting*!01:31
patchbotpatch 682382 - swift - New Object Versioning mode - 52 patch sets01:31
tdasilvatimburke: sorry02:03
tdasilvapatchsets are great for backing up a work or just syncing with others, maybe we should use feature branches more often ??02:05
*** psachin has joined #openstack-swift03:37
*** pcaruana has joined #openstack-swift07:52
*** rpittau|afk is now known as rpittau08:05
*** tkajinam has quit IRC08:18
*** tesseract has joined #openstack-swift08:25
*** pawan-gupta_ has joined #openstack-swift09:02
*** manuvakery_ has joined #openstack-swift09:02
*** clayg_ has joined #openstack-swift09:03
*** ChanServ sets mode: +v clayg_09:03
*** nottrobin_ has joined #openstack-swift09:03
*** coreycb_ has joined #openstack-swift09:03
*** jistr_ has joined #openstack-swift09:05
*** dasp has joined #openstack-swift09:05
*** benj_- has joined #openstack-swift09:05
*** Anticime1 has joined #openstack-swift09:05
*** StevenK_ has joined #openstack-swift09:06
*** rdejoux has joined #openstack-swift09:07
*** ktsuyuzaki has joined #openstack-swift09:09
*** ChanServ sets mode: +v ktsuyuzaki09:09
*** tesseract has quit IRC09:10
*** psachin has quit IRC09:10
*** rcernin has quit IRC09:10
*** szaher has quit IRC09:10
*** jistr has quit IRC09:10
*** benj_ has quit IRC09:10
*** pawan-gupta has quit IRC09:10
*** sorrison has quit IRC09:10
*** dasp_ has quit IRC09:10
*** StevenK has quit IRC09:10
*** manuvakery has quit IRC09:10
*** kota_ has quit IRC09:10
*** peluse has quit IRC09:10
*** Anticimex has quit IRC09:10
*** coreycb has quit IRC09:10
*** clayg has quit IRC09:10
*** nottrobin has quit IRC09:10
*** pawan-gupta_ is now known as pawan-gupta09:10
*** manuvakery_ is now known as manuvakery09:12
*** clayg_ is now known as clayg09:12
*** szaher has joined #openstack-swift09:12
*** coreycb_ is now known as coreycb09:12
*** benj_- is now known as benj_09:12
*** nottrobin_ is now known as nottrobin09:12
*** tesseract has joined #openstack-swift09:17
*** rcernin has joined #openstack-swift09:19
*** ianychoi has quit IRC11:38
*** ianychoi has joined #openstack-swift11:40
*** tesseract has quit IRC12:38
*** tesseract has joined #openstack-swift12:38
*** rs_goyal has quit IRC13:22
*** tkajinam has joined #openstack-swift14:04
DHESo, container sharding not working. Best guess I'm missing some python package or something. Info: http://paste.openstack.org/show/GS6XMckHJeqsb5o8yllL/14:36
*** tkajinam has quit IRC14:47
*** gkadam has joined #openstack-swift16:06
*** rdejoux has quit IRC16:07
*** gkadam has quit IRC16:15
*** gyee has joined #openstack-swift16:29
openstackgerritCharles Hsu proposed openstack/python-swiftclient master: WIP: Support v3 application credentials auth.  https://review.opendev.org/69945716:43
*** efried_pto has quit IRC16:54
*** tesseract has quit IRC17:00
claygtimburke: so i duplicated/fixed the functest failure from when I added the second test to that one TestCase - it was an interaction with class vs. env teardown17:13
claygI'm working on a rebase of the s3api patch so I can clean stack of the patch chain for packaging17:13
claygbut I think we found some issues that are definately worth fixing ... so I'll be excited to respin as soon as we have fixes ready17:13
openstackgerritClay Gerrard proposed openstack/swift master: New Object Versioning mode  https://review.opendev.org/68238217:24
openstackgerritClay Gerrard proposed openstack/swift master: s3api: Implement object versioning API  https://review.opendev.org/67368217:24
openstackgerritClay Gerrard proposed openstack/swift master: WIP: s3api: Make multi-deletes async  https://review.opendev.org/64826317:24
*** rpittau is now known as rpittau|afk17:25
*** pcaruana has quit IRC18:38
*** pcaruana has joined #openstack-swift19:18
*** pcaruana has quit IRC19:59
*** pcaruana has joined #openstack-swift20:42
claygtest results look a little better - but there may still be some flakeyness20:43
*** rdejoux has joined #openstack-swift20:49
claygtimburke: have you had any more good ideas on 185630320:52
clayger... lp bug #185630320:52
openstackLaunchpad bug 1856303 in OpenStack Object Storage (swift) "HEAD doesn't return Content-Length header due to catch_errors middleware" [Undecided,New] https://launchpad.net/bugs/185630320:52
claygI think it's a great point that no HEAD should ever return a body chunked or otherwise - so it's fair to say "that's an eventlet bug"20:53
claygbut... i'd be there's something downstream from that bug in this guys pipeline that's somehow causing a 404 HEAD to respond transfer-encoding: chunked with a body of '' or something20:53
claygbecause like my 404 on HEAD through s3api doesn't respond transfer-encoding: chunked 🤷20:54
timburkei guess first step would be to get my pipeline to match bhaskar's...21:01
timburkehaven't had bandwidth to look into it too much further yet, though21:02
timburkehuh... just the one swift-proxy-logging in there...21:10
timburkeD: well *that* doesn't look py3-safe... https://github.com/openstack/swift/blob/2.23.0/swift/common/middleware/proxy_logging.py#L36421:12
timburkemaybe it's ok... i'll keep following the thread...21:13
*** pcaruana has quit IRC21:41
*** rcernin has quit IRC21:46
*** diablo_rojo has quit IRC21:58
*** zaitcev_ has joined #openstack-swift22:17
*** ChanServ sets mode: +v zaitcev_22:17
*** zaitcev has quit IRC22:21
*** diablo_rojo has joined #openstack-swift22:35
*** mikecmpbll has joined #openstack-swift22:41
*** rcernin has joined #openstack-swift22:42
timburkeclayg, bam! https://github.com/openstack/swift/blob/2.23.0/swift/common/middleware/proxy_logging.py#L370 <-- our saving content-length header22:47
openstackgerritTim Burke proposed openstack/swift master: Fix type on py3  https://review.opendev.org/69951322:53
timburkekinda makes me wonder if gatekeeper or catcherrors should maybe have a similar guard... belt & bracers and all...22:54
*** sorrison has joined #openstack-swift23:10
openstackgerritTim Burke proposed openstack/swift master: Forward-port stable-release changelog entries  https://review.opendev.org/69951423:11
*** tkajinam has joined #openstack-swift23:13

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!