ho | mattoliverau: morning! | 00:00 |
---|---|---|
*** pgbridge has quit IRC | 00:01 | |
*** DericHorn-HP has quit IRC | 00:01 | |
*** sorrison_laptop has joined #openstack-swift | 00:04 | |
openstackgerrit | janonymous proposed openstack/swift: Adding bandit for security static analysis testing in swift https://review.openstack.org/196395 | 00:12 |
*** wshao has quit IRC | 00:24 | |
*** janonymous_ has quit IRC | 00:28 | |
*** darrenc is now known as darrenc_afk | 00:31 | |
*** dmorita has joined #openstack-swift | 00:33 | |
*** hroumani has joined #openstack-swift | 00:42 | |
*** hroumani has left #openstack-swift | 00:42 | |
*** zhill has joined #openstack-swift | 00:43 | |
*** darrenc_afk is now known as darrenc | 00:44 | |
*** hrou has joined #openstack-swift | 00:45 | |
*** nadeem has quit IRC | 00:47 | |
*** zhill has quit IRC | 00:48 | |
*** madhuri_ has quit IRC | 00:48 | |
*** CR7 has joined #openstack-swift | 00:58 | |
*** kota_ has joined #openstack-swift | 00:58 | |
*** ChanServ sets mode: +v kota_ | 00:58 | |
kota_ | morning | 00:58 |
*** madhuri_ has joined #openstack-swift | 00:58 | |
*** annegentle has joined #openstack-swift | 01:02 | |
mattoliverau | kota_: morning | 01:02 |
kota_ | mattoliverau: good morning :) | 01:04 |
*** annegentle has quit IRC | 01:06 | |
*** proteusguy has quit IRC | 01:10 | |
*** lyrrad has quit IRC | 01:12 | |
*** DericHorn-HP has joined #openstack-swift | 01:24 | |
*** jasondotstar has quit IRC | 01:30 | |
ho | kota_: morning! | 01:40 |
kota_ | ho: morning! | 01:40 |
kota_ | ho: btw, did you notice the room block rate for swift hackathon hotel? | 01:41 |
ho | kota_: i don't know it. what is "the room block rate"? | 01:43 |
kota_ | http://home2suites.hilton.com/en/ht/groups/personalized/A/AUSTDHT-SWI-20150809/index.jhtml?WT.mc_id=POG | 01:43 |
kota_ | here, | 01:43 |
kota_ | that one is really closest placed hotel and the fee is 119$/night | 01:44 |
kota_ | https://www.eventbrite.com/e/swift-hackathon-tickets-17308818141 | 01:44 |
kota_ | Added after hackathon event page is public. | 01:45 |
kota_ | s/is/was/ | 01:45 |
ho | kota_: thanks for the info! :-) | 01:45 |
kota_ | ho: you're welcome :-) | 01:46 |
*** gyee has quit IRC | 01:53 | |
*** vinsh has quit IRC | 01:56 | |
*** vinsh has joined #openstack-swift | 01:57 | |
*** jasondotstar has joined #openstack-swift | 01:59 | |
*** jasondotstar has quit IRC | 02:00 | |
*** jasondotstar has joined #openstack-swift | 02:00 | |
kota_ | ho: FYI, are you interested in http://goo.gl/vEO05d? | 02:04 |
*** jasondotstar has quit IRC | 02:06 | |
*** jasondotstar has joined #openstack-swift | 02:06 | |
*** chlong_ has joined #openstack-swift | 02:08 | |
*** chlong__ has joined #openstack-swift | 02:09 | |
*** mutoulbj has joined #openstack-swift | 02:10 | |
*** chlong_ has quit IRC | 02:13 | |
*** sorrison_laptop has quit IRC | 02:13 | |
*** CR7 has quit IRC | 02:19 | |
*** chlong_ has joined #openstack-swift | 02:27 | |
*** chlong__ has quit IRC | 02:31 | |
*** chlong has joined #openstack-swift | 02:31 | |
*** bkopilov has quit IRC | 02:32 | |
mattoliverau | minwoob: patch 193279 it +A'ed. I was only asking for a change to a commit message, but LP bug change works too (and probably better for keeping track of work) :) | 02:33 |
patchbot | mattoliverau: https://review.openstack.org/#/c/193279/ | 02:33 |
*** chlong_ has quit IRC | 02:34 | |
*** pksingh has joined #openstack-swift | 02:35 | |
pksingh | kota_: Hi, can you please review https://review.openstack.org/#/c/183899/ :) | 02:37 |
*** mwheckmann has joined #openstack-swift | 02:37 | |
kota_ | pksingh: sure, I'm just starting ;) sorry too late my response :\ | 02:38 |
pksingh | kota_: thanks :) | 02:38 |
ho | kota_: thanks for the info. it's a good oppotunity to communicate other openstack engineers in japan. but i would like to avoid moving to other cities in July because of my private :-) | 02:39 |
kota_ | pksingth: can you point out the handling code right now? | 02:39 |
kota_ | pksingth: if so, that's helpful to make speeding up my review ;) | 02:39 |
kota_ | ho: no worries, please keep your time ;) | 02:40 |
kota_ | ho: OIC, I (maybe) know the reason already. | 02:40 |
*** mwheckmann has quit IRC | 02:46 | |
*** jrichli has joined #openstack-swift | 02:46 | |
pksingh | kota_: https://github.com/openstack/swift/blob/master/swift/container/reconciler.py#L695, i may be wrong :( | 02:47 |
*** fbo_ has quit IRC | 02:48 | |
kota_ | pksingth: thanks | 02:48 |
pksingh | kota_: & https://github.com/openstack/swift/blob/master/swift/container/reconciler.py#L663 | 02:49 |
kota_ | pksingth: so just now I'm wondering again, how we can drain the rest of body content when the UnexpectedResponse occurred. | 02:49 |
pksingh | kota_: is it necessary , if we know the reason of exception in logs? | 02:50 |
kota_ | I think, yes. the 499 bug report suggested is client disconnected, right? | 02:50 |
*** fbo has joined #openstack-swift | 02:51 | |
kota_ | and if the handling for UnexpectedResponse doesn't pick up the bodies | 02:51 |
pksingh | kota_: OK, so what can i do , is handle the exception and drain the body and reraise the exception? | 02:51 |
kota_ | maybe the error will occur again after this fix merged | 02:52 |
kota_ | pksingth: i guess so | 02:52 |
pksingh | kota_: thankyou kota san :) | 02:53 |
kota_ | pksingth: is it fit for your thought? | 02:53 |
kota_ | pksingth: no worries :) | 02:53 |
kota_ | pksingth: I'm going to take a launch, after that, I'll continue the review again :) | 02:53 |
pksingh | kota_: OK no issue, thankyou | 02:53 |
pksingh | kota_: there sre some other reviews pending can you please review if time permits at your end, i will send you the links :) thanks | 02:54 |
*** SIN_ has joined #openstack-swift | 03:28 | |
*** bill_az has quit IRC | 03:36 | |
*** SIN_ has left #openstack-swift | 03:36 | |
*** zhill has joined #openstack-swift | 03:37 | |
*** asettle is now known as asettle-afk | 03:40 | |
*** zhill has quit IRC | 03:42 | |
*** jasondotstar has quit IRC | 03:47 | |
*** jrichli has quit IRC | 03:49 | |
*** bkopilov has joined #openstack-swift | 03:52 | |
*** SkyRocknRoll has joined #openstack-swift | 04:11 | |
*** david-lyle has quit IRC | 04:13 | |
*** david-lyle has joined #openstack-swift | 04:14 | |
kota_ | pksingh: still here | 04:14 |
kota_ | ? | 04:14 |
pksingh | kota_: yes | 04:14 |
kota_ | pksingh: sorry we mignt need not care the exception handling | 04:15 |
kota_ | becase | 04:15 |
kota_ | wait | 04:15 |
*** bkopilov has quit IRC | 04:17 | |
*** hrou has quit IRC | 04:17 | |
kota_ | client_disconnected will happen only when (no error response) and (the body is not drained) | 04:17 |
kota_ | around here, https://github.com/openstack/swift/blob/master/swift/common/middleware/proxy_logging.py#L285-L292 | 04:18 |
kota_ | 499 log added by proxy_logging middleware | 04:18 |
kota_ | and if InternalClient raise an Exception | 04:18 |
pksingh | kota_: yes | 04:18 |
kota_ | it skips GeneratorExit at L285 and falls into L299 | 04:19 |
pksingh | kota_: yes | 04:21 |
kota_ | so now I'm reading the test case. | 04:21 |
pksingh | kota_: do we need to handle the exception then ? | 04:22 |
kota_ | if it's easy to add to suggest we don't have to care about raising Exception case, I'd add it to be more clear this pach wants to maintain. | 04:22 |
kota_ | pksingh: no, i guess | 04:23 |
*** bkopilov has joined #openstack-swift | 04:23 | |
kota_ | pksingh: code looks good, nice work | 04:23 |
kota_ | pksingh: sorry my misunderstanding | 04:23 |
pksingh | kota_: thank you san | 04:24 |
kota_ | pksingh: it became closer to land :) just tests are remaining things. | 04:24 |
pksingh | kota_: OK :) | 04:25 |
*** DericHorn-HP has quit IRC | 04:28 | |
kota_ | pksingh: I need more time to look at the tests deeply, is it ok for you? | 04:33 |
pksingh | kota_: OK, no problem | 04:33 |
kota_ | pksingh: maybe I'm finishing up during today | 04:33 |
pksingh | kota_: OK | 04:33 |
*** DericHorn-HP has joined #openstack-swift | 04:35 | |
*** wshao has joined #openstack-swift | 04:41 | |
*** zaitcev has quit IRC | 04:41 | |
*** DericHorn-HP has quit IRC | 04:58 | |
kota_ | pksingh: added comments to impove tests to be more clear. | 05:00 |
kota_ | pksingh: I think we don't make big change but we can get rid of some unnecessary args and want to add some assertion to simulate actual behavior. | 05:01 |
kota_ | pksingh: anyways, nice work :) | 05:02 |
pksingh | kota_: OK thanks for the review | 05:02 |
*** pgbridge has joined #openstack-swift | 05:14 | |
*** pgbridge has quit IRC | 05:20 | |
*** SkyRocknRoll has quit IRC | 05:20 | |
openstackgerrit | Christian Schwede proposed openstack/swift: Add notification middleware https://review.openstack.org/196755 | 05:22 |
*** remix_tj has quit IRC | 05:27 | |
*** SkyRocknRoll has joined #openstack-swift | 05:50 | |
*** wshao has quit IRC | 06:01 | |
*** wshao has joined #openstack-swift | 06:02 | |
*** wshao has quit IRC | 06:18 | |
*** SkyRocknRoll has quit IRC | 06:26 | |
*** SkyRocknRoll has joined #openstack-swift | 06:38 | |
*** rledisez has joined #openstack-swift | 07:08 | |
openstackgerrit | YangLei proposed openstack/python-swiftclient: Correct the help message of swift tempurl https://review.openstack.org/196970 | 07:10 |
kota_ | hi matt, are you waiting something about patch 195458? | 07:11 |
patchbot | kota_: https://review.openstack.org/#/c/195458/ | 07:11 |
kota_ | mattoiverau: I'm now reviewing that and looks good to me. | 07:12 |
kota_ | moattoiverau: I'm now testing my environment but you seems already 2nd +2 so it looks to wait something (other reviewer?) | 07:12 |
kota_ | mattoliverau: or can i add +2 +A after my testing finished? | 07:13 |
mattoliverau | kota_: nope I'm not. I was the first +2, I expected the 2nd to +A it.. there is no note so you can do the +2/+A if you want :) | 07:14 |
kota_ | mattoliverau: ah, ok. Pete's one wan for patch set 5. I got it. | 07:16 |
kota_ | s/wan/was/ | 07:16 |
mattoliverau | lol, yeah, so +A away :) | 07:16 |
*** proteusguy has joined #openstack-swift | 07:21 | |
*** knl has joined #openstack-swift | 07:22 | |
*** joeljwright has joined #openstack-swift | 07:24 | |
*** ChanServ sets mode: +v joeljwright | 07:24 | |
*** chlong has quit IRC | 07:35 | |
*** jordanP has joined #openstack-swift | 07:37 | |
kota_ | done | 07:42 |
*** jistr has joined #openstack-swift | 07:43 | |
openstackgerrit | Christian Schwede proposed openstack/swift: Add notification middleware https://review.openstack.org/196755 | 07:46 |
*** acoles_away is now known as acoles | 07:49 | |
acoles | good morning | 07:50 |
kota_ | acoles: good morning :) | 07:52 |
acoles | hi kota_ | 07:53 |
cschwede | Good Morning! | 07:55 |
joeljwright | mornin | 07:55 |
acoles | beautiful day here - is it warming up in Hamburg yet? | 07:56 |
ho | acoles, cschwede, joelwright: Good Morning! | 07:57 |
*** geaaru has joined #openstack-swift | 07:57 | |
cschwede | acoles: yep, same here - beautiful day, 20° atm, with 24° expected. though it feels much warmer in the sun | 08:00 |
cschwede | ho: morning! | 08:00 |
*** jistr has quit IRC | 08:03 | |
*** remix_tj has joined #openstack-swift | 08:06 | |
*** jistr has joined #openstack-swift | 08:10 | |
*** foexle has joined #openstack-swift | 08:13 | |
*** geaaru has quit IRC | 08:42 | |
*** geaaru has joined #openstack-swift | 08:49 | |
-openstackstatus- NOTICE: OpenStack CI is down due to hard drive failures | 08:49 | |
*** ChanServ changes topic to "OpenStack CI is down due to hard drive failures" | 08:49 | |
*** mwheckmann has joined #openstack-swift | 08:50 | |
mattoliverau | morning euro team! cschwede, acoles and joeljwright | 08:51 |
cschwede | mattoliverau: Hello Matthew! | 08:51 |
joeljwright | mattoliverau: morning! | 08:51 |
*** kota_ has quit IRC | 09:05 | |
*** cazino has quit IRC | 09:21 | |
*** cazino1 has joined #openstack-swift | 09:21 | |
*** cazino1 has quit IRC | 09:21 | |
*** cazino has joined #openstack-swift | 09:21 | |
*** cazino has quit IRC | 09:22 | |
*** cazino1 has joined #openstack-swift | 09:22 | |
*** cazino1 has quit IRC | 09:22 | |
*** cazino has joined #openstack-swift | 09:22 | |
*** cazino has quit IRC | 09:22 | |
*** cazino1 has joined #openstack-swift | 09:23 | |
*** cazino1 has quit IRC | 09:24 | |
*** cazino has joined #openstack-swift | 09:24 | |
*** cazino has quit IRC | 09:24 | |
*** cazino has joined #openstack-swift | 09:25 | |
*** cazino has quit IRC | 09:29 | |
*** cazino1 has joined #openstack-swift | 09:29 | |
*** pksingh has quit IRC | 09:30 | |
*** breitz has quit IRC | 09:30 | |
*** breitz has joined #openstack-swift | 09:30 | |
*** cazino1 has quit IRC | 09:32 | |
*** cazino has joined #openstack-swift | 09:32 | |
openstackgerrit | Jiri Suchomel proposed openstack/swift: Let object-info find files in a given directory https://review.openstack.org/189258 | 09:32 |
*** cazino1 has joined #openstack-swift | 09:43 | |
*** cazino has quit IRC | 09:43 | |
*** cazino1 has quit IRC | 09:43 | |
*** cazino2 has joined #openstack-swift | 09:43 | |
*** aix has quit IRC | 09:46 | |
*** mutoulbj has quit IRC | 10:17 | |
*** aix has joined #openstack-swift | 10:17 | |
*** dmgweb has joined #openstack-swift | 10:29 | |
dmgweb | hello | 10:29 |
*** proteusguy has quit IRC | 10:29 | |
dmgweb | ClientException: Object HEAD failed: http://controller:8080/v1/AUTH_42d0a15d5d1a49c294cf98dad25174b6/demo-container1/FILE 400 Bad Request | 10:30 |
dmgweb | Object HEAD failed: http://controller:8080/v1/AUTH_42d0a15d5d1a49c294cf98dad25174b6/demo-container1/FILE 400 Bad Request | 10:30 |
dmgweb | any idea? | 10:30 |
*** proteusguy has joined #openstack-swift | 10:42 | |
*** knl has quit IRC | 10:42 | |
*** chlong has joined #openstack-swift | 10:49 | |
*** dmorita has quit IRC | 10:54 | |
*** gar has joined #openstack-swift | 10:57 | |
*** gar has joined #openstack-swift | 10:57 | |
*** ho has quit IRC | 11:01 | |
*** dmgweb has quit IRC | 11:07 | |
*** mutoulbj has joined #openstack-swift | 11:24 | |
*** nadeem has joined #openstack-swift | 11:42 | |
*** nadeem has quit IRC | 11:42 | |
*** kei_yama has quit IRC | 11:42 | |
*** nadeem has joined #openstack-swift | 11:43 | |
*** knl has joined #openstack-swift | 11:56 | |
*** bill_az has joined #openstack-swift | 11:58 | |
*** jistr is now known as jistr|class | 11:59 | |
*** km has quit IRC | 12:00 | |
*** bkopilov has quit IRC | 12:01 | |
tdasilva | good morning | 12:03 |
*** jistr|class is now known as jistr | 12:07 | |
*** SkyRocknRoll has quit IRC | 12:13 | |
*** vinsh has quit IRC | 12:22 | |
*** NM has joined #openstack-swift | 12:25 | |
*** benny__ has joined #openstack-swift | 12:44 | |
openstackgerrit | Emmanuel Cazenave proposed openstack/swift: Increase httplib._MAXHEADERS https://review.openstack.org/197048 | 12:45 |
*** mwheckmann has quit IRC | 12:47 | |
jordanP | ^^ we have a CI that checks our Diskfile is compatible with Swift Kilo and Juno using the Swift func tests so we would like to have this fix backported. Thanks :) | 12:51 |
*** Guest27041 has joined #openstack-swift | 12:51 | |
jordanP | (we == 3rd party vendor) | 12:52 |
*** petertr7_away is now known as petertr7 | 13:00 | |
*** hrou has joined #openstack-swift | 13:05 | |
*** SkyRocknRoll has joined #openstack-swift | 13:11 | |
*** Guest27041 is now known as agentle | 13:21 | |
*** acampbel11 has joined #openstack-swift | 13:24 | |
*** vinsh has joined #openstack-swift | 13:27 | |
*** bkopilov has joined #openstack-swift | 13:40 | |
*** agentle has quit IRC | 13:43 | |
*** blmartin has joined #openstack-swift | 13:50 | |
*** petertr7 is now known as petertr7_away | 14:04 | |
*** vinsh has quit IRC | 14:08 | |
*** petertr7_away is now known as petertr7 | 14:11 | |
*** annegentle has joined #openstack-swift | 14:14 | |
*** vinsh has joined #openstack-swift | 14:22 | |
*** gar1 has joined #openstack-swift | 14:22 | |
*** gar has quit IRC | 14:26 | |
*** wbhuber has joined #openstack-swift | 14:29 | |
*** jyoti-ranjan has joined #openstack-swift | 14:38 | |
*** jrichli has joined #openstack-swift | 14:38 | |
*** wbhuber has quit IRC | 14:38 | |
*** knl has quit IRC | 14:39 | |
*** amoturi has joined #openstack-swift | 14:40 | |
*** doxavore has joined #openstack-swift | 14:51 | |
*** pgbridge has joined #openstack-swift | 14:51 | |
*** cazino2 has quit IRC | 14:54 | |
*** jordanP has quit IRC | 14:55 | |
*** ChanServ changes topic to "Review Dashboard: http://goo.gl/8IUcKl | Summary Dashboard: http://goo.gl/qHus5v | Hackathon: https://www.eventbrite.com/e/swift-hackathon-tickets-17308818141 | Logs: http://eavesdrop.openstack.org/irclogs/%23openstack-swift/" | 14:55 | |
-openstackstatus- NOTICE: The log volume was repaired and brought back online at 14:00 UTC. Log links today from before that time may be missing, and changes should be rechecked if fresh job logs are desired for them. | 14:55 | |
*** cazino has joined #openstack-swift | 14:56 | |
*** hrou has quit IRC | 14:56 | |
*** jordanP has joined #openstack-swift | 14:57 | |
*** hrou has joined #openstack-swift | 14:57 | |
doxavore | I haven't been able to find anything, but is there a known issue with drive-audit and mount_check in Swift 2.2.2? | 14:57 |
doxavore | we're seeing drive-audit successfully unmounting failing drives, and all the services have mount_check=true, but they always end up filling up the root mount | 14:58 |
*** knl has joined #openstack-swift | 14:58 | |
*** petertr7 is now known as petertr7_away | 15:01 | |
*** petertr7_away is now known as petertr7 | 15:02 | |
*** cazino has quit IRC | 15:03 | |
*** jordanP has quit IRC | 15:03 | |
*** cazino has joined #openstack-swift | 15:03 | |
*** nadeem has quit IRC | 15:08 | |
*** aix has quit IRC | 15:09 | |
*** minwoob has quit IRC | 15:10 | |
*** amoturi has quit IRC | 15:16 | |
*** amoturi has joined #openstack-swift | 15:18 | |
*** jordanP has joined #openstack-swift | 15:19 | |
*** cazino has left #openstack-swift | 15:22 | |
*** aix has joined #openstack-swift | 15:24 | |
*** foexle has quit IRC | 15:26 | |
*** joeljwright has quit IRC | 15:27 | |
notmyname | good morning | 15:36 |
*** DericHorn-HP has joined #openstack-swift | 15:36 | |
*** joeljwright has joined #openstack-swift | 15:38 | |
*** ChanServ sets mode: +v joeljwright | 15:38 | |
notmyname | I've been out a few days. time to catch up :-) | 15:40 |
*** amoturi has quit IRC | 15:47 | |
*** aix has quit IRC | 15:48 | |
*** nadeem has joined #openstack-swift | 15:48 | |
*** petertr7 is now known as petertr7_away | 15:54 | |
*** nadeem has quit IRC | 15:58 | |
*** nadeem has joined #openstack-swift | 15:59 | |
*** petertr7_away is now known as petertr7 | 16:00 | |
*** aix has joined #openstack-swift | 16:00 | |
*** jistr has quit IRC | 16:01 | |
*** aix has quit IRC | 16:01 | |
*** acampbel11 has quit IRC | 16:01 | |
*** benny__ has quit IRC | 16:03 | |
*** acampbel11 has joined #openstack-swift | 16:07 | |
*** minwoob has joined #openstack-swift | 16:08 | |
*** ajiang has quit IRC | 16:09 | |
*** janonymous_ has joined #openstack-swift | 16:10 | |
*** bhakta has quit IRC | 16:10 | |
*** silor has joined #openstack-swift | 16:10 | |
*** ajiang has joined #openstack-swift | 16:15 | |
*** bhakta has joined #openstack-swift | 16:15 | |
*** knl has quit IRC | 16:17 | |
*** benny__ has joined #openstack-swift | 16:18 | |
*** petertr7 is now known as petertr7_away | 16:24 | |
*** acampbel11 has quit IRC | 16:26 | |
openstackgerrit | Merged openstack/swift: go: add a few unit tests https://review.openstack.org/194750 | 16:27 |
openstackgerrit | Merged openstack/swift: go: always asynchronous finalize PUT and DELETE https://review.openstack.org/190788 | 16:29 |
*** dontalton has joined #openstack-swift | 16:29 | |
*** lyrrad has joined #openstack-swift | 16:29 | |
*** jyoti-ranjan has quit IRC | 16:31 | |
*** jordanP has quit IRC | 16:37 | |
*** jrichli has quit IRC | 16:39 | |
notmyname | http://d.not.mn/contrib_activity.png | 16:39 |
notmyname | final picture for now. gotta spend time getitng other stuff done. making graphs can take up soooo much time | 16:40 |
blmartin | Quick question for anyone; What does unstable mean on the jenkins check for code reviews? Is it something like the tests passed then failed? | 16:41 |
kragniz | blmartin: it means the CI is most likely broken | 16:42 |
kragniz | blmartin: there was a hard drive failure that I'm pretty sure it fixed now | 16:42 |
*** NM has quit IRC | 16:43 | |
*** jrichli has joined #openstack-swift | 16:43 | |
blmartin | kragniz, Thanks for the information! It sounds like I should ask for jenkens to rerun the tests then. | 16:44 |
kragniz | yeah, just fire off a recheck | 16:45 |
kragniz | blmartin: http://lists.openstack.org/pipermail/openstack-dev/2015-June/068341.html | 16:45 |
*** gar has joined #openstack-swift | 16:48 | |
*** gar has joined #openstack-swift | 16:48 | |
*** gar1 has quit IRC | 16:49 | |
*** mwheckmann has joined #openstack-swift | 16:49 | |
*** openstackgerrit has quit IRC | 16:50 | |
*** NM has joined #openstack-swift | 16:50 | |
*** openstackgerrit has joined #openstack-swift | 16:51 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Add POST capability to ssync for .meta files https://review.openstack.org/138498 | 16:57 |
acoles | clayg: rescuing from auto-abandoner ^^ but i hope to spend some time on this soon | 16:59 |
*** acampbel11 has joined #openstack-swift | 17:01 | |
*** zhill has joined #openstack-swift | 17:01 | |
*** DericHorn-HP has quit IRC | 17:05 | |
clayg | acoles: yeah I'll review - awesome! | 17:14 |
*** lcurtis has joined #openstack-swift | 17:14 | |
*** doxavore has quit IRC | 17:16 | |
acoles | clayg: cool but no need to review yet tho - its just a rebase! i'll ping you when i do some real work on it | 17:18 |
acoles | just need to avoid mattoliverau 's axe falling on it :P | 17:18 |
blmartin | thanks for the link to mailing list, kragniz. | 17:21 |
clayg | acoles: oh | 17:21 |
*** benny__ has quit IRC | 17:22 | |
clayg | acoles: ok - back to procrastinating fixing ec proxy GET for weird fragment placement i suppose | 17:22 |
clayg | tdasilva: it's either that or review some of the version/copy middleware stuff | 17:23 |
clayg | tdasilva: acctually that sounds better - is that stuff ready? | 17:23 |
*** annegentle has quit IRC | 17:28 | |
*** nadeem has quit IRC | 17:33 | |
*** mwheckmann has quit IRC | 17:33 | |
*** rledisez has quit IRC | 17:33 | |
*** nadeem has joined #openstack-swift | 17:34 | |
*** benny__ has joined #openstack-swift | 17:35 | |
*** annegentle has joined #openstack-swift | 17:41 | |
*** petertr7_away is now known as petertr7 | 17:42 | |
*** nadeem has quit IRC | 17:43 | |
*** nadeem has joined #openstack-swift | 17:44 | |
openstackgerrit | Merged openstack/swift: go: fix unpickling problem https://review.openstack.org/196882 | 17:45 |
*** mgarza_ has joined #openstack-swift | 17:46 | |
*** chlong has quit IRC | 17:56 | |
*** zhill has quit IRC | 17:58 | |
tdasilva | clayg: i think versioning needs a manual rebase also, but it has gotten a +2 from zaitcev already :) | 18:02 |
*** zhill has joined #openstack-swift | 18:03 | |
*** acoles is now known as acoles_away | 18:03 | |
openstackgerrit | Merged openstack/swift: go: fix x-delete-at updates https://review.openstack.org/193557 | 18:08 |
openstackgerrit | Greg Lange proposed openstack/swift: go: check err on call to get free space on object sync https://review.openstack.org/196782 | 18:08 |
openstackgerrit | Greg Lange proposed openstack/swift: go: check err on call to get free space on object puts https://review.openstack.org/196770 | 18:11 |
*** doxavore has joined #openstack-swift | 18:13 | |
*** annegentle has quit IRC | 18:13 | |
*** tellesnobrega_ has joined #openstack-swift | 18:15 | |
*** annegentle has joined #openstack-swift | 18:16 | |
openstackgerrit | Minwoo Bae proposed openstack/swift: EC: Handoff node to push existing fragment to the correct location. https://review.openstack.org/196848 | 18:19 |
*** tellesnobrega_ has quit IRC | 18:20 | |
*** jlhinson_ has joined #openstack-swift | 18:23 | |
*** acampbel11 has quit IRC | 18:24 | |
*** gyee has joined #openstack-swift | 18:24 | |
jrichli | clayg: hey there. I added a comment on the crypto prototype restating something Alistair had said about a possible consistency issue with using sysmeta instead of massmeta. | 18:30 |
jrichli | clayg: I was wondering if the "Add POST capability to ssync for .meta files" would possibly address that? | 18:31 |
*** joeljwright has quit IRC | 18:36 | |
*** annegentle has quit IRC | 18:43 | |
*** nadeem has quit IRC | 18:51 | |
*** mutoulbj has quit IRC | 18:56 | |
*** doxavore has quit IRC | 18:59 | |
*** geaaru has quit IRC | 18:59 | |
*** nadeem has joined #openstack-swift | 19:03 | |
*** Guest80179 has joined #openstack-swift | 19:06 | |
openstackgerrit | Greg Lange proposed openstack/swift: go: make unpickle mark() return error if mark is not found https://review.openstack.org/197235 | 19:14 |
clayg | jrichli: i'll go looking for the comment (link?) - I don't think the ssync/.meta fix has anything to do with metameta | 19:14 |
*** Guest80179 has quit IRC | 19:14 | |
jrichli | clayg: ok, thx. | 19:16 |
clayg | jrichli: oh - that's just copying his comments from patch 158401 to patch 157907 | 19:16 |
patchbot | clayg: https://review.openstack.org/#/c/158401/ | 19:16 |
jrichli | clayg: yes. but i was wanting to know why we are not concerned about the consistency | 19:17 |
clayg | jrichli: well - because I sort of cheated - i'm letting sysmeta set on PUT bleed through | 19:17 |
*** mgarza_ has quit IRC | 19:18 | |
clayg | jrichli: acoles_away probably doens't want to think about it because it's probably a terrible idea - but metameta is a terrible idea too - it's all a bunch of hacks to work around the fact we can't replicate updateable object metadata | 19:18 |
clayg | I think my idea to let .data file sysmeta bleed through .meta sysmeta unless .meta sysmeta overwrites the key is acctually closer to updatable object sysmeta - so it's better than creating a whole new name for a third hack around to deal with the lack of updatable object metadata | 19:19 |
*** nadeem has quit IRC | 19:19 | |
clayg | anyway - my point was just that there's other things to concern ourselves with on the crypto branch than what to call metameta | 19:20 |
clayg | a) we probably don't need it b) if we decide we want it the only thing left to do is the name - and at that point who cares what we name it - if we want it we'll have to call it something | 19:20 |
clayg | I'd suggest you try to bury the metadata namespace for crypto-meta in some helper functions | 19:21 |
*** swdweeb has joined #openstack-swift | 19:21 | |
clayg | so if we decide to use sysmeta with my changes or metameta with acoles changes we only have to change the crypot names in one place | 19:21 |
clayg | jrichli: probably the biggest challange to deal with is multipart mime footers on replicated objects | 19:22 |
jrichli | yes, I will do that (create helper functions). I am working on the other issues. The other thing that would be good is to have some feedback for my newer patches | 19:22 |
clayg | jrichli: I'm currently looking at the proxy - so that's in my mind too | 19:22 |
clayg | i don't know which ones are the newer patches | 19:22 |
jrichli | one mine | 19:23 |
jrichli | min | 19:23 |
clayg | jrichli: easiest thing to do is say "clayg: review this please <link>" - you can normally do that to me once a day at a minimum | 19:23 |
clayg | ^ others too! | 19:23 |
jrichli | clayg: review this please trivial keymaster for encryption patch 193749 - thanks so much! :-) | 19:23 |
patchbot | jrichli: https://review.openstack.org/#/c/193749/ | 19:23 |
jrichli | since I am still learning, some of the feedback I want is something that will help me to write more "swift-style" "pythonista" type code :-) | 19:25 |
clayg | jrichli: understood - i'll try to prefix that crap with "nit" | 19:25 |
jrichli | it will take me time to change things to be in a more acceptable style, so the sooner i get that feedback, the better | 19:25 |
clayg | jrichli: that makes sense - thanks | 19:25 |
jrichli | well, some things will be | 19:25 |
jrichli | well, some things will be big: like error handling | 19:25 |
openstackgerrit | Greg Lange proposed openstack/swift: go: make unpickle mark() return error if mark is not found https://review.openstack.org/197235 | 19:26 |
clayg | jrichli: does patch 193749 not have an encrypter or decrypter? | 19:41 |
patchbot | clayg: https://review.openstack.org/#/c/193749/ | 19:41 |
*** silor has quit IRC | 19:41 | |
jrichli | clayg: no, there is another one with those. patch 194191 | 19:41 |
patchbot | jrichli: https://review.openstack.org/#/c/194191/ | 19:41 |
jrichli | clayg: you can take your pick for today :-) | 19:41 |
jrichli | choices, choices! | 19:42 |
clayg | jrichli: well no i'm happy to start with the keymaster - but I'm not sure how to test it :\ | 19:43 |
jrichli | ah, i see. you could download that last patch with enc/dec mw and run that way. that patch is dependent. | 19:44 |
jrichli | clayg: dont forget fake_footers ;-) | 19:44 |
clayg | jrichli: ok yeah wfm - check out 194191 and review 193749 | 19:45 |
jrichli | ok, good. thx. there are some unit tests too | 19:46 |
*** blmartin has quit IRC | 19:50 | |
*** mutoulbj has joined #openstack-swift | 19:56 | |
*** mutoulbj has quit IRC | 19:56 | |
*** gar has quit IRC | 20:04 | |
*** occupant has quit IRC | 20:07 | |
*** acampbel11 has joined #openstack-swift | 20:07 | |
*** occupant has joined #openstack-swift | 20:16 | |
*** adiantum has joined #openstack-swift | 20:24 | |
*** flaper87 has left #openstack-swift | 20:29 | |
*** mgarza has joined #openstack-swift | 20:31 | |
*** Fin1te has joined #openstack-swift | 20:36 | |
*** petertr7 is now known as petertr7_away | 20:36 | |
*** petertr7_away is now known as petertr7 | 20:38 | |
*** nadeem has joined #openstack-swift | 20:41 | |
*** amit213 has quit IRC | 20:44 | |
*** doxavore has joined #openstack-swift | 20:44 | |
*** amit213 has joined #openstack-swift | 20:44 | |
*** amit213 has quit IRC | 20:44 | |
*** petertr7 is now known as petertr7_away | 21:08 | |
*** xnox has quit IRC | 21:10 | |
*** xnox has joined #openstack-swift | 21:12 | |
notmyname | visa info for the tokyo summit https://www.openstack.org/blog/2015/06/need-a-visa-for-the-tokyo-summit-heres-what-you-need-to-know/ | 21:16 |
clayg | notmyname: does tokyo have some special requirements? | 21:18 |
redbo | to summarize: not for you | 21:19 |
redbo | the US is exempt from visa requirements for short-term stay | 21:20 |
clayg | crazy! | 21:20 |
clayg | can I bring my visa with me anyway? | 21:20 |
redbo | they only accept Diner's Club | 21:20 |
clayg | ^ ladies come down - redbo is here all week | 21:21 |
notmyname | whoo! finally got some good numbers from my async patch. putting them into single place now | 21:25 |
notmyname | summry: async patch is better | 21:26 |
clayg | heh | 21:26 |
clayg | notmyname: feature-hummingbird already does that | 21:26 |
clayg | notmyname: who's the guy... weuber? bwueber? something like this? | 21:27 |
notmyname | wb ...something | 21:27 |
notmyname | jrichli would know | 21:28 |
jrichli | whuber : he is on vacation this week | 21:28 |
clayg | jrichli: ha | 21:28 |
notmyname | results https://gist.github.com/notmyname/2bb85acfd8fbc7fc312a | 21:30 |
jrichli | I will pass it along - thanks! | 21:30 |
notmyname | I'm adding it to the patch | 21:30 |
jrichli | and I was wrong, its wbhuber :-) | 21:30 |
notmyname | looks like it need to be rebased | 21:31 |
notmyname | oh, nm | 21:31 |
clayg | notmyname: hrmp - so it's only twice as fast on average when containers are busy - but the 95%ile is like 500% better | 21:34 |
clayg | I love that consistency improvement baby | 21:34 |
clayg | dfg_: has there been any movement on the hummingbird objectserver functional test suite? | 21:35 |
clayg | dfg_: with the async container update stuff I can imagine a test runner that pops a wsgi listener and then send requests to the object server with container update headers pointed at the test's endpoint | 21:36 |
*** hrou_ has joined #openstack-swift | 21:36 | |
*** hrou has quit IRC | 21:36 | |
clayg | ... check async creation when the server is slow ... all kinds of cool stuff! | 21:36 |
dfg_ | clayg: ya we did something like that. but we haven't ported them over yet :( | 21:37 |
*** Fin1te has quit IRC | 21:37 | |
openstackgerrit | John Dickinson proposed openstack/swift: do container listing updates in another (green)thread https://review.openstack.org/189080 | 21:37 |
openstackgerrit | John Dickinson proposed openstack/swift: do container listing updates in another (green)thread https://review.openstack.org/189080 | 21:38 |
notmyname | new config option, needed a DocImpact | 21:38 |
clayg | dfg_: is it really a port or just a cp -a ? If you can git review them I could probably work on beating them into shape enough to merge to feature-hummingbird? I mean - at least that'd be someting I'd be able to help with? | 21:38 |
clayg | notmyname: sorry - that's my fault! | 21:38 |
notmyname | clayg: what's great, and exactly what you'd expect, in the test runs with the 2 container drives being hammered, the 95% latency is pretty much the timeout value | 21:39 |
*** fifieldt has quit IRC | 21:39 | |
notmyname | so we can tune it down to whatever we want | 21:39 |
clayg | notmyname: oh that's right! awesome! | 21:39 |
*** barker has joined #openstack-swift | 21:41 | |
*** barker has quit IRC | 21:50 | |
*** acampbel11 has quit IRC | 21:51 | |
*** fifieldt has joined #openstack-swift | 21:52 | |
jrichli | ok, so now I want to make a change to tempurl just so that I can put my name in the copyright header ... | 21:54 |
notmyname | heh | 22:01 |
*** doxavore has quit IRC | 22:01 | |
*** jlhinson_ has quit IRC | 22:03 | |
*** jrichli has quit IRC | 22:04 | |
mattoliverau | Morning | 22:04 |
notmyname | clayg: here's the better-sorted image http://d.not.mn/contrib_activity.png | 22:06 |
notmyname | hi mattoliverau | 22:06 |
*** hrou_ has quit IRC | 22:11 | |
*** NM has quit IRC | 22:12 | |
ctennis | sweet, #13 | 22:17 |
*** barker has joined #openstack-swift | 22:34 | |
notmyname | ctennis: sorted by when the first commit was | 22:36 |
ctennis | yep | 22:36 |
*** dontalton has quit IRC | 22:37 | |
*** swdweeb has quit IRC | 22:37 | |
*** DericHorn-HP has joined #openstack-swift | 22:38 | |
*** nadeem has quit IRC | 22:47 | |
*** barker has quit IRC | 22:52 | |
*** minwoob has quit IRC | 22:54 | |
*** benny__ has quit IRC | 22:57 | |
*** km has joined #openstack-swift | 23:03 | |
*** lcurtis has quit IRC | 23:06 | |
openstackgerrit | Michael Barton proposed openstack/swift: go: return metadata as map[string]string https://review.openstack.org/197368 | 23:06 |
*** hrou has joined #openstack-swift | 23:09 | |
*** mgarza has quit IRC | 23:15 | |
*** mgarza_ has joined #openstack-swift | 23:15 | |
*** mgarza_ has quit IRC | 23:16 | |
*** gar has joined #openstack-swift | 23:16 | |
*** gar has joined #openstack-swift | 23:16 | |
*** gar has quit IRC | 23:18 | |
*** gar1 has joined #openstack-swift | 23:18 | |
openstackgerrit | Tim Burke proposed openstack/python-swiftclient: Add pbr to test-requirements https://review.openstack.org/197370 | 23:22 |
notmyname | timburke: does that fix it? | 23:23 |
timburke | notmyname: hopefully? i'll see what the gate says.... | 23:23 |
*** kei_yama has joined #openstack-swift | 23:23 | |
*** zhill has quit IRC | 23:26 | |
*** zhill has joined #openstack-swift | 23:30 | |
*** DericHorn-HP has quit IRC | 23:31 | |
notmyname | installing a bunch of new drives to test in a swift cluster: http://d.not.mn/new_drives.jpg | 23:33 |
*** zhill has quit IRC | 23:34 | |
*** zhill has joined #openstack-swift | 23:37 | |
mattoliverau | notmyname: its like christmas :) | 23:38 |
notmyname | :-) | 23:38 |
notmyname | time for testing SMR drives in swift | 23:39 |
*** ho has joined #openstack-swift | 23:40 | |
*** gar1 has quit IRC | 23:41 | |
*** zhill has quit IRC | 23:42 | |
ho | good morning! | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!