Wednesday, 2019-02-20

*** itlinux has joined #openstack-swift00:21
openstackgerritPete Zaitcev proposed openstack/swift master: py3: port the container  https://review.openstack.org/57032000:33
notmynamemattoliverau: timburke: asettle: done (https://review.openstack.org/#/c/636595/2)00:45
patchbotpatch 636595 - swift (stable/rocky) - Fixing target for cross-ref 'get_data_dir' - 2 patch sets00:46
*** mikecmpbll has joined #openstack-swift01:03
timburkezaitcev, you'll appreciate this one: https://github.com/eventlet/eventlet/pull/54801:17
zaitcevtimburke: I don't get it, can we now get rid of bufferedhttp.py or not yet?01:19
*** itlinux has quit IRC01:28
timburkezaitcev, how about we start by merging https://review.openstack.org/#/c/614348/ so we only have *one* buffered http client? :P01:35
patchbotpatch 614348 - swift - Make BufferedHTTPResponse.readline block less - 3 patch sets01:35
timburkethe trouble i was seeing was on the *server* side. i just thought you'd appreciate someone *else* having bugs because b'a'[0] == 97 on py301:36
zaitcevI remember that now. It was a little difficult to review somehow.01:37
zaitcevCan we get clayg look at it?01:38
zaitcevOkay, I think I can land it.01:39
*** itlinux has joined #openstack-swift02:09
mattoliveraunotmyname: thanks!02:22
openstackgerritMerged openstack/swift master: py3: port copy middleware  https://review.openstack.org/63599802:25
*** psachin has joined #openstack-swift03:05
*** itlinux has quit IRC03:45
*** itlinux has joined #openstack-swift04:02
*** itlinux has quit IRC04:10
*** itlinux has joined #openstack-swift04:13
*** itlinux has quit IRC04:18
*** itlinux has joined #openstack-swift04:23
*** itlinux has quit IRC04:28
*** itlinux has joined #openstack-swift04:33
openstackgerritMerged openstack/swift stable/rocky: Fixing target for cross-ref 'get_data_dir'  https://review.openstack.org/63659504:53
kota_timburke: i see, thanks.05:00
*** mikecmpb_ has joined #openstack-swift05:16
*** mikecmpbll has quit IRC05:17
*** itlinux_ has joined #openstack-swift05:25
*** itlinux has quit IRC05:27
*** itlinux has joined #openstack-swift05:40
*** itlinux_ has quit IRC05:43
*** itlinux has quit IRC05:56
*** tkajinam_ has joined #openstack-swift05:57
*** tkajinam has quit IRC05:59
*** mikecmpbll has joined #openstack-swift06:10
*** mikecmpb_ has quit IRC06:10
*** itlinux has joined #openstack-swift06:23
*** itlinux has quit IRC06:28
*** itlinux has joined #openstack-swift06:33
*** itlinux has quit IRC06:50
*** itlinux has joined #openstack-swift06:52
*** itlinux has quit IRC06:57
*** mikecmpbll has quit IRC07:02
*** itlinux has joined #openstack-swift07:03
*** itlinux has quit IRC07:07
openstackgerritKota Tsuyuzaki proposed openstack/swift feature/losf: Lots Of Small Files - alternate diskfile  https://review.openstack.org/63657807:18
*** e0ne has joined #openstack-swift07:25
*** itlinux has joined #openstack-swift07:25
*** ccamacho has quit IRC07:29
*** ccamacho has joined #openstack-swift07:29
openstackgerritOpenStack Proposal Bot proposed openstack/swift stable/rocky: Imported Translations from Zanata  https://review.openstack.org/63737107:35
*** itlinux has quit IRC07:36
*** hseipp has joined #openstack-swift07:44
*** pcaruana has joined #openstack-swift07:59
*** itlinux has joined #openstack-swift08:02
*** tkajinam_ has quit IRC08:14
*** itlinux has quit IRC08:16
openstackgerritNguyen Hai proposed openstack/swift master: fix tox python3 overrides  https://review.openstack.org/57298308:17
*** cschwede has joined #openstack-swift08:23
*** ChanServ sets mode: +v cschwede08:23
*** rcernin has quit IRC08:29
*** nguyenhai has joined #openstack-swift08:40
*** nguyenhai has quit IRC08:40
*** mikecmpbll has joined #openstack-swift08:59
*** e0ne has quit IRC09:33
*** mikecmpbll has quit IRC10:07
*** mikecmpbll has joined #openstack-swift10:08
openstackgerritMerged openstack/swift feature/losf: Merge remote-tracking branch 'remotes/origin/master' into losf-feature  https://review.openstack.org/63779510:11
*** ccamacho has quit IRC10:54
*** ianychoi has quit IRC10:59
*** ccamacho has joined #openstack-swift11:12
*** e0ne has joined #openstack-swift11:54
*** psachin has quit IRC13:01
*** psachin has joined #openstack-swift13:04
*** ianychoi has joined #openstack-swift13:22
*** spsurya has joined #openstack-swift13:44
*** mikecmpb_ has joined #openstack-swift15:02
*** mikecmpbll has quit IRC15:02
*** zaitcev has quit IRC15:37
*** zaitcev has joined #openstack-swift15:41
*** ChanServ sets mode: +v zaitcev15:41
*** e0ne has quit IRC16:01
*** e0ne has joined #openstack-swift16:02
*** gyee has joined #openstack-swift16:45
*** e0ne has quit IRC17:04
*** psachin has quit IRC17:04
*** pcaruana has quit IRC17:13
*** hseipp has quit IRC17:27
cwrightHi everyone, I've been asked by our dev team if there is a way "to expose per-object, non-expiring sharing URLs via the temp URL feature of swift?"17:32
cwrightI've searched some and read about ACLs and TempURL middleware, but nothing has seemed like a clear answer to their question.17:32
cwrightIs there a native way to do this in Swift?17:32
notmynametempurls are per-object, so that's already taken care of17:32
notmynameso non-expiring is not really a thing. the way to fake it is to make tempurls that expire in 9999 years or something like that17:33
cwrightnotmyname: thanks.  they are saying "if we set any expiration past 100 days the url throws a 500 internal error."17:34
notmynameoh, that's weird (and unexpected)17:34
cwrightoh, so that should be work17:39
cwright*working?17:39
timburkecwright, yeah, i would've expected that to work, too -- got a proxy-server log for one of those 500s? i'd expected it to include a traceback...17:41
cwrighttimburke: let me see if i can find one, or generate a new one17:43
*** mikecmpb_ has quit IRC17:43
openstackgerritTim Burke proposed openstack/swift master: Make BufferedHTTPResponse.readline block less  https://review.openstack.org/61434817:56
*** mikecmpbll has joined #openstack-swift17:57
*** e0ne has joined #openstack-swift18:50
*** e0ne has quit IRC19:10
*** e0ne has joined #openstack-swift19:30
*** e0ne has quit IRC19:41
*** e0ne has joined #openstack-swift19:51
openstackgerritPete Zaitcev proposed openstack/swift master: py3: port the container  https://review.openstack.org/57032019:54
zaitcevtimburke: I only removed changes that you made unnecessary, so you can just resume reviewing as it was. Like, original has   some_func(obj['name']).  I added  obj_name = obj['name']; obj_name = obj_name.encode(); some_func(obj_name).  You removed that encode, but left the now useless assignment. So, I just restored how it was.20:12
*** mikecmpb_ has joined #openstack-swift20:29
*** mikecmpbll has quit IRC20:30
timburkeare there *any* swift talks in Denver? i'm not seeing them on https://www.openstack.org/summit/denver-2019/summit-schedule/ ...20:32
*** mikecmpbll has joined #openstack-swift20:38
*** mikecmpb_ has quit IRC20:39
*** spsurya has quit IRC20:42
*** mikecmpb_ has joined #openstack-swift20:47
*** mikecmpbll has quit IRC20:48
notmynametimburke: doesn't look like the project updates have been added yet20:55
timburkei know i'm not going to be there tuesday -- i'm trying to figure out when it actually makes sense for me to get there...20:56
kota_good morning20:56
alecuyergood morning kota_20:59
kota_alecuyer: o/20:59
mattoliveraumorning21:01
alecuyerhello mattoliverau21:02
kota_notmyname: meeting?21:02
notmynamedoh!21:02
notmynameyes21:03
notmynamesorry. someone was at my desk21:03
notmynamethanks21:03
notmynameclayg: mattoliverau: zaitcev: tdasilva: timburke: rledisez: kota_: curtesey ping21:04
mattoliverauI got contacted by someone interested in getting involved in Swift via first contact sig last night. So will help him get started, which means hopefully we'll see them on here soon :)21:04
notmynamenice!!21:04
*** takamatsu_ has joined #openstack-swift21:31
*** takamatsu has quit IRC21:31
*** takamatsu_ has quit IRC21:45
*** takamatsu has joined #openstack-swift21:46
alecuyerkota_:  about the unit test failing on the LOSF patch, they all seem to say this "VersionConflict: (grpcio 1.15.0 (/home/zuul/src/git.openstack.org/openstack/swift/.tox/py27/lib/python2.7/site-packages), Requirement.parse('grpcio==1.3.3'))"21:46
alecuyer1.15.0 appears to come from https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt (found in tox.ini)21:47
alecuyerI'm not sure why that gets installed while requirements.txt says 1.3.3 but I'll look again tomorrow21:47
timburkealecuyer, it's the UPPER_CONSTRAINTS_FILE at https://github.com/openstack/swift/blob/master/tox.ini#L8 -- how hard is the requirement on 1.3.3? would we ever be able to upgrade?21:50
alecuyertimburke: grpcio from 1.3.5 onwards hangs when used with eventlet,21:53
timburkeick :-/21:53
alecuyerexcept when I. tried earlier today with 1.18.0 hoping to reproduce and test a workaround21:53
alecuyerit appeared to work21:53
alecuyer(ran functest on SAIO successfully)21:53
alecuyerSo I have to find if it actually works with more concurrency and if so, what change made it work21:54
alecuyerthen we can upgrade :)21:54
timburkezaitcev, i'm on board with p 570320. i'll let mattoliverau take a look, too, though22:13
patchbothttps://review.openstack.org/#/c/570320/ - swift - py3: port the container - 18 patch sets22:13
timburke(since it seemed like he's going to do that soon anyway)22:13
timburkeif i don't see any movement when i wake up tomorrow, i'll go ahead and merge regardless22:13
mattoliverauI'll look at it today. right after my team standup :)22:22
notmynamehttps://review.openstack.org/63828122:27
patchbotpatch 638281 - releases - swift stable backport releases - 1 patch set22:27
notmynameall 4 stable releases ^^22:27
*** rcernin has joined #openstack-swift22:27
timburkethanks mattoliverau!22:28
*** e0ne has quit IRC22:32
*** tkajinam has joined #openstack-swift22:55
openstackgerritTim Burke proposed openstack/swift master: py3: port some more middleware tests  https://review.openstack.org/63828723:02
*** rcernin has quit IRC23:06
*** rcernin has joined #openstack-swift23:08
zaitcevI don't understand that StopIteration catches every time someone does next(x). How did it work before?23:33
zaitcevYou're mixing bugfixes into the port to py3?23:34
zaitcevOh23:35

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