| *** gyee has quit IRC | 00:58 | |
| *** psachin has joined #openstack-swift | 01:30 | |
| openstackgerrit | Tim Burke proposed openstack/swift master: s3api: Stop relying on container listings during multipart uploads https://review.openstack.org/610747 | 01:47 |
|---|---|---|
| *** mikecmpbll has quit IRC | 02:01 | |
| *** itlinux has joined #openstack-swift | 02:39 | |
| kota_ | timburke: oic, i didn't notice the slo_manifest_hook didn't land yet. I was just thinking i didn't update myself in the recent upstream :P | 02:49 |
| *** psachin has quit IRC | 04:10 | |
| *** psachin has joined #openstack-swift | 04:29 | |
| *** rcernin has quit IRC | 07:03 | |
| *** pcaruana has joined #openstack-swift | 07:12 | |
| *** psachin has quit IRC | 07:48 | |
| *** hseipp has joined #openstack-swift | 07:49 | |
| openstackgerrit | Romain LE DISEZ proposed openstack/swift master: SSYNC: enable multiple SSYNC connections per job https://review.openstack.org/613987 | 08:26 |
| rledisez | notmyname: ^ yes, i'm still interested. the patch is not ready, it misses some tests, and I had some strange hanging processes, i need to try again with p 623360. but I'm following on the idea | 08:29 |
| patchbot | https://review.openstack.org/#/c/623360/ - swift - Make GreenAsyncPile not hang - 1 patch set | 08:29 |
| *** ccamacho has joined #openstack-swift | 09:20 | |
| *** mikecmpbll has joined #openstack-swift | 09:49 | |
| openstackgerrit | Romain LE DISEZ proposed openstack/swift master: SSYNC: enable multiple SSYNC connections per job https://review.openstack.org/613987 | 10:38 |
| *** e0ne has joined #openstack-swift | 10:40 | |
| *** pcaruana has quit IRC | 12:21 | |
| *** pcaruana has joined #openstack-swift | 12:22 | |
| *** pcaruana is now known as pcaruana|intw| | 12:25 | |
| *** nguyenhai has quit IRC | 12:34 | |
| *** nguyenhai has joined #openstack-swift | 12:40 | |
| *** pcaruana|intw| has quit IRC | 14:05 | |
| *** pcaruana has joined #openstack-swift | 14:31 | |
| *** psachin has joined #openstack-swift | 14:51 | |
| *** psachin has quit IRC | 15:21 | |
| *** psachin has joined #openstack-swift | 15:29 | |
| *** pcaruana has quit IRC | 16:20 | |
| *** [diablo] has joined #openstack-swift | 16:21 | |
| *** e0ne has quit IRC | 16:24 | |
| *** gyee has joined #openstack-swift | 16:37 | |
| *** SkyRocknRoll has joined #openstack-swift | 16:46 | |
| *** SkyRocknRoll has quit IRC | 16:50 | |
| *** SkyRocknRoll has joined #openstack-swift | 16:53 | |
| *** SkyRocknRoll has quit IRC | 16:56 | |
| *** SkyRocknRoll has joined #openstack-swift | 16:56 | |
| *** SkyRocknRoll has quit IRC | 16:57 | |
| *** mikecmpbll has quit IRC | 16:59 | |
| notmyname | good morning | 17:02 |
| *** SkyRocknRoll has joined #openstack-swift | 17:03 | |
| *** e0ne has joined #openstack-swift | 17:13 | |
| *** hseipp has quit IRC | 17:20 | |
| *** psachin has quit IRC | 17:39 | |
| *** e0ne has quit IRC | 17:41 | |
| *** e0ne has joined #openstack-swift | 17:43 | |
| *** jungleboyj has joined #openstack-swift | 17:50 | |
| *** mikecmpbll has joined #openstack-swift | 17:55 | |
| openstackgerrit | John Dickinson proposed openstack/swift master: added value and notes to a sample config file for s3token https://review.openstack.org/625082 | 18:03 |
| tdasilva | notmyname, timburke: was just double checking the code around get_account_info and get_container_info and I guess I misremembered that those calls are not used for a client HEAD request, only by middleware, correct? | 18:08 |
| notmyname | tdasilva: timburke is next to my desk, and he and I have opposite gut reactions to than question :-) | 18:09 |
| tdasilva | lol | 18:09 |
| notmyname | so I'd go with timburke's answer ;-) | 18:10 |
| notmyname | or we should Go To The Code! | 18:10 |
| tdasilva | i was really hoping that we would use the cache info, but from my reading of the code again it doesn't seem to | 18:10 |
| tdasilva | https://github.com/openstack/swift/blob/master/swift/proxy/controllers/container.py#L87 | 18:12 |
| *** itlinux has quit IRC | 18:13 | |
| openstackgerrit | John Dickinson proposed openstack/swift master: added value and notes to a sample config file for s3token https://review.openstack.org/625082 | 18:13 |
| *** itlinux has joined #openstack-swift | 18:13 | |
| openstackgerrit | John Dickinson proposed openstack/swift master: added value and notes to a sample config file for s3token https://review.openstack.org/625082 | 18:13 |
| timburke | yeah, not using the cache info for HEADs matches my recollection of things | 18:17 |
| tdasilva | timburke: ok, that matches with what I reading, which leads to my next question. Would exposing those two calls to internal_client seem like a bad idea? The use-case I'm trying to solve for is where I have an internal_client object and I need to find out if all containers in a given account are sharded or not. | 18:21 |
| tdasilva | so I was hoping that just hitting the proxies (with the cached information) would be better than going all the way to the container servers + disks | 18:23 |
| timburke | might be able to just have the IC user hit memcached directly... | 18:25 |
| openstackgerrit | John Dickinson proposed openstack/swift master: authors/changelog for 2.20.0 release https://review.openstack.org/625116 | 18:27 |
| notmyname | timburke: now with renofication ^^ | 18:27 |
| *** SkyRocknRoll has quit IRC | 18:29 | |
| *** SkyRocknRoll has joined #openstack-swift | 18:32 | |
| *** joeljwright has quit IRC | 18:44 | |
| openstackgerrit | Tim Burke proposed openstack/swift master: s3api: Stop relying on container listings during multipart uploads https://review.openstack.org/610747 | 18:49 |
| notmyname | timburke: this doesn't seem like our fault in the code? http://logs.openstack.org/16/625116/3/experimental/swift-multinode-rolling-upgrade-queens/fb9d83e/job-output.txt.gz#_2018-12-14_18_51_05_924165 | 18:53 |
| *** joeljwright has joined #openstack-swift | 18:54 | |
| *** ChanServ sets mode: +v joeljwright | 18:54 | |
| timburke | huh... strange... dunno what's up with that | 19:10 |
| notmyname | looks like it just reported, so I'll retrigger it | 19:11 |
| timburke | notmyname: hit a similar error on another change: http://logs.openstack.org/47/610747/6/check/swift-multinode-rolling-upgrade/5912e3e/job-output.txt.gz#_2018-12-14_19_01_33_745709 | 19:12 |
| *** e0ne has quit IRC | 19:13 | |
| *** SkyRocknRoll has quit IRC | 19:17 | |
| openstackgerrit | Tim Burke proposed openstack/swift master: s3api: Stop relying on container listings during multipart uploads https://review.openstack.org/610747 | 19:23 |
| timburke | notmyname: looks like the rolling upgrade job on https://review.openstack.org/#/c/625082/ failed for the same reason... | 19:25 |
| patchbot | patch 625082 - swift - added value and notes to a sample config file for ... - 4 patch sets | 19:25 |
| *** SkyRocknRoll has joined #openstack-swift | 19:33 | |
| *** SkyRocknRoll has quit IRC | 19:37 | |
| *** joeljwright has quit IRC | 19:40 | |
| openstackgerrit | John Dickinson proposed openstack/swift master: authors/changelog for 2.20.0 release https://review.openstack.org/625116 | 19:43 |
| notmyname | timburke: clarkb is taking a look | 19:44 |
| notmyname | in -infra | 19:44 |
| *** joeljwright has joined #openstack-swift | 19:50 | |
| *** ChanServ sets mode: +v joeljwright | 19:50 | |
| *** e0ne has joined #openstack-swift | 20:11 | |
| *** e0ne has quit IRC | 20:11 | |
| openstackgerrit | Tim Burke proposed openstack/swift master: s3api: Stop relying on container listings during multipart uploads https://review.openstack.org/610747 | 20:33 |
| *** e0ne has joined #openstack-swift | 22:23 | |
| openstackgerrit | Tim Burke proposed openstack/swift master: Maybe fix rolling upgrade job? https://review.openstack.org/625361 | 22:24 |
| notmyname | FYI https://blade.tencent.com/magellan/index_en.html | 22:39 |
| *** e0ne has quit IRC | 22:40 | |
| notmyname | *very* light on reasonable details, so I'm not really sure if there's any risk to swift or not | 22:41 |
| timburke | i'm guessing it has to do with the new SQLITE_DBCONFIG_DEFENSIVE option, but that's mainly because i can't see how anything else listed on https://www.sqlite.org/releaselog/3_26_0.html could lead to RCE... | 22:51 |
| timburke | i guess *maybe* it could be something involving the limit counter? | 22:51 |
| timburke | idk. it'll be interesting to see more about it, when that becomes public | 22:52 |
| notmyname | ubuntu has 3.22.0 available. not sure about rhel | 22:55 |
| notmyname | for now, seems there's an issue with chromium that's related to websql. but maybe there's more that hasn't been revealed yet. keep an eye on updates, and keep systems patched :-) | 23:06 |
| notmyname | timburke: rolling fix seems to have worked! | 23:09 |
| timburke | ya, think so. looks like there are some failures in the gate, but just 503s, not failure-to-run | 23:10 |
| timburke | will amend to take out the "maybe" and see if the next attempt goes better | 23:10 |
| openstackgerrit | Tim Burke proposed openstack/swift master: Fix rolling upgrade job https://review.openstack.org/625361 | 23:14 |
| timburke | oh yeah, i kinda forgot about https://review.openstack.org/#/c/609843/ ... | 23:18 |
| patchbot | patch 609843 - swift - Allow arbitrary UTF-8 strings as delimiters in con... - 2 patch sets | 23:18 |
| *** mikecmpbll has quit IRC | 23:56 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!