*** lpabon has quit IRC | 00:02 | |
*** kota_ has joined #openstack-swift | 00:04 | |
*** ChanServ sets mode: +v kota_ | 00:04 | |
kota_ | good morning | 00:04 |
---|---|---|
ctennis | peluse: I'm trying to merge in the various EC fixes from master to this test cluster I have, but the two patchsets https://review.openstack.org/#/c/212187/ https://review.openstack.org/#/c/213147/ seem to have conflicts. | 00:05 |
clayg | ctennis: https://review.openstack.org/#/c/212187 is a for sure for sure | 00:06 |
ctennis | ok cool | 00:07 |
peluse | one sec... | 00:07 |
peluse | OK, I'll rebase the alt frags thing now | 00:08 |
clayg | https://review.openstack.org/#/c/213147 needs to be revisited - I'm throwing my money in with https://review.openstack.org/#/c/215276/ over back tracking to nodes for alt-frag-indexes as far as value - but that's somewhat based on my judgement of hitting lp bug #1469094 being pretty good | 00:09 |
openstack | Launchpad bug 1469094 in OpenStack Object Storage (swift) "Timeout writing .durable can cause error on GET (under failure)" [High,Confirmed] https://launchpad.net/bugs/1469094 | 00:09 |
clayg | peluse: FWIW i tried to rebase the alt-frag get stuff and found it somewhat devestated by acoles_ and my changes to the etag_buckets proxy path | 00:09 |
peluse | clayg, oh boy | 00:10 |
clayg | peluse: ctennis: did you guys *see* any duplicate frags on the nodes when you were running? | 00:10 |
peluse | not that we know of but we didn't get that far in testing | 00:10 |
ctennis | duplicate as in side by side in the same physical spot? | 00:10 |
clayg | as we understand it to get doubled frags you need a) rebalance & failures or b) reconstructor bugs | 00:10 |
clayg | where reconstructor bugs in the early days was like "pyeclib segfaults so the reconstructor isn't running for days" | 00:11 |
ctennis | never saw two frags in the same place | 00:11 |
clayg | ctennis: yup ts0#2.data and ts0#3.data in the same hashdir | 00:11 |
peluse | yeah, duplicates is probably not the right word. mult frag indexes in same hash dir | 00:11 |
ctennis | yeah, I don't know we ever got far enough to feel confident in answering that, but with what little I looked it I never saw it | 00:12 |
*** darrenc is now known as darrenc_afk | 00:12 | |
clayg | well anyway - I think backtracking to nodes for alt-frag indexes would be sweet - doing the bare minimum of not letting in two frag index for the same bucket would be a GREAT patch (let the parity nodes and buckets do it's thing) - but I'm honestly a little worried about the durable timeouts causing some issues for failure testing - or even normal benchmarking if you drive it hard enough | 00:13 |
peluse | clayg, rebase doesn't look *that* bad... not sure I know what you mean by backtracking though | 00:14 |
clayg | backtracking - reinserting nodes into the iter so you can make a second connection to the same node | 00:14 |
clayg | going - back - after the train is already down the track - backtracking :P | 00:14 |
peluse | clayg, and yeah the durable (or anywhere in the mult-phase) was behind a ton of our issues. The patch I posted just a bit ago that uses the ValueError to map to disconenct causes the proxy to try and things work after a few attempts | 00:15 |
clayg | parse error: causes the *proxy* to *re*-try?! | 00:15 |
peluse | well hell someone is... what's the behavior upstream of the obj server on raise ClientDisconnect supposed to be?? | 00:16 |
*** garthb has quit IRC | 00:17 | |
clayg | peluse: nothing that i'm aware of - i suppose if the proxy looses enough backend connctions it'll return a clean 503 to the client | 00:17 |
*** zaitcev has quit IRC | 00:17 | |
clayg | peluse: but those value errors from the object server wouldn't have effected what the proxy does i don't think - the whole point is by the time the object server blows up like that it's because the other end stopped sending bits (or quit) | 00:18 |
clayg | peluse: it should clean up the logs nice tho! | 00:18 |
*** garthb has joined #openstack-swift | 00:18 | |
*** garthb has quit IRC | 00:19 | |
*** dmorita has joined #openstack-swift | 00:19 | |
peluse | clayg, well I need to take a much closer look then because what I'm seeing is ssbench reporting 0 errors and a shitload of retries with that patch whereas before it would just show a shitload of errors | 00:19 |
*** garthb has joined #openstack-swift | 00:19 | |
clayg | FWIW I think swift-bench will retry and log some sort of ... retry ... if it gets a 503 - it might like try every request up to three times - and it counts "unable to make request after three tries" differently that "i retried a few requests here and there" | 00:19 |
clayg | peluse: interesting! I think any retries is bad tho :'( | 00:20 |
peluse | doesn't it spit back as a 499? | 00:20 |
peluse | well, retries when its beacuse of a valid timeout makes a lot of sense I think | 00:20 |
clayg | well but the client never sees that - or isn't supposed to - all of those errors are "client disconnected before I could send a status" | 00:20 |
peluse | valid timeout meaning a ton of heavy large IO and a 10 sec timeout | 00:21 |
peluse | something is fishy.... but it smells better than before at least :) | 00:21 |
*** ajiang has left #openstack-swift | 00:21 | |
clayg | peluse: fair, maybe I misunderstood "a shitload" as more than a percentage point of requests | 00:22 |
clayg | if it's 100K requests and 25 retires it's probably just doing it's job of stressing the system | 00:22 |
peluse | clayg, yeah its along those lines | 00:23 |
clayg | peluse: very interesting indeed - I don't too well at accepting stuff on the sleeve tho - i'll try to work through some stuff on that ValueError path tho if it's making an observalbe different for you | 00:23 |
peluse | clayg, I'll repro and get real numbers though and also look more into why it *appears* that there are no failures with that patch (client view) and there are without it | 00:23 |
clayg | ... i really htought it was just a log cleanup | 00:23 |
peluse | yeah, I'm not accepting it either. will see what's happening for real | 00:24 |
peluse | clayg, well, that's all I thought it was too! | 00:24 |
peluse | ..and then the magic happened :) | 00:24 |
clayg | peluse: I also want to make sure the tooling isn't giving the wrong impression either - a retry is a filure - the client timed out or got an error and had to retry - the only difference between ss-bench retry and error is just how many times it retried before giving up | 00:25 |
clayg | lol @ magic | 00:25 |
*** CR7 has joined #openstack-swift | 00:28 | |
*** darrenc_afk is now known as darrenc | 00:29 | |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift: WIP: PUT/GET path for global ec cluster https://review.openstack.org/219165 | 00:30 |
*** rjaiswal has quit IRC | 00:30 | |
ctennis | ok clayg peluse the rest of this week for me (aside from my REAL work) is trying to debug a few more reconstruction oddities, hopefully with all outstanding patches merged | 00:31 |
ctennis | Currently got one I'm chasing, hoping it turns into nothing. | 00:31 |
*** kevinc_ has quit IRC | 00:34 | |
*** CR7 has quit IRC | 00:37 | |
*** CR7 has joined #openstack-swift | 00:38 | |
*** m_kazuhiro has joined #openstack-swift | 00:38 | |
*** garthb has quit IRC | 00:39 | |
*** itlinux has joined #openstack-swift | 00:43 | |
peluse | ctennis, cool | 00:45 |
peluse | ctennis, we shoudl chat tomorrow about what you're pounding on and what you should expect | 00:46 |
ctennis | sure thing | 00:46 |
*** itlinux has quit IRC | 00:49 | |
*** itlinux has joined #openstack-swift | 00:50 | |
*** lpabon has joined #openstack-swift | 01:02 | |
peluse | clayg, stil there? | 01:04 |
clayg | peluse: nope | 01:04 |
peluse | ha! | 01:04 |
clayg | yeah i'm a funny guy | 01:04 |
clayg | peluse: sup? | 01:04 |
*** itlinux has quit IRC | 01:05 | |
peluse | so looking at the buckets patch, not sure whether you or acoles made this change but it appears that we can never hit more than ndata nodes now?? | 01:05 |
*** kota_ has quit IRC | 01:05 | |
peluse | oh wait, that's the size of the pool. nevermind :) | 01:05 |
clayg | peluse: ;) | 01:05 |
peluse | I haven't had my 3rd beer yet :) | 01:05 |
clayg | peluse: well you better get on that! | 01:06 |
*** lpabon has quit IRC | 01:07 | |
*** itlinux_ has joined #openstack-swift | 01:17 | |
*** haomaiwa_ has joined #openstack-swift | 01:30 | |
*** lcurtis_ has joined #openstack-swift | 01:36 | |
*** resker has joined #openstack-swift | 01:48 | |
*** esker has quit IRC | 01:52 | |
*** nakagawamsa has joined #openstack-swift | 01:55 | |
*** jkugel has joined #openstack-swift | 01:59 | |
*** CR7 has quit IRC | 02:12 | |
*** hrou has joined #openstack-swift | 02:17 | |
*** itlinux_ has quit IRC | 02:26 | |
clayg | peluse: well you better get on that! | 02:27 |
*** ajiang has joined #openstack-swift | 02:31 | |
*** km has quit IRC | 02:34 | |
*** resker has quit IRC | 02:41 | |
*** annegentle has quit IRC | 02:41 | |
*** annegentle has joined #openstack-swift | 02:43 | |
*** gyee has quit IRC | 02:47 | |
*** lpabon has joined #openstack-swift | 02:53 | |
*** annegentle has quit IRC | 02:57 | |
*** jkugel has quit IRC | 03:00 | |
*** changbl has joined #openstack-swift | 03:02 | |
*** kairo_ has joined #openstack-swift | 03:05 | |
*** kairo has quit IRC | 03:07 | |
*** lpabon has quit IRC | 03:12 | |
*** lpabon has joined #openstack-swift | 03:15 | |
*** wbhuber has joined #openstack-swift | 03:15 | |
*** proteusguy_ has quit IRC | 03:17 | |
*** sanchitmalhotra has joined #openstack-swift | 03:27 | |
*** haomaiwa_ has quit IRC | 03:28 | |
*** haomaiwang has joined #openstack-swift | 03:29 | |
*** proteusguy_ has joined #openstack-swift | 03:29 | |
*** lpabon has quit IRC | 03:29 | |
*** esker has joined #openstack-swift | 03:35 | |
*** esker has quit IRC | 03:40 | |
*** dimasot has joined #openstack-swift | 03:42 | |
*** links has joined #openstack-swift | 03:48 | |
*** wbhuber has quit IRC | 03:50 | |
*** kei_yama has quit IRC | 04:06 | |
*** kei_yama has joined #openstack-swift | 04:06 | |
*** ppai has joined #openstack-swift | 04:14 | |
*** eranrom has joined #openstack-swift | 04:16 | |
*** mahatic has joined #openstack-swift | 04:18 | |
mahatic | good morning | 04:19 |
*** lcurtis_ has quit IRC | 04:22 | |
*** hrou has quit IRC | 04:22 | |
mattoliverau | mahatic: morning! | 04:23 |
mahatic | mattoliverau: o/ | 04:27 |
*** esker has joined #openstack-swift | 04:30 | |
*** esker has quit IRC | 04:34 | |
*** esker has joined #openstack-swift | 04:43 | |
*** garthb has joined #openstack-swift | 04:45 | |
*** trifon has quit IRC | 04:48 | |
*** esker has quit IRC | 04:49 | |
*** sanchitmalhotra1 has joined #openstack-swift | 04:51 | |
*** sanchitmalhotra has quit IRC | 04:53 | |
*** mtreinish has quit IRC | 04:57 | |
*** mtreinish has joined #openstack-swift | 05:04 | |
*** SkyRocknRoll has joined #openstack-swift | 05:07 | |
*** ppai has quit IRC | 05:17 | |
*** trifon has joined #openstack-swift | 05:27 | |
*** ppai has joined #openstack-swift | 05:31 | |
*** mahatic has quit IRC | 05:33 | |
*** mahatic has joined #openstack-swift | 05:34 | |
*** silor has joined #openstack-swift | 05:36 | |
*** sanchitmalhotra has joined #openstack-swift | 05:44 | |
*** sanchitmalhotra1 has quit IRC | 05:46 | |
*** sanchitmalhotra1 has joined #openstack-swift | 05:49 | |
*** sanchitmalhotra has quit IRC | 05:52 | |
*** garthb has quit IRC | 05:52 | |
*** mahatic has quit IRC | 05:53 | |
*** mahatic_ has joined #openstack-swift | 05:53 | |
*** sanchitmalhotra has joined #openstack-swift | 06:06 | |
*** sanchitmalhotra1 has quit IRC | 06:08 | |
openstackgerrit | Merged openstack/swift: EC GET path: require fragments to be of same set https://review.openstack.org/212187 | 06:12 |
*** chenhuayi has joined #openstack-swift | 06:37 | |
*** SkyRocknRoll has quit IRC | 07:04 | |
*** rledisez has joined #openstack-swift | 07:11 | |
*** nakagawamsa has quit IRC | 07:13 | |
*** kei_yama has quit IRC | 07:20 | |
*** kei_yama has joined #openstack-swift | 07:20 | |
*** vinsh has quit IRC | 07:34 | |
*** vinsh has joined #openstack-swift | 07:35 | |
*** ppai has quit IRC | 07:38 | |
*** esker has joined #openstack-swift | 07:48 | |
*** geaaru has joined #openstack-swift | 07:49 | |
*** ppai has joined #openstack-swift | 07:50 | |
*** eranrom has quit IRC | 07:52 | |
*** esker has quit IRC | 07:52 | |
*** eranrom has joined #openstack-swift | 07:53 | |
*** SkyRocknRoll has joined #openstack-swift | 08:01 | |
*** hseipp has joined #openstack-swift | 08:04 | |
*** jistr has joined #openstack-swift | 08:11 | |
openstackgerrit | Merged openstack/swift: eventlet.posthook related code needn't anymore https://review.openstack.org/183896 | 08:13 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/swift: Updated from global requirements https://review.openstack.org/88736 | 08:19 |
*** [1]dimasot has joined #openstack-swift | 08:21 | |
*** dimasot has quit IRC | 08:23 | |
*** [1]dimasot is now known as dimasot | 08:23 | |
*** SkyRocknRoll has quit IRC | 08:24 | |
*** ppai has quit IRC | 08:32 | |
*** marzif has joined #openstack-swift | 08:43 | |
*** ppai has joined #openstack-swift | 08:46 | |
*** joeljwright has joined #openstack-swift | 08:49 | |
*** ChanServ sets mode: +v joeljwright | 08:49 | |
*** ho_ has joined #openstack-swift | 08:59 | |
*** ho has quit IRC | 09:00 | |
*** SkyRocknRoll has joined #openstack-swift | 09:05 | |
*** kei_yama has quit IRC | 09:09 | |
*** mahatic_ has quit IRC | 09:13 | |
*** sanchitmalhotra1 has joined #openstack-swift | 09:17 | |
*** sanchitmalhotra has quit IRC | 09:19 | |
openstackgerrit | Brian Cline proposed openstack/swift: Fixes recon bug with initially missing rings https://review.openstack.org/219617 | 09:21 |
*** marzif has quit IRC | 09:22 | |
openstackgerrit | Brian Cline proposed openstack/swift: Fixes recon bug with initially missing rings https://review.openstack.org/219617 | 09:24 |
*** eranrom has quit IRC | 09:25 | |
*** m_kazuhiro has quit IRC | 09:36 | |
*** esker has joined #openstack-swift | 09:36 | |
*** silor has quit IRC | 09:37 | |
*** esker has quit IRC | 09:41 | |
*** wbhuber has joined #openstack-swift | 09:46 | |
*** wbhuber has quit IRC | 09:51 | |
*** ppai has quit IRC | 10:00 | |
*** marzif has joined #openstack-swift | 10:06 | |
*** haypo has joined #openstack-swift | 10:07 | |
haypo | hi. congrats for the release 2.4 ;) | 10:09 |
haypo | i'm back for python3! i splitted my patches for fix "tox -e py34" into smaller patches, easier to review: | 10:09 |
haypo | https://review.openstack.org/#/c/217423/ py3: Update pbr and dnspython requirements | 10:10 |
haypo | https://review.openstack.org/#/c/217424/ Input validation must not depend on the locale | 10:10 |
haypo | https://review.openstack.org/#/c/217425/ Port swob to Python 3 | 10:10 |
haypo | https://review.openstack.org/#/c/217426/ py3: Fix Python 3 issues in utils | 10:10 |
haypo | https://review.openstack.org/#/c/199034/ py3: Add py34 test environment to tox | 10:10 |
*** esker has joined #openstack-swift | 10:14 | |
*** ppai has joined #openstack-swift | 10:14 | |
*** silor has joined #openstack-swift | 10:16 | |
*** acoles_ is now known as acoles | 10:18 | |
*** esker has quit IRC | 10:18 | |
acoles | peluse: clayg: yay etag buckets merged :) | 10:25 |
*** slo_ has joined #openstack-swift | 10:28 | |
*** slo_ has quit IRC | 10:29 | |
*** slo_ has joined #openstack-swift | 10:29 | |
*** slo_ has quit IRC | 10:29 | |
*** chmouel has quit IRC | 10:40 | |
*** chmouel has joined #openstack-swift | 10:41 | |
*** sanchitmalhotra has joined #openstack-swift | 10:46 | |
*** sanchitmalhotra1 has quit IRC | 10:48 | |
*** daemontool_ has joined #openstack-swift | 10:50 | |
*** esker has joined #openstack-swift | 10:50 | |
openstackgerrit | Christian Schwede proposed openstack/swift: Test if container_sweep is executed on unmounted devices https://review.openstack.org/219639 | 10:55 |
*** wbhuber has joined #openstack-swift | 11:01 | |
*** chenhuayi has quit IRC | 11:02 | |
*** mlanner has quit IRC | 11:02 | |
*** chrisnelson has quit IRC | 11:02 | |
*** chrisnelson has joined #openstack-swift | 11:03 | |
*** joeljwright has quit IRC | 11:04 | |
*** mlanner has joined #openstack-swift | 11:04 | |
*** dmorita has quit IRC | 11:05 | |
*** hseipp has quit IRC | 11:07 | |
openstackgerrit | Merged openstack/swift: Fix dispersion-reports error message https://review.openstack.org/213697 | 11:12 |
*** Anticimex has quit IRC | 11:13 | |
*** sanchitmalhotra1 has joined #openstack-swift | 11:17 | |
*** sanchitmalhotra has quit IRC | 11:19 | |
*** pbourke has joined #openstack-swift | 11:22 | |
pbourke | hi - could anyone tell me in short how are the swift replicator processes and rsync related? | 11:23 |
pbourke | or are they? | 11:23 |
*** Anticimex has joined #openstack-swift | 11:23 | |
*** esker has quit IRC | 11:26 | |
ctennis | pbourke: the replicator process (when using the rsync replication method) handles contacting the remote nodes to determine if some form of replication is needed, and if so, starts rsync to actually do the replication | 11:26 |
*** m_kazuhiro has joined #openstack-swift | 11:26 | |
*** m_kazuhiro has quit IRC | 11:26 | |
ctennis | in other words, rsync does the actual data transfer, but the logic is handled by the replicator | 11:26 |
pbourke | ctennis: that's kind of my understanding, thanks | 11:26 |
*** esker has joined #openstack-swift | 11:26 | |
pbourke | ctennis: is there a reason docs seem to start rsync as a daemon then? | 11:26 |
ctennis | well, rsync listens as a daemon on the remote side so that the rsync client can send data to it | 11:27 |
pbourke | gotcha | 11:27 |
ctennis | it doesn't connect over ssh like you might be used to | 11:27 |
*** hrou has joined #openstack-swift | 11:32 | |
*** pbourke has quit IRC | 11:36 | |
*** pbourke has joined #openstack-swift | 11:36 | |
*** aix has quit IRC | 11:36 | |
*** haomaiwang has quit IRC | 11:37 | |
*** joeljwright has joined #openstack-swift | 11:38 | |
*** ChanServ sets mode: +v joeljwright | 11:38 | |
*** ctrath has joined #openstack-swift | 11:42 | |
*** bapalm has quit IRC | 11:43 | |
*** bapalm has joined #openstack-swift | 11:49 | |
*** breitz1 has quit IRC | 11:51 | |
*** breitz has joined #openstack-swift | 11:51 | |
*** esker has quit IRC | 11:52 | |
*** dimasot has quit IRC | 11:54 | |
*** ppai has quit IRC | 12:01 | |
*** lpabon has joined #openstack-swift | 12:03 | |
*** petertr7_away is now known as petertr7 | 12:03 | |
*** aix has joined #openstack-swift | 12:09 | |
openstackgerrit | Alistair Coles proposed openstack/python-swiftclient: Cleanup and improve tests for download https://review.openstack.org/217246 | 12:10 |
*** ppai has joined #openstack-swift | 12:14 | |
*** delattec has quit IRC | 12:15 | |
*** cdelatte has quit IRC | 12:15 | |
*** petertr7 is now known as petertr7_away | 12:17 | |
*** peluse has quit IRC | 12:22 | |
*** peluse has joined #openstack-swift | 12:23 | |
*** petertr7_away is now known as petertr7 | 12:23 | |
*** ChanServ sets mode: +v peluse | 12:24 | |
*** bkopilov has quit IRC | 12:25 | |
*** bkopilov has joined #openstack-swift | 12:26 | |
openstackgerrit | Merged openstack/swift: Included reference in swift.obj.diskfile to enumerate the string used for data file paths. https://review.openstack.org/219438 | 12:27 |
*** lpabon has quit IRC | 12:27 | |
*** david-lyle has quit IRC | 12:27 | |
*** mordred has quit IRC | 12:27 | |
openstackgerrit | Merged openstack/swift: Fix EC range GET/COPY handling https://review.openstack.org/204892 | 12:27 |
openstackgerrit | Merged openstack/swift: Preserve traceback in swift-dispersion-report https://review.openstack.org/219471 | 12:27 |
*** lpabon has joined #openstack-swift | 12:27 | |
*** david-lyle has joined #openstack-swift | 12:28 | |
*** ctrath has quit IRC | 12:29 | |
*** peluse has quit IRC | 12:29 | |
*** peluse has joined #openstack-swift | 12:35 | |
*** ChanServ sets mode: +v peluse | 12:35 | |
*** peluse_ has joined #openstack-swift | 12:37 | |
*** peluse has quit IRC | 12:38 | |
*** ppai has quit IRC | 12:39 | |
*** peluse has joined #openstack-swift | 12:43 | |
*** ChanServ sets mode: +v peluse | 12:43 | |
peluse_ | test test test | 12:45 |
peluse | this is also a test | 12:45 |
acoles | peluse: this isn't :) | 12:46 |
*** janonymous_ has joined #openstack-swift | 12:46 | |
peluse | trying new IRC client with my new Mac... man these things can be vastly different from one to another... | 12:47 |
ctennis | peluse: TOO EARLY | 12:47 |
*** NM has joined #openstack-swift | 12:48 | |
*** annegentle has joined #openstack-swift | 12:51 | |
*** itlinux_ has joined #openstack-swift | 12:51 | |
*** peluse_ has quit IRC | 12:52 | |
*** peluse_ has joined #openstack-swift | 12:52 | |
peluse | ctennis: its never too early :) | 12:53 |
peluse | ctennis: which do you use? | 12:53 |
*** peluse_ has quit IRC | 12:53 | |
ctennis | I use Linkinus 2, but it hasn't seen updates in a long time and is pretty shoddy. | 12:54 |
peluse | ctennis: was just reading about that one, trying limechat now | 12:54 |
ctennis | I wouldn't recommend it starting new, I'm just used to it by now. | 12:54 |
tdasilva | notmyname: just got the invite for Openstack Meetup in Boston this month and look who is speaking: http://www.meetup.com/Openstack-Boston/events/225057400 | 12:55 |
janonymous_ | Share slides after this please :) | 12:57 |
*** lpabon has quit IRC | 13:01 | |
*** szaher has joined #openstack-swift | 13:06 | |
*** bill_az has joined #openstack-swift | 13:12 | |
*** links has quit IRC | 13:17 | |
*** esker has joined #openstack-swift | 13:18 | |
*** esker has quit IRC | 13:20 | |
*** nadeem has joined #openstack-swift | 13:25 | |
*** ho_ has quit IRC | 13:25 | |
*** esker has joined #openstack-swift | 13:25 | |
*** esker has quit IRC | 13:26 | |
*** jkugel has joined #openstack-swift | 13:26 | |
*** esker has joined #openstack-swift | 13:27 | |
*** zul has quit IRC | 13:29 | |
*** zul has joined #openstack-swift | 13:32 | |
*** dustins has joined #openstack-swift | 13:36 | |
*** thurloat_isgone is now known as thurloat | 13:38 | |
*** itlinux_ has quit IRC | 13:43 | |
*** annegentle has quit IRC | 13:43 | |
openstackgerrit | janonymous proposed openstack/swift: Use six.moves.map/filter/zip inplace of itertools.izip/imap/ifilter https://review.openstack.org/203414 | 13:57 |
*** haomaiwang has joined #openstack-swift | 13:57 | |
*** petertr7 is now known as petertr7_away | 14:02 | |
*** trifon has quit IRC | 14:02 | |
*** sanchitmalhotra1 has quit IRC | 14:03 | |
*** peluse has quit IRC | 14:03 | |
*** wbhuber has quit IRC | 14:04 | |
*** petertr7_away is now known as petertr7 | 14:05 | |
*** marzif has quit IRC | 14:05 | |
*** marzif has joined #openstack-swift | 14:06 | |
*** peluse has joined #openstack-swift | 14:07 | |
*** xnox has quit IRC | 14:07 | |
*** xnox has joined #openstack-swift | 14:09 | |
*** peluse has quit IRC | 14:11 | |
*** janonymous_ has quit IRC | 14:14 | |
*** annegentle has joined #openstack-swift | 14:14 | |
*** jrichli has joined #openstack-swift | 14:16 | |
*** haomaiwang has quit IRC | 14:23 | |
*** haomaiwa_ has joined #openstack-swift | 14:25 | |
*** cdelatte has joined #openstack-swift | 14:25 | |
*** delattec has joined #openstack-swift | 14:25 | |
*** dustins_ has joined #openstack-swift | 14:26 | |
*** esker has quit IRC | 14:27 | |
*** dustins has quit IRC | 14:28 | |
*** mahatic has joined #openstack-swift | 14:31 | |
*** kairo_ has quit IRC | 14:37 | |
*** kairo has joined #openstack-swift | 14:38 | |
*** esker has joined #openstack-swift | 14:39 | |
*** wbhuber has joined #openstack-swift | 14:39 | |
*** petertr7 is now known as petertr7_away | 14:42 | |
*** wshao has joined #openstack-swift | 14:44 | |
*** cdelatte has quit IRC | 14:47 | |
*** delattec has quit IRC | 14:47 | |
*** cdelatte has joined #openstack-swift | 14:47 | |
*** delattec has joined #openstack-swift | 14:47 | |
*** jlhinson has joined #openstack-swift | 14:50 | |
*** esker has quit IRC | 14:53 | |
*** peluse has joined #openstack-swift | 14:54 | |
*** ctrath has joined #openstack-swift | 14:58 | |
*** ctrath has quit IRC | 14:58 | |
*** minwoob has joined #openstack-swift | 15:07 | |
*** jistr is now known as jistr|call | 15:12 | |
aerwin3 | Good Morning everyone. | 15:16 |
peluse | good morning | 15:18 |
*** janonymous_ has joined #openstack-swift | 15:22 | |
*** ctrath has joined #openstack-swift | 15:23 | |
*** chsc has joined #openstack-swift | 15:24 | |
*** dustins_ has quit IRC | 15:25 | |
openstackgerrit | janonymous proposed openstack/swift: Python 3 using builtins instead of __builtin__, rename raw_input() to input() from six.moves https://review.openstack.org/200932 | 15:27 |
*** wshao has quit IRC | 15:30 | |
*** wshao has joined #openstack-swift | 15:30 | |
*** szaher has quit IRC | 15:34 | |
*** peluse_ has joined #openstack-swift | 15:36 | |
*** peluse_ has quit IRC | 15:36 | |
*** jistr|call is now known as jistr | 15:38 | |
*** wshao has quit IRC | 15:45 | |
*** hseipp has joined #openstack-swift | 15:47 | |
*** hseipp has quit IRC | 15:47 | |
*** hseipp has joined #openstack-swift | 15:47 | |
notmyname | good morning | 15:49 |
*** trifon has joined #openstack-swift | 15:49 | |
*** dustins has joined #openstack-swift | 15:49 | |
*** dustins has quit IRC | 15:55 | |
notmyname | FYI (and i'll be raising this again in today's meeting), I'l looking at the end of this month (ie 4 weeks from today) for the next swift release. the one in the overall Liberty release | 15:56 |
notmyname | I'd like to have all the known EC bugs closed for that. That is my focus for the next release | 15:56 |
*** esker has joined #openstack-swift | 15:57 | |
*** dustins has joined #openstack-swift | 15:57 | |
*** gyee has joined #openstack-swift | 15:57 | |
notmyname | also, kota_ has raised his global EC spec for the meeting. please look at the links on https://wiki.openstack.org/wiki/Meetings/Swift to prepare for the discussion | 15:59 |
*** esker has quit IRC | 15:59 | |
haypo | notmyname: hi. would it be possible to put python3 somewhere in your agenda? :) | 16:00 |
haypo | by the way, does someone know if PyEClib 1.0.8 is going to be released or not? | 16:02 |
haypo | i was tagged almost one month ago | 16:02 |
notmyname | haypo: no for py3 | 16:03 |
notmyname | it's not something that can be completed by the next release, so I want to prioritize those things that can be completed | 16:03 |
haypo | notmyname: ok | 16:04 |
*** petertr7_away is now known as petertr7 | 16:04 | |
*** nadeem has quit IRC | 16:04 | |
*** garthb has joined #openstack-swift | 16:07 | |
*** esker has joined #openstack-swift | 16:14 | |
*** devlaps has joined #openstack-swift | 16:16 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Merge branch 'master' into feature/crypto https://review.openstack.org/219775 | 16:17 |
wbhuber | notmyname: for the next swift release (2.4), is 9/30 the last day to deliver and review EC fixes before merging in time for Liberty? | 16:17 |
acoles | jrichli: ^^ | 16:17 |
notmyname | wbhuber: next swift release will be either 2.4.1 or 2.5.0 (depending on what lands) | 16:17 |
notmyname | wbhuber: but the patches need to be landed by the end of the month (to within a few days) | 16:18 |
wbhuber | notmyname: good to know | 16:18 |
*** petertr7 is now known as petertr7_away | 16:21 | |
*** esker has quit IRC | 16:23 | |
*** rledisez has quit IRC | 16:25 | |
*** doffm has left #openstack-swift | 16:26 | |
*** itlinux has joined #openstack-swift | 16:31 | |
itlinux | quick question do we have have a wild card for swift download container *.txt example.. | 16:31 |
itlinux | thanks | 16:31 |
*** nadeem has joined #openstack-swift | 16:33 | |
*** haypo has left #openstack-swift | 16:34 | |
peluse | BTW update on the EC perf cluster at Intel; all tests ran w/no EC realted issues that I tell. One test failed with a bunch of 401s on container create - started it over again last night and will check on it again in a few hrs. Running master + one pending patch 211338 | 16:42 |
patchbot | peluse: https://review.openstack.org/#/c/211338/ | 16:42 |
*** marzif has quit IRC | 16:43 | |
*** marzif has joined #openstack-swift | 16:43 | |
*** jistr has quit IRC | 16:44 | |
*** nadeem has quit IRC | 16:44 | |
*** zhill_desktop has joined #openstack-swift | 16:47 | |
*** hrou has quit IRC | 16:49 | |
ctennis | peluse: let me know when you want to chat | 16:57 |
*** SkyRocknRoll has quit IRC | 16:57 | |
*** peluse has quit IRC | 16:58 | |
*** hseipp has quit IRC | 16:59 | |
*** annegentle has quit IRC | 17:01 | |
*** lcurtis has joined #openstack-swift | 17:06 | |
*** peluse has joined #openstack-swift | 17:08 | |
*** peluse has quit IRC | 17:12 | |
*** wshao_ has joined #openstack-swift | 17:17 | |
*** janonymous_ has quit IRC | 17:18 | |
*** marzif has quit IRC | 17:20 | |
*** jlhinson has quit IRC | 17:24 | |
*** mahatic has quit IRC | 17:25 | |
*** mahatic has joined #openstack-swift | 17:25 | |
*** wshao_ has quit IRC | 17:26 | |
*** dimasot has joined #openstack-swift | 17:35 | |
*** acoles is now known as acoles_ | 17:37 | |
*** [1]dimasot has joined #openstack-swift | 17:38 | |
*** wshao_ has joined #openstack-swift | 17:39 | |
*** aix has quit IRC | 17:40 | |
*** dimasot has quit IRC | 17:40 | |
*** [1]dimasot is now known as dimasot | 17:40 | |
*** thurloat is now known as thurloat_isgone | 17:44 | |
openstackgerrit | Samuel Merritt proposed openstack/swift: Add functional test for multi-range GET requests. https://review.openstack.org/167828 | 17:48 |
*** nadeem has joined #openstack-swift | 17:54 | |
*** nadeem has quit IRC | 17:54 | |
*** thurloat_isgone is now known as thurloat | 17:54 | |
*** nadeem has joined #openstack-swift | 17:55 | |
*** dustins has quit IRC | 17:56 | |
*** [1]dimasot has joined #openstack-swift | 17:59 | |
*** dustins has joined #openstack-swift | 17:59 | |
jrichli | acoles_: thanks! | 18:00 |
*** dimasot has quit IRC | 18:02 | |
*** [1]dimasot is now known as dimasot | 18:02 | |
clayg | acoles_: thanks for the review on patch 218023 | 18:03 |
patchbot | clayg: https://review.openstack.org/#/c/218023/ | 18:03 |
*** geaaru has quit IRC | 18:04 | |
clayg | community service annoucements: out-of-date doc strings are BUGS - in some cases one of the worst kinda because it'll only hurt your friendly neighborhood swift contributor - and if there's any one we like more than operators - it's ourselves - generally we shouldn't merge bugs if can avoid it | 18:05 |
notmyname | I suspect that comment has a funny story behind it... | 18:06 |
clayg | not really - just acoles_ being too nice with me being sloppy with a docstring | 18:07 |
*** bill_az_ has joined #openstack-swift | 18:07 | |
clayg | I mean he could have just pushed over - but w/e | 18:07 |
clayg | i have it checked out now | 18:07 |
*** marzif has joined #openstack-swift | 18:09 | |
clayg | p.s. I hate paste.openstack.org - #1 it uses drizzle #2 it's slow #3 it's raw output strips the trailing newline that you need to be able to curl ... | git apply | 18:11 |
clayg | I try --whitespace fix I try --inaccurate-eof - but always it hates me | 18:11 |
clayg | eventually I result to git apply copy paste body of patch hit enter ctrl-D | 18:11 |
clayg | then I rant into irc for like 5 lines | 18:12 |
*** jlhinson has joined #openstack-swift | 18:19 | |
*** itlinux has quit IRC | 18:19 | |
*** annegentle has joined #openstack-swift | 18:20 | |
*** marzif has quit IRC | 18:22 | |
*** marzif has joined #openstack-swift | 18:22 | |
*** mahatic has quit IRC | 18:23 | |
*** mahatic has joined #openstack-swift | 18:24 | |
*** marzif has quit IRC | 18:28 | |
*** aix has joined #openstack-swift | 18:34 | |
*** esker has joined #openstack-swift | 18:34 | |
briancline | heh wow, my local env didn't barf the way jenkins did on my recon patch...my local env seems busted | 18:34 |
*** esker has quit IRC | 18:35 | |
*** esker has joined #openstack-swift | 18:35 | |
*** petertr7_away is now known as petertr7 | 18:38 | |
notmyname | all, charz has just finished setting up probe tests on the community CI cluster. so now every patch will have the probe tests run against them | 18:38 |
notmyname | the first result can be seen at https://review.openstack.org/#/c/167828/ | 18:38 |
notmyname | thanks charz!! | 18:38 |
charz | notmyname: np :) | 18:38 |
*** zaitcev has joined #openstack-swift | 18:38 | |
*** ChanServ sets mode: +v zaitcev | 18:38 | |
*** silor has quit IRC | 18:39 | |
*** peluse has joined #openstack-swift | 18:56 | |
*** mahatic has quit IRC | 19:08 | |
*** hrou has joined #openstack-swift | 19:13 | |
*** annegentle has quit IRC | 19:17 | |
*** bill_az_ has quit IRC | 19:23 | |
ctennis | peluse: clayg: still running into https://bugs.launchpad.net/swift/+bug/1489546 even with patch applied | 19:27 |
openstack | Launchpad bug 1489546 in OpenStack Object Storage (swift) "logic error in ssync_rcvr when getting EC frags from a handoff" [High,In progress] - Assigned to paul luse (paul-e-luse) | 19:27 |
ctennis | err standby, may be user error | 19:30 |
*** wshao_ has quit IRC | 19:30 | |
*** garthb_ has joined #openstack-swift | 19:33 | |
*** garthb has quit IRC | 19:35 | |
*** annegentle has joined #openstack-swift | 19:35 | |
*** gyee has quit IRC | 19:44 | |
ctennis | definitely user error | 19:48 |
*** esker has quit IRC | 19:48 | |
openstackgerrit | Jonathan Hinson proposed openstack/swift: Automatic refresh of memcache config settings https://review.openstack.org/218490 | 19:52 |
*** ctrath has quit IRC | 19:55 | |
*** ctrath has joined #openstack-swift | 19:58 | |
*** garthb_ has quit IRC | 20:02 | |
*** garthb_ has joined #openstack-swift | 20:02 | |
*** bill_az_ has joined #openstack-swift | 20:03 | |
*** dimasot has quit IRC | 20:05 | |
*** gyee has joined #openstack-swift | 20:06 | |
albertom | swift 2.4.0 ? | 20:10 |
albertom | is this supposed to be liberty or kilo ? | 20:10 |
ctennis | neither, swift usually has a midcycle release as well. | 20:11 |
albertom | o.O | 20:12 |
*** petertr7 is now known as petertr7_away | 20:12 | |
albertom | so is it safe to use swift 2.4.0 with the remaining components in kilo (2015.1.1) | 20:15 |
albertom | safe/recommended | 20:15 |
ctennis | there's no reason it wouldn't work, it's always been backwards compatible | 20:20 |
*** eranrom has joined #openstack-swift | 20:20 | |
* albertom will give it a try | 20:21 | |
*** nadeem has quit IRC | 20:23 | |
eranrom | Greetings. Came to poke a clayg regarding a certain review :-) | 20:24 |
ctennis | there's also no harm just running the kilo version if you don't need the explicit new features | 20:24 |
albertom | ctennis: where can i find a release notes for this new 2.4.0 ? | 20:26 |
ctennis | http://permalink.gmane.org/gmane.comp.cloud.openstack.devel/62959 | 20:26 |
*** hrou has quit IRC | 20:30 | |
*** zhill has joined #openstack-swift | 20:44 | |
*** wshao has joined #openstack-swift | 20:46 | |
notmyname | meeting in 11 minutes | 20:49 |
notmyname | (all meetings, all day for me) | 20:49 |
*** ho has joined #openstack-swift | 20:50 | |
notmyname | albertom: yeah, 2.4.0 should work fine with any other openstack components. also, we'll probably have another release in about a month | 20:50 |
jrichli | notmyname: but this one will be the most enjoyable, right ;-) | 20:50 |
notmyname | jrichli: let's hope :-) | 20:50 |
*** wshao has quit IRC | 20:51 | |
ho | good morning! | 20:53 |
notmyname | hello ho | 20:53 |
ho | notmyname: hi! | 20:54 |
*** kota_ has joined #openstack-swift | 20:56 | |
*** ChanServ sets mode: +v kota_ | 20:56 | |
kota_ | good morning | 20:56 |
ho | kota_: morning! | 20:56 |
kota_ | ho: morning^^ | 20:57 |
mattoliverau | morning | 20:58 |
ho | mattoliverau: morning! | 20:58 |
*** acoles_ is now known as acoles | 20:58 | |
notmyname | swift meeting time in #openstack-meeting | 20:58 |
*** ctrath has quit IRC | 20:59 | |
notmyname | mattoliverau: looks like I'll be going to geelong | 21:00 |
mattoliverau | notmyname: awesome!! \o/ | 21:01 |
*** ctrath has joined #openstack-swift | 21:02 | |
*** petertr7_away is now known as petertr7 | 21:04 | |
acoles | clayg: whats this about me being too nice? | 21:04 |
clayg | wee! | 21:05 |
*** eranrom has quit IRC | 21:07 | |
*** ctrath has quit IRC | 21:08 | |
*** ctrath has joined #openstack-swift | 21:09 | |
*** ctrath has quit IRC | 21:11 | |
*** petertr7 is now known as petertr7_away | 21:19 | |
*** trifon has quit IRC | 21:19 | |
*** petertr7_away is now known as petertr7 | 21:20 | |
*** ctrath has joined #openstack-swift | 21:25 | |
tdasilva | charz: thanks for the probe tests work! | 21:30 |
acoles | charz: thanks for enabling probe tests on the qa cluster | 21:30 |
mattoliverau | nice work charz! | 21:30 |
*** marzif has joined #openstack-swift | 21:44 | |
flwang1 | cschwede: ping | 21:44 |
*** legionarius has joined #openstack-swift | 21:45 | |
*** petertr7 is now known as petertr7_away | 21:46 | |
*** bill_az_ has quit IRC | 21:49 | |
openstackgerrit | Merged openstack/swift-specs: Add global ec cluster improvement https://review.openstack.org/209447 | 21:52 |
clayg | well that was nice | 21:53 |
*** legionarius has left #openstack-swift | 21:53 | |
kota_ | nice! thanks everyone for landing that! | 21:54 |
notmyname | ahale: thanks for the review | 21:54 |
*** joeljwright1 has joined #openstack-swift | 21:54 | |
notmyname | ahale: (on the graphite patch) | 21:54 |
clayg | ahale: does reviews!? that's awesome! | 21:55 |
notmyname | he just did! | 21:55 |
clayg | dfg_: redbo: hurricanerix: ^ see it's not so hard | 21:55 |
*** bill_az_ has joined #openstack-swift | 21:55 | |
ahale | no worries, I was just remembering the pain we had when we added proxy name in some of our metrics and it all shifted up one :) | 21:55 |
mattoliverau | lol | 21:55 |
*** joeljwright has quit IRC | 21:57 | |
hurricanerix | clayg: every time i look for a review, it already has so many comments on it, there isn't anything new for me to say. But I will keep looking =) | 21:58 |
*** bill_az has quit IRC | 21:58 | |
* mattoliverau goes to find breakfast | 21:59 | |
clayg | hurricanerix: that can't be correct - there's a whole field in the dashboard for "hasn't had a review comment" | 21:59 |
torgomatic | ahale: at least this one's purely additive, so you don't really have to rename anything | 22:00 |
torgomatic | (which, you're right, *is* a giant pain in the rear) | 22:00 |
bill_az_ | also, I think there may be others who attend - peluse mentioned Intel wanted to start participating | 22:01 |
*** bkopilov has quit IRC | 22:01 | |
bill_az_ | sorry - last one was meant for swift3 channel ;-( | 22:01 |
kota_ | bill_az_: no worries | 22:01 |
hurricanerix | clayg: I should say every time I see something I think is interesting to review, I end up having nothing to add to it. =) | 22:02 |
*** wshao has joined #openstack-swift | 22:02 | |
ahale | yeah torgomatic , its not the end of the world at all, just not something you'd want as a surprise :) | 22:02 |
*** wshao has quit IRC | 22:03 | |
torgomatic | true :) | 22:03 |
*** dustins has quit IRC | 22:03 | |
*** acoles is now known as acoles_ | 22:05 | |
*** bkopilov has joined #openstack-swift | 22:06 | |
openstackgerrit | Clay Gerrard proposed openstack/swift: Fix purge for tombstone only REVERT job https://review.openstack.org/218023 | 22:07 |
*** annegentle has quit IRC | 22:08 | |
*** NM has quit IRC | 22:09 | |
*** jkugel has quit IRC | 22:10 | |
clayg | notmyname: torgomatic: acoles_: so i'm looking at get_info for unrelated reasons and remmebering that in the process of container-tempurl fixes we had like 3 possible cleanups to get_info which were all very good - we should idk what we should do acctually - but it was useful code! | 22:10 |
*** chsc has quit IRC | 22:13 | |
*** thurloat is now known as thurloat_isgone | 22:13 | |
*** marzif has quit IRC | 22:18 | |
redbo | clayg: it's hard to find things to care about! Once you skip EC and python 3, there's not much there. | 22:20 |
clayg | concurrent gets | 22:20 |
clayg | i didn't even have to think about that one - i'm sure there's more - do you really want me to help find you some? (I don't want to waste my time) | 22:21 |
*** zhill has quit IRC | 22:21 | |
redbo | I reviewed the posthook thing. It was removing code, i loved it. | 22:22 |
clayg | nice! | 22:22 |
notmyname | heh | 22:22 |
*** bkopilov has quit IRC | 22:22 | |
clayg | notmyname: those little gerrit bar color twiddles would have been sweet - I don't know why people were fussig about them | 22:23 |
notmyname | clayg: I've seen that some people still have them. mostly -infra people | 22:23 |
notmyname | dont' know how | 22:23 |
*** AndreiaKumpera has quit IRC | 22:24 | |
notmyname | encryption. container sharding. tons in the client. cluster full docs/features. slorange. metadata indexing. increase part power. fast post. container sync. reverse listings. better ring deployment. per-drive rsync. policy descriptions. utility to undelete accounts. copy with ranges. more atomic object puts. more expressive ACLs | 22:27 |
*** bkopilov has joined #openstack-swift | 22:28 | |
*** garthb__ has joined #openstack-swift | 22:30 | |
*** joeljwright1 has quit IRC | 22:31 | |
*** garthb_ has quit IRC | 22:32 | |
openstackgerrit | Romain LE DISEZ proposed openstack/swift: Allows to configure the rsync modules where the replicators will send data https://review.openstack.org/192186 | 22:36 |
*** lcurtis has quit IRC | 22:36 | |
openstackgerrit | Hisashi Osanai proposed openstack/swift: Add functional test for access control (PUT) with Keystone https://review.openstack.org/202411 | 22:37 |
*** zhill has joined #openstack-swift | 22:38 | |
*** thurloat_isgone is now known as thurloat | 22:42 | |
*** haomaiwang has joined #openstack-swift | 22:43 | |
*** haomaiwa_ has quit IRC | 22:46 | |
clayg | OMG this patch is *so* great -> https://review.openstack.org/#/c/192186/3 | 22:48 |
clayg | i feel like I joined the make a wish foundation | 22:48 |
*** thurloat is now known as thurloat_isgone | 22:51 | |
*** thurloat_isgone is now known as thurloat | 22:51 | |
notmyname | rsync per device. nice | 22:52 |
*** jlhinson has quit IRC | 22:59 | |
*** ctrath has quit IRC | 23:01 | |
*** chsc has joined #openstack-swift | 23:03 | |
*** km has joined #openstack-swift | 23:05 | |
*** jrichli has quit IRC | 23:06 | |
*** zaitcev has quit IRC | 23:12 | |
openstackgerrit | Merged openstack/swift: Adds useful dispersion info from changelog https://review.openstack.org/219322 | 23:14 |
*** hrou has joined #openstack-swift | 23:17 | |
*** minwoob has quit IRC | 23:21 | |
*** AndreiaKumpera has joined #openstack-swift | 23:21 | |
*** thurloat is now known as thurloat_isgone | 23:24 | |
*** kei_yama has joined #openstack-swift | 23:30 | |
openstackgerrit | Samuel Merritt proposed openstack/swift: Add functional test for multi-range GET requests. https://review.openstack.org/167828 | 23:31 |
*** wbhuber has quit IRC | 23:33 | |
*** wshao has joined #openstack-swift | 23:34 | |
*** wshao has quit IRC | 23:35 | |
*** thurloat_isgone is now known as thurloat | 23:37 | |
clayg | OMG this is so awesome -> https://8b86aea46fb38e6450f2-0e5f4c086da474abc1df58826577db2f.ssl.cf1.rackcdn.com/192186/16/probetests/result.html | 23:39 |
clayg | probetests for the rsync per device setup!? it's like... why do we even need reviews anymore :P | 23:39 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/swift: Updated from global requirements https://review.openstack.org/88736 | 23:50 |
*** thurloat is now known as thurloat_isgone | 23:50 | |
*** wshao has joined #openstack-swift | 23:53 | |
timburke | clayg: just start +2ing everything! what could go wrong? | 23:53 |
mattoliverau | nice :) | 23:54 |
*** wshao has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!