notmyname | hello mattoliverau and ho_ | 00:02 |
---|---|---|
*** Jeffrey4l has quit IRC | 00:03 | |
*** diazjf has joined #openstack-swift | 00:05 | |
*** asettle has quit IRC | 00:16 | |
clayg | notmyname: oh that sucks about FakeLogger's thread_locals :\ | 00:17 |
notmyname | yeah. it's not unsolvable, but it seems like more work than fixing it the right way | 00:18 |
*** asettle has joined #openstack-swift | 00:18 | |
*** asettle is now known as asettle-afk | 00:18 | |
clayg | notmyname: does the FakeLogger in the thread end up *not* logging the tx_id because it doesn't use threadlocals - or does it just not have the post logmsg formatmatting that adds trasaction id's? | 00:18 |
notmyname | a little of a, a little of b | 00:18 |
clayg | hrmm... it *seems* like if you get the logger from the debug_logger helper method it should be all wrapped up in a mostly real utils.LogAdapter :'( | 00:19 |
clayg | notmyname: now you got *me* curious! | 00:20 |
notmyname | *excellent* | 00:20 |
clayg | rofl | 00:20 |
notmyname | actually, I think it does do the thread locals. but it doesn't have the formatter at all | 00:21 |
notmyname | I was thinking something else about the thread_locals. | 00:21 |
notmyname | but even so, it would end up only testing that _get_put_responses passes thread locals to _get_conn_response. whoop-dee-do. I mean, I guess that's nice. maybe | 00:22 |
notmyname | jrichli: you were talking about documenting some feature interactions. have you done anything on that? | 00:24 |
*** esker has quit IRC | 00:28 | |
*** asettle-afk has quit IRC | 00:38 | |
kota_ | good morning | 00:43 |
notmyname | hello kota_ | 00:43 |
kota_ | nomyname: hi | 00:44 |
kota_ | notmyname:^^ | 00:44 |
*** arch-nemesis has quit IRC | 00:50 | |
torgomatic | heh, the ratelimit tests have a little fake WSGI app that returns "204 No Content"... in the body of the response | 00:52 |
* torgomatic was quite confused for a while | 00:52 | |
notmyname | torgomatic: because of course it does? ;-) | 00:55 |
*** takashi has joined #openstack-swift | 01:07 | |
takashi | good morning | 01:08 |
*** garthb has quit IRC | 01:14 | |
openstackgerrit | Clay Gerrard proposed openstack/swift: test for txn-id capture https://review.openstack.org/278176 | 01:15 |
*** diazjf has quit IRC | 01:16 | |
*** asettle-afk has joined #openstack-swift | 01:19 | |
clayg | janonymous: ^ that is like *half* the work to get a test for patch 266239 if you wanna push it over the finish line (thanks for working on it!) | 01:23 |
patchbot | clayg: https://review.openstack.org/#/c/266239/ - swift - Added GreenAsyncPile txn_id logging | 01:23 |
*** asettle-afk has quit IRC | 01:24 | |
*** esker has joined #openstack-swift | 01:26 | |
*** arthus has joined #openstack-swift | 01:39 | |
*** shakamunyi has quit IRC | 01:40 | |
*** esker has quit IRC | 01:40 | |
*** esker has joined #openstack-swift | 01:41 | |
*** esker has quit IRC | 01:45 | |
mattoliverau | kota_: morning | 01:46 |
*** darrenc is now known as darrenc_afk | 01:47 | |
*** gyee has quit IRC | 01:53 | |
jrichli | asettle: great to hear that you will be at the hackathon! I think I sat by you in a working session at Tokyo. But I didn't get the chance to talk with you. | 01:58 |
jrichli | notmyname: Yes, I had written a wishlist bug 1531698 to track this, but have not assigned myself. | 01:59 |
openstack | bug 1531698 in OpenStack Object Storage (swift) "Create an Advanced Features Matrix - docs and tests" [Undecided,New] https://launchpad.net/bugs/1531698 | 01:59 |
jrichli | notmyname: before I talk about what I have done, I just noticed that is not written as the other wishlist bugs. I thought all I had to do was add a 'wishlist' tag. But I see that the importance is supposed to be set to 'wishlist'. I don't think I have permissions to do that, however. | 01:59 |
jrichli | notmyname: as for what I have done, I am still in the information gathering stage. I'd like to learn more before I start to document. If somebody else wants to work the bug before I get to that point, feel free. :-) | 01:59 |
*** darrenc_afk is now known as darrenc | 01:59 | |
jrichli | This really all started with the work related to COPY as mw along with the dlo manifest bug. There have recently been a series of bugs/patches that are adding tests and defining/asserting behavior of mixing some of the following: slo, dlo, versioning, copy, fast-post/post-as-copy. acoles has been helping me understand along the way as I review :-) | 02:00 |
*** km has joined #openstack-swift | 02:06 | |
*** diazjf has joined #openstack-swift | 02:07 | |
*** diazjf has quit IRC | 02:22 | |
*** diazjf has joined #openstack-swift | 02:23 | |
*** lyrrad has quit IRC | 02:35 | |
*** mingyu has quit IRC | 02:54 | |
*** mingyu has joined #openstack-swift | 02:54 | |
*** darrenc is now known as darrenc_afk | 02:58 | |
*** zhill has quit IRC | 02:59 | |
*** links has joined #openstack-swift | 03:00 | |
*** sanchitmalhotra has joined #openstack-swift | 03:04 | |
vinsh | notmyname: clayg. servers_per_port FTW. I think out rack might catch fire. | 03:06 |
*** logan-- has joined #openstack-swift | 03:10 | |
*** darrenc_afk is now known as darrenc | 03:11 | |
*** diazjf has quit IRC | 03:12 | |
vinsh | crazy. 45% faster/more average requests per second. | 03:14 |
vinsh | Beautiful. | 03:14 |
*** logan-- has quit IRC | 03:14 | |
*** forcebanana has quit IRC | 03:17 | |
*** logan- has quit IRC | 03:22 | |
*** logan- has joined #openstack-swift | 03:23 | |
*** zhill has joined #openstack-swift | 03:26 | |
*** zhill has quit IRC | 03:30 | |
clayg | vinsh: that's great! congrats! | 03:35 |
notmyname | jrichli: done | 03:36 |
notmyname | vinsh: very cool! | 03:36 |
vinsh | Big thanks to the swift developers adding killer features. ^5 | 03:36 |
notmyname | https://twitter.com/wolever/status/697234620966895616 | 03:37 |
notmyname | hjmm | 03:37 |
notmyname | timburke: ^ FYI | 03:38 |
*** nadeem has joined #openstack-swift | 03:40 | |
*** nadeem has quit IRC | 03:40 | |
*** nadeem has joined #openstack-swift | 03:41 | |
*** bill_az has quit IRC | 03:49 | |
janonymous | clayg: Thanks a lot, i would try to do it for the rest. :) | 03:58 |
*** forcebanana has joined #openstack-swift | 03:59 | |
*** zhill has joined #openstack-swift | 04:19 | |
clayg | notmyname: timburke: https://bugs.launchpad.net/bugs/1213179 | 04:21 |
openstack | Launchpad bug 1213179 in python-swiftclient "swiftclient logs all ClientException (404) at ERROR (with traceback)" [High,Confirmed] | 04:21 |
*** venkat has joined #openstack-swift | 04:39 | |
*** venkat has quit IRC | 04:39 | |
*** nadeem has quit IRC | 04:51 | |
mingyu | clayg: For Bug #1539369, "update saio docs for liberasure-dev", is that for liberasure-dev particularly? | 04:56 |
openstack | bug 1539369 in OpenStack Object Storage (swift) "update saio docs for liberasure-dev" [Undecided,New] https://launchpad.net/bugs/1539369 | 04:56 |
clayg | mingyu: honestly when I read that bug over i decided my descrption was pretty poor - or at least I complain about a lot of things not related to liberasure-dev | 04:58 |
clayg | I think the problem is that the swift-all-in-one docs are rusted - and we need to fix them - if it's easier to break that up into different launchpad bugs and attack easy issue individually for tracking purposes we can do that | 04:59 |
clayg | if it's easier to change that bug to "saio doc doesn't work" and then make a patch "saio doc works" - then we should do that | 05:00 |
*** mragupat has joined #openstack-swift | 05:00 | |
mingyu | OK, understood. I'm trying to fix that. | 05:01 |
clayg | mingyu: that's *awesome* - thank you | 05:02 |
mingyu | It's my pleasure. There is another question that why don't we try to make the shell scripts in devstack works better for Swift? And then use devstack to setup an all-in-one development environment, just like other projects such as nova, etc. | 05:05 |
*** mragupat has quit IRC | 05:06 | |
mahatic | clayg: I think that one is fixed somewhere, the update for saio docs, onovy (sorry if I'm wrong) fixed it I suppose? | 05:06 |
*** mragupat has joined #openstack-swift | 05:06 | |
* mahatic is looking for it | 05:07 | |
clayg | mingyu: IME maintaince and modification of devstack is non-trival (this is irrespective of it's suitability for swift development and the conflicting gaols/requirements/usecase for other openstack developers use of devstack) - a number of folks in the community use vagrant-swift-all-in-one (or something similar) to script automate building saio's - but the developer docs predate those tools | 05:07 |
mahatic | coz I remember that got in handy when I was doing a fesh installation | 05:07 |
mahatic | fresh* | 05:07 |
clayg | mahatic: that would be great! I haven't tried to build a saio based on the development guide in awhile - but I know I had to make a number of fixes to v-saio after the latest mess with pip 8.0 and liberasure-dev | 05:08 |
clayg | mahatic: a *while* ago notmyname told me he didn't think the saio docs were working (someone grabbied him out-of-band) and I say "yeah that's probably true, i'll file a bug" - but there may have been enough lapse that they got fixed? | 05:10 |
mahatic | oh yeah, that was another patch - pip stuff. but liberasure-dev was diff I believe | 05:10 |
mahatic | clayg: patch 274416 | 05:10 |
patchbot | mahatic: https://review.openstack.org/#/c/274416/ - swift - Changed EC backend from jerasure to liberasurecode... (MERGED) | 05:10 |
mahatic | clayg: i thought we were talking about that. but pip fix is a diff patch which isn't merged yet. a couple people attempted, but none got merged from what I know | 05:11 |
clayg | mahatic: so sad :'( | 05:11 |
*** trifon has joined #openstack-swift | 05:12 | |
clayg | mahatic: maybe crack open a beer and spend the next hour going through the dev guide on a vm - could be fun! | 05:12 |
mahatic | clayg: so no, doc isn't fixed for pip. yes, sad. I also had to check the irc log for folks' suggestion for pip issues. I'll find the patch, maybe you could take a look. It seemed somewhat working for me, but needs improvements I think. pip fix patch that is | 05:13 |
mingyu | mahatic: are you saying about patch 207790 | 05:14 |
patchbot | mingyu: https://review.openstack.org/#/c/207790/ - swift - Update SAIO setup for Ubuntu 14.04 | 05:14 |
mingyu | ? | 05:14 |
mahatic | clayg: :) sure sounds fun. but hold on, maybe that patch could help | 05:14 |
mahatic | mingyu clayg yeah, that's the one | 05:14 |
clayg | omg what's going on in there!? | 05:16 |
mahatic | just blindly pick a couple of those (if not, try a couple of more) and it works ;) | 05:18 |
clayg | OMG none of us know how to computer anymore - it's gotten to hard - let's give up | 05:18 |
*** asettle-afk has joined #openstack-swift | 05:19 | |
mingyu | haha | 05:19 |
clayg | isn't 16.04 right around the corner - can we just say it's not a bug - we're just "waiting" | 05:19 |
clayg | ... for the right moment ... | 05:19 |
clayg | ... to POUNCE! | 05:19 |
mahatic | lol | 05:19 |
mingyu | yes, wait until april | 05:20 |
mingyu | but i don't think everything will be fine on 16.04 | 05:20 |
mahatic | so we'll have a fix in a couple of months then, not bad ;) | 05:20 |
mingyu | maybe there will be some other issues then | 05:20 |
mahatic | hmm yeah | 05:21 |
mingyu | pip on 14.04 is old. Actually, I don't understand why Canonical did not upgrade it. | 05:22 |
*** asettle-afk is now known as asettle | 05:23 | |
clayg | mingyu: they can't it's against debian policy - and pip has been on a crazy tear recently - someone might have done a ppa for pip6 or pip7 or pip8 but they keep moving to fast - backwards compatability be damned | 05:24 |
clayg | mingyu: they python community used to be all into "move slow and just work" - then openstack people start infesting everything now we're into "move fast and break things" - so like you know how you used to do productive things - now you can troubleshoot why the newest version of pip is incompatible with everything and breaks the world - PROGRESS! | 05:26 |
StevenK | clayg: That's not fair -- as someone who is currently contributing to pip, we *do* care about backwards compatability | 05:27 |
clayg | LOL | 05:27 |
mahatic | I wonder how everyone else is dealing with it | 05:27 |
clayg | backwards compatible is hard - and packaging is cruical - it's a tough unforgiving gig - thanks for your effort | 05:28 |
mahatic | clayg: careful what you say ;) | 05:28 |
mingyu | lol | 05:29 |
clayg | StevenK: ^ mahatic has your back | 05:30 |
StevenK | I see that. :-) | 05:31 |
mahatic | lol | 05:31 |
clayg | mingyu: as far as "how everyone else is dealing with it" - well all take it and like it -> https://github.com/pypa/pip/issues/3384 | 05:31 |
*** asettle has quit IRC | 05:33 | |
*** asettle has joined #openstack-swift | 05:33 | |
mingyu | I thought we'd better to keep the code and docs compatible with 14.04 at least in this cycle and move to 16.04 in the O version. | 05:34 |
StevenK | clayg: pip is horribly complex, mistakes happen. :-/ | 05:35 |
clayg | StevenK: np | 05:37 |
*** mingyu has quit IRC | 05:42 | |
*** mingyu has joined #openstack-swift | 05:43 | |
*** ianbrown_ has quit IRC | 05:44 | |
*** ianbrown_ has joined #openstack-swift | 05:45 | |
*** diazjf has joined #openstack-swift | 05:45 | |
*** klrmn has quit IRC | 05:48 | |
*** diazjf1 has joined #openstack-swift | 05:48 | |
*** diazjf has quit IRC | 05:51 | |
*** daemontool_ has joined #openstack-swift | 05:58 | |
mingyu | I have to leave for a while, have fun with your chat:-) | 05:59 |
*** daemontool has quit IRC | 06:02 | |
*** esker has joined #openstack-swift | 06:08 | |
*** ppai has joined #openstack-swift | 06:11 | |
*** dmorita has quit IRC | 06:17 | |
*** esker has quit IRC | 06:21 | |
*** ChubYann has quit IRC | 06:22 | |
*** esker has joined #openstack-swift | 06:32 | |
*** cbartz has joined #openstack-swift | 06:48 | |
*** dmorita has joined #openstack-swift | 06:51 | |
*** ianbrown_ has quit IRC | 06:52 | |
*** ianbrown_ has joined #openstack-swift | 06:53 | |
*** dmorita has quit IRC | 06:55 | |
*** rcernin has joined #openstack-swift | 07:13 | |
*** diazjf1 has quit IRC | 07:18 | |
*** mragupat has quit IRC | 07:27 | |
openstackgerrit | Merged openstack/swift: Port FileLikeIter to Python 3 https://review.openstack.org/237019 | 07:36 |
*** openstackgerrit has quit IRC | 07:47 | |
*** openstackgerrit has joined #openstack-swift | 07:47 | |
*** rcernin has quit IRC | 07:52 | |
*** esker has quit IRC | 07:56 | |
*** esker has joined #openstack-swift | 07:59 | |
openstackgerrit | Alexandra Settle proposed openstack/swift: WIP: New operational procedures guide https://review.openstack.org/278245 | 07:59 |
*** rledisez has joined #openstack-swift | 08:12 | |
*** rcernin has joined #openstack-swift | 08:15 | |
zaitcev | "... please ignore the delightful spelling error in the commit message." -- I was this close to fixing it | 08:17 |
*** d0ugal has joined #openstack-swift | 08:17 | |
*** zaitcev has quit IRC | 08:18 | |
*** jistr|doc has joined #openstack-swift | 08:22 | |
openstackgerrit | Alexandra Settle proposed openstack/python-swiftclient: New python swiftclient doc https://review.openstack.org/278248 | 08:23 |
*** jmccarthy1 has joined #openstack-swift | 08:29 | |
*** ho_ has quit IRC | 08:31 | |
openstackgerrit | Mahati Chamarthy proposed openstack/swift: Correct order of args passed to assertEqual https://review.openstack.org/276706 | 08:32 |
*** dmorita has joined #openstack-swift | 08:33 | |
openstackgerrit | Alexandra Settle proposed openstack/python-swiftclient: New python swiftclient doc https://review.openstack.org/278248 | 08:33 |
*** dmorita has quit IRC | 08:34 | |
*** geaaru has joined #openstack-swift | 08:34 | |
*** jmccarthy1 has quit IRC | 08:38 | |
*** jmccarthy1 has joined #openstack-swift | 08:39 | |
*** asettle is now known as asettle-afk | 08:40 | |
*** kei_yama has quit IRC | 09:01 | |
*** asettle-afk has quit IRC | 09:01 | |
*** acoles_ is now known as acoles | 09:06 | |
*** ppai has quit IRC | 09:09 | |
*** zhill has quit IRC | 09:21 | |
*** ppai has joined #openstack-swift | 09:23 | |
*** ntt has joined #openstack-swift | 09:33 | |
ntt | Hi, is there any efficient search method for searching files in swift ? | 09:34 |
*** asettle-afk has joined #openstack-swift | 09:37 | |
*** asettle-afk is now known as asettle | 09:38 | |
*** takashi has quit IRC | 09:42 | |
*** jistr|doc has quit IRC | 09:46 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Copy headers correctly when copying object https://review.openstack.org/272724 | 09:50 |
*** mvk has joined #openstack-swift | 09:52 | |
*** mvk has quit IRC | 09:56 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Merge branch 'master' into merge-master https://review.openstack.org/278283 | 09:58 |
openstackgerrit | Alistair Coles proposed openstack/swift: Merge branch 'master' into feature/crypto https://review.openstack.org/278283 | 09:59 |
*** mvk has joined #openstack-swift | 10:16 | |
*** jmccarthy1 has quit IRC | 10:26 | |
*** ppai has quit IRC | 10:34 | |
*** ppai has joined #openstack-swift | 10:34 | |
*** dmorita has joined #openstack-swift | 10:35 | |
*** jmccarthy1 has joined #openstack-swift | 10:37 | |
*** dmorita has quit IRC | 10:39 | |
openstackgerrit | Mingyu Li proposed openstack/swift: Order the devices by (region, zone, ip, device) in the output of swift-ring-builder https://review.openstack.org/277956 | 10:44 |
*** ppai has quit IRC | 10:47 | |
*** ppai has joined #openstack-swift | 10:59 | |
*** asettle has quit IRC | 11:00 | |
*** joeljwright has joined #openstack-swift | 11:25 | |
*** ChanServ sets mode: +v joeljwright | 11:25 | |
*** changbl has quit IRC | 11:25 | |
*** jmccarthy has quit IRC | 11:26 | |
*** jmccarthy has joined #openstack-swift | 11:27 | |
onovy | ntt: hi, i think there was a talk at tokio summit about this. something about meta data searching :) | 11:42 |
*** permalac has joined #openstack-swift | 11:55 | |
*** links has quit IRC | 11:56 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Decrypt multipart mime doc https://review.openstack.org/248377 | 11:58 |
*** krishna has quit IRC | 11:59 | |
*** mvk has quit IRC | 12:00 | |
*** daemontool_ has quit IRC | 12:00 | |
*** mvk has joined #openstack-swift | 12:02 | |
*** daemontool_ has joined #openstack-swift | 12:16 | |
*** mingyu has quit IRC | 12:35 | |
*** links has joined #openstack-swift | 12:35 | |
*** mingyu has joined #openstack-swift | 12:36 | |
*** admin0 has joined #openstack-swift | 12:55 | |
admin0 | hi guys | 12:55 |
admin0 | how to check the replication factor for account and storage builder/ring ? | 12:55 |
mingyu | admin0: use the command swift-ring-builder <builder_file> | 13:01 |
*** admin0 has quit IRC | 13:02 | |
*** admin0 has joined #openstack-swift | 13:03 | |
mingyu | Then you can see in the second line of the result, for example, "3.000000 replicas". | 13:03 |
*** admin0 has quit IRC | 13:06 | |
*** mrmoje has joined #openstack-swift | 13:07 | |
*** admin0 has joined #openstack-swift | 13:08 | |
*** haomaiwa_ has joined #openstack-swift | 13:10 | |
*** mrmoje has quit IRC | 13:21 | |
*** Jeffrey4l has joined #openstack-swift | 13:39 | |
*** permalac has quit IRC | 13:39 | |
*** ahale_ has quit IRC | 13:41 | |
*** ahale has joined #openstack-swift | 13:42 | |
*** km has quit IRC | 13:47 | |
*** silor has joined #openstack-swift | 14:00 | |
*** haomaiwa_ has quit IRC | 14:01 | |
*** haomaiwa_ has joined #openstack-swift | 14:01 | |
*** mingyu has quit IRC | 14:05 | |
*** petertr7_away is now known as petertr7 | 14:06 | |
*** sanchitmalhotra has quit IRC | 14:06 | |
*** mingyu has joined #openstack-swift | 14:07 | |
*** silor1 has joined #openstack-swift | 14:07 | |
*** silor has quit IRC | 14:09 | |
*** silor1 is now known as silor | 14:09 | |
*** admin0 has quit IRC | 14:09 | |
*** admin0 has joined #openstack-swift | 14:15 | |
*** jamie_h has joined #openstack-swift | 14:16 | |
*** jordanP has joined #openstack-swift | 14:22 | |
*** permalac has joined #openstack-swift | 14:22 | |
*** links has quit IRC | 14:27 | |
*** changbl has joined #openstack-swift | 14:29 | |
*** bill_az has joined #openstack-swift | 14:33 | |
*** janonymous has quit IRC | 14:34 | |
*** ppai has quit IRC | 14:34 | |
*** ho_away has joined #openstack-swift | 14:45 | |
*** daemontool_ has quit IRC | 14:49 | |
*** daemontool_ has joined #openstack-swift | 14:50 | |
*** admin0 has quit IRC | 14:51 | |
*** daemontool__ has joined #openstack-swift | 14:51 | |
*** daemontool__ is now known as daemontool | 14:52 | |
*** esker has quit IRC | 14:52 | |
*** proteusguy_ has quit IRC | 14:53 | |
*** daemontool_ has quit IRC | 14:55 | |
*** admin0 has joined #openstack-swift | 14:59 | |
*** admin0 has quit IRC | 14:59 | |
*** haomaiwa_ has quit IRC | 15:01 | |
*** haomaiwa_ has joined #openstack-swift | 15:01 | |
*** ntata has joined #openstack-swift | 15:04 | |
*** trifon has quit IRC | 15:04 | |
*** proteusguy_ has joined #openstack-swift | 15:06 | |
*** mrmoje has joined #openstack-swift | 15:06 | |
*** cbartz has quit IRC | 15:12 | |
*** permalac has quit IRC | 15:13 | |
*** _JZ_ has joined #openstack-swift | 15:15 | |
*** dmorita has joined #openstack-swift | 15:20 | |
*** dmorita has quit IRC | 15:25 | |
*** mvk has quit IRC | 15:29 | |
*** mvk has joined #openstack-swift | 15:29 | |
*** mragupat has joined #openstack-swift | 15:30 | |
*** mvk has quit IRC | 15:30 | |
*** mvk has joined #openstack-swift | 15:31 | |
*** rcernin has quit IRC | 15:33 | |
*** _JZ_ has quit IRC | 15:37 | |
*** _JZ__ has joined #openstack-swift | 15:38 | |
*** mrmoje has quit IRC | 15:44 | |
*** mrmoje has joined #openstack-swift | 15:46 | |
*** ho_away has quit IRC | 15:57 | |
*** nadeem has joined #openstack-swift | 15:58 | |
*** nadeem has quit IRC | 15:58 | |
*** klrmn has joined #openstack-swift | 15:59 | |
*** nadeem has joined #openstack-swift | 15:59 | |
*** rcernin has joined #openstack-swift | 16:01 | |
*** haomaiwa_ has quit IRC | 16:01 | |
*** haomaiwa_ has joined #openstack-swift | 16:01 | |
*** dmorita has joined #openstack-swift | 16:02 | |
*** Jeffrey4l has quit IRC | 16:05 | |
*** dmorita has quit IRC | 16:08 | |
*** esker has joined #openstack-swift | 16:12 | |
*** bjkeller has joined #openstack-swift | 16:15 | |
*** esker has quit IRC | 16:16 | |
*** arthus has quit IRC | 16:17 | |
*** garthb has joined #openstack-swift | 16:17 | |
*** esker has joined #openstack-swift | 16:17 | |
*** mrmoje has quit IRC | 16:18 | |
*** mrmoje has joined #openstack-swift | 16:20 | |
*** trifon has joined #openstack-swift | 16:23 | |
*** rcernin has quit IRC | 16:24 | |
*** mingyu has quit IRC | 16:38 | |
*** klrmn has quit IRC | 16:39 | |
*** mingyu has joined #openstack-swift | 16:41 | |
openstackgerrit | Gage Hugo proposed openstack/swift: Removed default value for log_statsd_host https://review.openstack.org/278502 | 16:42 |
*** mingyu has quit IRC | 16:44 | |
*** zaitcev has joined #openstack-swift | 16:50 | |
*** ChanServ sets mode: +v zaitcev | 16:50 | |
*** diazjf has joined #openstack-swift | 16:53 | |
*** marcusvrn_ has joined #openstack-swift | 16:53 | |
*** trifon has quit IRC | 16:53 | |
*** jamie_h has quit IRC | 16:54 | |
*** gyee has joined #openstack-swift | 16:55 | |
*** Mingyu has joined #openstack-swift | 17:00 | |
*** haomaiwa_ has quit IRC | 17:01 | |
*** haomaiwang has joined #openstack-swift | 17:01 | |
*** dmorita has joined #openstack-swift | 17:01 | |
*** nadeem has quit IRC | 17:02 | |
*** nadeem has joined #openstack-swift | 17:03 | |
*** nadeem has quit IRC | 17:07 | |
*** trifon has joined #openstack-swift | 17:08 | |
*** dmorita has quit IRC | 17:09 | |
*** rvasilets__ has joined #openstack-swift | 17:11 | |
*** daemontool has quit IRC | 17:13 | |
*** lyrrad has joined #openstack-swift | 17:13 | |
notmyname | good morning | 17:15 |
*** arthus has joined #openstack-swift | 17:18 | |
*** thumpba has joined #openstack-swift | 17:21 | |
*** arch-nemesis has joined #openstack-swift | 17:22 | |
*** _JZ_ has joined #openstack-swift | 17:25 | |
*** _JZ__ has quit IRC | 17:28 | |
mrmoje | gutten morgen | 17:36 |
*** dmorita has joined #openstack-swift | 17:38 | |
*** nadeem has joined #openstack-swift | 17:44 | |
*** rledisez has quit IRC | 17:50 | |
*** rcernin has joined #openstack-swift | 17:52 | |
acoles | notmyname: re patch 258158 do we have any process that needs to be followed to announce deprecation? other than the historic entry in changelog? or do we just rip it out? | 17:52 |
patchbot | acoles: https://review.openstack.org/#/c/258158/ - swift - Keystone middleware deprecated option is_admin rem... | 17:52 |
*** petertr7 is now known as petertr7_away | 17:54 | |
*** joeljwright has quit IRC | 17:55 | |
*** mvk has quit IRC | 17:59 | |
*** haomaiwang has quit IRC | 18:01 | |
*** haomaiwa_ has joined #openstack-swift | 18:01 | |
*** esker has quit IRC | 18:04 | |
*** trifon has quit IRC | 18:09 | |
notmyname | acoles: good question. but I think that since there's been a warning for a while and the default is false, a changelog entry should be sufficient | 18:09 |
*** itlinux has quit IRC | 18:11 | |
*** zhill has joined #openstack-swift | 18:14 | |
acoles | notmyname: yes, there has been a warning logged if used. so remove it now and note that in changelog for next release? | 18:16 |
notmyname | yup. I think that sounds good | 18:16 |
*** klrmn has joined #openstack-swift | 18:17 | |
notmyname | and actually this could be a great test of that. there's several things we need to remove that are deprecated. like the threads_per_disk thing. and, hopefully soon, post-as-copy. so far, we haven't been too great at removing deprecated stuff (https://xkcd.com/1172/) | 18:18 |
acoles | lol (xkcd) | 18:19 |
acoles | notmyname: hmmm, if we were really kind we could remove the feature but log a warning if the option is found to be set in conf | 18:21 |
clayg | acoles: that does sound more friendly that silently ignoring the option and changing behavior? | 18:24 |
clayg | acoles: "change log: you know how we said thist was deprecated now it is, listen to us or your proxies won't start" | 18:25 |
acoles | clay: yeah the friendly approach is growing on me | 18:26 |
*** gordc has joined #openstack-swift | 18:27 | |
clayg | acoles: it's because you're a friendly guy | 18:29 |
*** jordanP has quit IRC | 18:29 | |
*** ChubYann has joined #openstack-swift | 18:29 | |
clayg | notmyname: is all like bah, w/e, "we're never going to deprecate anything like this!!!" <GAAHHH> | 18:29 |
clayg | notmyname: I think *maybe* we did something like that sort of for ports? | 18:30 |
notmyname | yeah. we made it required. and now we're changing what's in the configs | 18:31 |
clayg | I guess vinsh said maybe we dont do that right? | 18:31 |
notmyname | "required". of course other stuff like servers_per_port make it not actually required | 18:31 |
acoles | clayg: nah its just an illusion | 18:31 |
*** bjkeller has quit IRC | 18:32 | |
vinsh | Heyoo | 18:34 |
notmyname | the sample config should include a note about bind_port when server_per_port is used | 18:34 |
vinsh | +1 | 18:34 |
clayg | ahhhhhh | 18:34 |
clayg | ^ some one file it quick | 18:35 |
clayg | if you tag it low-hanging-fruit it'll get picked up by a fairy! | 18:35 |
vinsh | Instead magic binding occurs based on the one-ring and associated port lists. | 18:35 |
clayg | ~magic~ | 18:35 |
notmyname | actually, vinsh already promised to update the docs based on his experience :-) | 18:35 |
vinsh | YES. I have a lot of op experience on this subject I want to add. | 18:35 |
notmyname | vinsh == magic fairy, in this case | 18:35 |
acoles | will vinsh update the code based on his experience? ;) | 18:36 |
vinsh | that readme is just like "there is this cool port thing.. figure it out somehow" | 18:36 |
acoles | hey vinsh hows it going? | 18:36 |
vinsh | The code, once you figure out how to configure it.. is quality. :) | 18:36 |
vinsh | acoles: Its going well, got a week off to snowbaord last week. Back in full force bringing up the second larger EC cluster. (now with servers per port for a large boost in perf) | 18:37 |
*** forcebanana has quit IRC | 18:37 | |
acoles | nice, on both counts | 18:37 |
*** jmccarthy1 has quit IRC | 18:39 | |
vinsh | Something I learned .. that I was whining to clayg about were a bunch of 500 errors from object-reconstructor. WELL, it turns out.. you don't want the reconstructor running on an object-server that has any form of "replication_server" set. reconstructor needs a server providing access to all verbs. | 18:39 |
onovy | acoles: thanks for review, good point | 18:40 |
openstackgerrit | OndÅ™ej NovĂ½ proposed openstack/swift: Keystone middleware deprecated option is_admin removed https://review.openstack.org/258158 | 18:40 |
acoles | onovy: np | 18:40 |
acoles | vinsh: yes. did we neglect to document that anywhere? | 18:41 |
vinsh | Yeah :) it was an artifact of me sort of swapping in reconstructor in place of replicator. | 18:41 |
vinsh | It makes sense NOW, but was confusing for a while. | 18:42 |
clayg | vinsh: there's a bug open for that somewhere! | 18:42 |
clayg | but - it's not tagged low-haning-fruit because of being a disastor - so the faries haven't fixed it yet :'( | 18:42 |
vinsh | hah! | 18:42 |
clayg | boom! lp bug #1446873 | 18:43 |
openstack | Launchpad bug 1446873 in OpenStack Object Storage (swift) "ssync doesn't work with replication_server = true" [Medium,Confirmed] https://launchpad.net/bugs/1446873 | 18:43 |
notmyname | clayg is our LP bug master ;-) | 18:43 |
vinsh | hot dang | 18:43 |
vinsh | I would do well by spending time reading open bugs. | 18:43 |
vinsh | nah. its more fun to beat your head against these things first ;) | 18:44 |
acoles | vinsh: you would spend a lot of time ! | 18:44 |
vinsh | I commit to putting up a doc/example review before end of week with some pointers i'm sure will help others. | 18:45 |
notmyname | acoles: FYI patch 278245 is from the doc that I got from donagh. I've been talking to asettle about it, and she's converted it from docx to something that can be included in our source tree | 18:45 |
patchbot | notmyname: https://review.openstack.org/#/c/278245/ - swift - WIP: New operational procedures guide | 18:45 |
clayg | vinsh: well *now* you've done commited! | 18:45 |
clayg | vinsh: and that would be wonderful | 18:46 |
clayg | notmyname: woot! can't wait to look at that! | 18:46 |
clayg | i'm afk while i head into downtown | 18:46 |
clayg | l8r | 18:46 |
acoles | notmyname: k I added donagh as reviewer | 18:47 |
acoles | back later | 18:47 |
notmyname | acoles: thanks | 18:47 |
*** petertr7_away is now known as petertr7 | 18:52 | |
*** thurloat is now known as thurloat_isgone | 19:00 | |
*** haomaiwa_ has quit IRC | 19:01 | |
*** petertr7 is now known as petertr7_away | 19:01 | |
*** haomaiwang has joined #openstack-swift | 19:01 | |
*** thumpba has quit IRC | 19:04 | |
*** daemontool has joined #openstack-swift | 19:04 | |
*** thumpba has joined #openstack-swift | 19:10 | |
*** bjkeller has joined #openstack-swift | 19:16 | |
*** bjkeller has quit IRC | 19:20 | |
*** forcebanana has joined #openstack-swift | 19:21 | |
gordc | hi, quick question. do we know when next swiftclient release is? was hoping to use the bulk delete functionality. | 19:25 |
*** geaaru has quit IRC | 19:26 | |
notmyname | last release was dec 7. there's been some good stuff land, so we should probably do that soon | 19:27 |
notmyname | there's no time-based release schedule for swiftclient, so the honest answer right now is "whenever we want it to be" | 19:27 |
*** petertr7_away is now known as petertr7 | 19:28 | |
*** trifon has joined #openstack-swift | 19:29 | |
gordc | notmyname: cool cool. i'll keep my eye on it. i'm hoping sometime before m-3 maybe so i can test a related patch. but that's me being selfish :) | 19:29 |
notmyname | gordc: when's m3? | 19:30 |
gordc | early march i want to say... possibly end of feb | 19:30 |
notmyname | ok | 19:30 |
gordc | feb 29 | 19:31 |
gordc | http://releases.openstack.org/mitaka/schedule.html | 19:31 |
*** fthiagogv has quit IRC | 19:32 | |
*** bjkeller has joined #openstack-swift | 19:32 | |
*** daemontool has quit IRC | 19:38 | |
openstackgerrit | Merged openstack/python-swiftclient: Accept token and tenant_id for authenticating against KS https://review.openstack.org/172791 | 19:39 |
openstackgerrit | Merged openstack/swift: Merge branch 'master' into feature/crypto https://review.openstack.org/278283 | 19:40 |
*** trifon has quit IRC | 19:40 | |
*** mingyu_ has joined #openstack-swift | 19:45 | |
*** zhill_desktop has joined #openstack-swift | 19:45 | |
*** mingyu_ has quit IRC | 19:49 | |
*** trifon has joined #openstack-swift | 19:52 | |
openstackgerrit | Merged openstack/python-swiftclient: Fix segmented upload to pseudo-dir via <container> https://review.openstack.org/271728 | 19:55 |
*** mrmoje has quit IRC | 19:55 | |
openstackgerrit | Merged openstack/python-swiftclient: more tests for pseudo/dir https://review.openstack.org/278090 | 19:56 |
onovy | notmyname: hi, what about swift-bench release? :) | 19:58 |
*** joeljwright has joined #openstack-swift | 20:00 | |
*** ChanServ sets mode: +v joeljwright | 20:00 | |
*** haomaiwang has quit IRC | 20:01 | |
*** haomaiwang has joined #openstack-swift | 20:01 | |
clayg | weeeeee | 20:02 |
clayg | oh..... swift-bench | 20:02 |
*** arthus has quit IRC | 20:02 | |
notmyname | onovy: it's only been 2 years since the last tag there! how often do you want releases?! ;-) | 20:07 |
onovy | ok, so maybe next year? :) | 20:07 |
notmyname | lol | 20:08 |
onovy | ok, i have note for 1st January :P | 20:08 |
*** daemontool has joined #openstack-swift | 20:08 | |
openstackgerrit | Larry Rensing proposed openstack/swift: Removed usused unused parameter in server.py https://review.openstack.org/278441 | 20:14 |
openstackgerrit | Larry Rensing proposed openstack/swift: Removed unused parameter in server.py https://review.openstack.org/278441 | 20:27 |
openstackgerrit | Ankur proposed openstack/swift: Docstring omission in class BaseDiskFileManager. Added documentation for argument 'reclaim_age' https://review.openstack.org/278615 | 20:37 |
*** petertr7 is now known as petertr7_away | 20:42 | |
notmyname | meeting in 15 minutes | 20:45 |
clayg | zohno! | 20:47 |
clayg | scotticus: you gunna come!? | 20:47 |
*** silor has quit IRC | 20:49 | |
clayg | in new gerrit how do you tell when a patch depends on another? | 20:53 |
notmyname | maybe the list of stuff in the top right? | 20:53 |
*** petertr7_away is now known as petertr7 | 20:53 | |
*** gordc has left #openstack-swift | 20:54 | |
*** rvasilets__ has quit IRC | 20:56 | |
mattoliverau | morning | 20:57 |
kota_ | good moring | 20:58 |
mattoliverau | kota_: morning | 20:59 |
*** blmartin has joined #openstack-swift | 20:59 | |
kota_ | mattoliverau: o/ | 20:59 |
notmyname | good morning | 20:59 |
notmyname | meeting time in #openstack-meeting | 20:59 |
*** haomaiwang has quit IRC | 21:01 | |
*** haomaiwang has joined #openstack-swift | 21:01 | |
*** ankurgupta has joined #openstack-swift | 21:04 | |
*** haomaiw__ has joined #openstack-swift | 21:04 | |
*** haomaiwang has quit IRC | 21:06 | |
*** daemontool has quit IRC | 21:07 | |
*** ho_away has joined #openstack-swift | 21:13 | |
*** daemontool has joined #openstack-swift | 21:15 | |
*** barker has joined #openstack-swift | 21:17 | |
cschwede | clayg: but then my schedule might got earlier, so there is less overlap :/ but thx, doing fine. how about you? | 21:17 |
clayg | busy - and annoyed - so you know - about as always! also looking forward to bristol | 21:19 |
openstackgerrit | Tim Burke proposed openstack/python-swiftclient: Display proper name when failing to create segments container https://review.openstack.org/269359 | 21:25 |
openstackgerrit | Tim Burke proposed openstack/python-swiftclient: Allow arbitrary content-types for directory markers https://review.openstack.org/260689 | 21:28 |
openstackgerrit | Tim Burke proposed openstack/python-swiftclient: Use application/directory content-type for dir markers https://review.openstack.org/254921 | 21:28 |
openstackgerrit | Ankur proposed openstack/swift: Docstring omission in class BaseDiskFileManager. https://review.openstack.org/278615 | 21:32 |
acoles | omission? in diskfile? surely not :P | 21:36 |
cschwede | acoles: i added you to the list of interested persons to partition power increase - hope that’s fine with you :) https://etherpad.openstack.org/p/swift-hackathon-feb-2016 | 21:37 |
acoles | cschwede: yep, thanks | 21:40 |
*** patchbot has quit IRC | 21:41 | |
*** BAKfr_ has joined #openstack-swift | 21:41 | |
*** patchbot` has joined #openstack-swift | 21:41 | |
*** jordanP has joined #openstack-swift | 21:41 | |
*** pdardeau| has joined #openstack-swift | 21:41 | |
*** mragupat_ has joined #openstack-swift | 21:41 | |
*** charz_ has joined #openstack-swift | 21:41 | |
*** patchbot` is now known as patchbot | 21:41 | |
*** ho_away_ has joined #openstack-swift | 21:42 | |
*** wolsen has joined #openstack-swift | 21:44 | |
*** bill_az_ has joined #openstack-swift | 21:44 | |
*** mragupat has quit IRC | 21:45 | |
*** hamr has joined #openstack-swift | 21:47 | |
*** HenryG_ has joined #openstack-swift | 21:47 | |
*** zhill_desktop has quit IRC | 21:47 | |
*** ho_away has quit IRC | 21:48 | |
*** bill_az has quit IRC | 21:48 | |
*** BAKfr has quit IRC | 21:48 | |
*** fbo_ has quit IRC | 21:48 | |
*** wolsen_ has quit IRC | 21:48 | |
*** briancline has quit IRC | 21:48 | |
*** charz has quit IRC | 21:48 | |
*** wbhuber has quit IRC | 21:48 | |
*** pdardeau- has quit IRC | 21:48 | |
*** HenryG has quit IRC | 21:48 | |
*** dhellmann has quit IRC | 21:48 | |
*** yarkot has quit IRC | 21:48 | |
*** urth has quit IRC | 21:48 | |
*** BAKfr_ is now known as BAKfr | 21:48 | |
*** HenryG_ is now known as HenryG | 21:48 | |
*** yarkot has joined #openstack-swift | 21:49 | |
*** fbo has joined #openstack-swift | 21:49 | |
*** barker has quit IRC | 21:49 | |
*** dhellmann has joined #openstack-swift | 21:49 | |
*** wbhuber has joined #openstack-swift | 21:51 | |
*** barker has joined #openstack-swift | 21:52 | |
*** HenryG has quit IRC | 21:52 | |
*** HenryG has joined #openstack-swift | 21:56 | |
*** haomaiw__ has quit IRC | 22:01 | |
*** haomaiwang has joined #openstack-swift | 22:01 | |
*** ho_away_ has quit IRC | 22:06 | |
notmyname | patch 215867 is a relatively small patch that should make a huge difference for anyone who has had an issue with full clusters. just needs one more +2 | 22:06 |
patchbot | notmyname: https://review.openstack.org/#/c/215867/ - swift - Make handoffs_first a more useful "mode" | 22:06 |
*** rcernin has quit IRC | 22:07 | |
onovy | anyone final +A pls? patch 276280 | 22:07 |
patchbot | onovy: https://review.openstack.org/#/c/276280/ - swift - Script for checking sanity of manpages | 22:07 |
clayg | cschwede: I thin the work there is still to try and break up the problem into smaller and smaller somewhat opinionated and arcane capabilities that are still useful if you know what you're doing - and find *some* way to make *some* progress | 22:07 |
clayg | notmyname: we should rename the "period immediately following swift-meeting" to the "beg for reviews party!" | 22:07 |
*** petertr7 is now known as petertr7_away | 22:08 | |
notmyname | lol | 22:08 |
notmyname | instead on an airing of grievances, it's a begging for reviews | 22:09 |
notmyname | onovy: on it. related question: what tool is there to write/edit a manpage? | 22:10 |
onovy | notmyname: vim/nano/gedit | 22:10 |
notmyname | well yeah. it's "just" text. kinda like you /could/ edit a PDF with a text editor | 22:10 |
onovy | and... maybe... someone... emacs | 22:10 |
onovy | i'm editing in vim really. it's simple text format | 22:11 |
onovy | there are some "native" parsers which tries to convert <command> --help do manpages | 22:11 |
onovy | but it's useless/not working | 22:11 |
notmyname | the only way I know to edit a manpage (or write a new one) is to start from an existing one and copy/paste and hope for no fat-finger errors in formatting codes (which I have no idea how they're defined) | 22:11 |
onovy | /native/primitive/ | 22:11 |
onovy | notmyname: i'm doing it same :) | 22:11 |
notmyname | eg I have no idea what this means. https://github.com/openstack/swift/blob/master/doc/manpages/swift-account-info.1#L36-L49 | 22:12 |
notmyname | oh good. I have a PD. zero of them. now some IP. here comes PD again! | 22:13 |
onovy | http://linux.die.net/man/7/man ? | 22:13 |
onovy | notmyname: just try "man man" in your terminal | 22:13 |
*** daemontool has quit IRC | 22:13 | |
onovy | . at beggining of line means macro | 22:14 |
openstackgerrit | John Dickinson proposed openstack/swift: Script for checking sanity of manpages https://review.openstack.org/276280 | 22:17 |
notmyname | onovy: I fixed tab/space inconsistencies | 22:17 |
onovy | ah, sry for it | 22:17 |
*** klrmn1 has joined #openstack-swift | 22:17 | |
notmyname | no worries | 22:17 |
onovy | and thanks for merging | 22:18 |
*** petertr7z has joined #openstack-swift | 22:18 | |
onovy | and now i need to figure out how to make it gating :) | 22:18 |
*** petertr7z is now known as petertr7 | 22:18 | |
acoles | notmyname: but maybe I liked those tabs! | 22:19 |
acoles | notmyname: JK | 22:19 |
notmyname | acoles: maybe you did. deal with it. | 22:19 |
notmyname | ;-) | 22:19 |
notmyname | (winky face makes it better) | 22:19 |
acoles | the winky smile... | 22:19 |
onovy | :)) | 22:19 |
acoles | yeah, that :) | 22:19 |
onovy | and you removed "just" | 22:20 |
*** joeljwright has quit IRC | 22:20 | |
onovy | maybe acoles liked that word too! | 22:20 |
notmyname | yeah. that word annoys me | 22:20 |
acoles | its, just, you know, just a word that keeps just creeping up | 22:20 |
onovy | just a command... you know | 22:21 |
acoles | goodnight | 22:21 |
timburke | just a just command! | 22:21 |
notmyname | it's almost always a needless space-filler that only (just!) trivializes someone else's hard work | 22:21 |
*** chlong_ has joined #openstack-swift | 22:22 | |
acoles | its ok notmyname , there's no need to justify yourself :P | 22:22 |
*** petertr7_away has quit IRC | 22:22 | |
*** dhellmann has quit IRC | 22:22 | |
*** chlong has quit IRC | 22:22 | |
*** klrmn has quit IRC | 22:22 | |
*** haomaiwang has quit IRC | 22:22 | |
*** dhellmann has joined #openstack-swift | 22:23 | |
*** haomaiwang has joined #openstack-swift | 22:23 | |
*** mrmoje has joined #openstack-swift | 22:23 | |
*** acoles is now known as acoles_ | 22:24 | |
notmyname | peterlisak: around? (/cc onovy) | 22:25 |
onovy | i think peter is sleeping | 22:26 |
notmyname | ok :-) | 22:26 |
onovy | 11pm here | 22:26 |
notmyname | onovy: can you ping him about patch 238799 when you talk to him next? I'd love to see the last comments from clayg addressed | 22:26 |
patchbot | notmyname: https://review.openstack.org/#/c/238799/ - swift - Change schedule priority of daemon/server in config | 22:26 |
onovy | he will send fixies tomorrow/friday | 22:27 |
onovy | already pinged him today :) | 22:27 |
notmyname | ok, thanks | 22:27 |
onovy | i really want it in mitaka :) | 22:27 |
onovy | gn | 22:31 |
*** peyton has quit IRC | 22:32 | |
*** barker has quit IRC | 22:33 | |
*** jordanP has quit IRC | 22:33 | |
*** diazjf has quit IRC | 22:34 | |
*** nadeem has quit IRC | 22:40 | |
*** arthus has joined #openstack-swift | 22:51 | |
*** haomaiwang has quit IRC | 23:01 | |
*** haomaiwa_ has joined #openstack-swift | 23:01 | |
*** dmorita has quit IRC | 23:03 | |
*** dmorita has joined #openstack-swift | 23:04 | |
*** arch-nemesis has quit IRC | 23:05 | |
*** dmorita has quit IRC | 23:05 | |
*** dmorita has joined #openstack-swift | 23:05 | |
*** zhill has quit IRC | 23:05 | |
*** dmorita has quit IRC | 23:07 | |
*** asettle has joined #openstack-swift | 23:07 | |
*** bjkeller has left #openstack-swift | 23:07 | |
notmyname | stats and numbers! | 23:07 |
notmyname | here's some stats about our reviews in swift | 23:07 |
notmyname | on average, it takes a patch author 1 day 18 hours to respond. it takes reviewers 2 days 15 hours to respond | 23:09 |
clayg | they have us outnumbered 2:1 | 23:10 |
notmyname | ah, it's not that bad (if I recalculated correctly) | 23:10 |
*** dmorita has joined #openstack-swift | 23:11 | |
notmyname | it takes an owner 2 days 43 minutes to respond to a reviewer. and a reviewer 2 days 2 hours to respond to an author | 23:11 |
notmyname | on average (all time) | 23:11 |
notmyname | rerunning just for open patches | 23:14 |
notmyname | Global average: | 23:15 |
notmyname | owner: 4 days, 7:05:07.978379 | 23:15 |
notmyname | reviewer: 6 days, 9:21:13.844066 | 23:15 |
*** dmorita has quit IRC | 23:15 | |
*** daemontool has joined #openstack-swift | 23:15 | |
notmyname | that's not pretty (for anyone) | 23:15 |
timburke | "global" being...across all swift-related projects? how does swift compare against other comparably-sized openstack projects? | 23:16 |
notmyname | timburke: don't know. I haven't downloaded all their review comments. this is for all comments left on patches to swift's master branch | 23:17 |
notmyname | and "open" excludes WIP patches | 23:17 |
*** dmorita has joined #openstack-swift | 23:22 | |
*** dmorita has quit IRC | 23:26 | |
notmyname | ok, dropped the zero values. owners are at abotu 5 days. reviewers are at about 7.5 days | 23:28 |
notmyname | patch owners are winning | 23:28 |
*** ChanServ changes topic to "Review Dashboard: https://goo.gl/mtEv1C | Hackathon: https://www.eventbrite.com/e/swift-hackathon-bristol-sponsored-by-hpe-tickets-19994495073 | Logs: http://eavesdrop.openstack.org/irclogs/%23openstack-swift/ | Meetings: https://wiki.openstack.org/wiki/Meetings/Swift" | 23:29 | |
*** blmartin has quit IRC | 23:29 | |
*** mingyu_ has joined #openstack-swift | 23:30 | |
*** trifon has quit IRC | 23:34 | |
*** mingyu_ has quit IRC | 23:34 | |
*** dmorita has joined #openstack-swift | 23:35 | |
*** mragupat_ has quit IRC | 23:35 | |
*** mrmoje has quit IRC | 23:39 | |
asettle | notmyname: speaking of reviewing, I'll hopefully get up the next 1000 lines tonight of the doc | 23:40 |
asettle | It's not going to be a fun review :P | 23:40 |
notmyname | asettle: thanks for doing it | 23:40 |
asettle | Yeah no worries, it's a blast ;) | 23:41 |
notmyname | is it the reformatting of tables that's the slow part? | 23:41 |
asettle | It will look slightly different from the HP doc. | 23:41 |
asettle | Hmm so, I have a python script handy that I just ran over the doc to get that sorted. But the problem so far is the original RST conversion converted a lot of the code blocks into tables | 23:41 |
asettle | For some *bizarre* reason | 23:41 |
notmyname | ah | 23:41 |
notmyname | yeah, that sounds annoying | 23:41 |
asettle | So then I ran the script over the top, and that seemed to make that a little bit less messy... but it's just slow | 23:42 |
asettle | It should all be ready to go by the hackathon, but I'm interested in getting reviews at the hackathon done en masse and maybe looking at identifying gaps within the doc | 23:43 |
notmyname | I think that's a great plan | 23:43 |
* notmyname goes to add that to the hackathon etherpad | 23:44 | |
asettle | Here all week | 23:44 |
asettle | Cause there is some hilariously redacted sections that I'm sure we could be able to fill in | 23:44 |
asettle | And coming up with more 'openstack upstream' solutions than HP related ones. | 23:44 |
asettle | I say this, with a lot of presumption. | 23:44 |
*** ChanServ changes topic to "Review Dashboard: https://goo.gl/mtEv1C | Hackathon: https://etherpad.openstack.org/p/swift-hackathon-feb-2016 | Logs: http://eavesdrop.openstack.org/irclogs/%23openstack-swift/ | Meetings: https://wiki.openstack.org/wiki/Meetings/Swift" | 23:45 | |
*** chlong_ has quit IRC | 23:46 | |
notmyname | better stats on review timings: https://gist.github.com/notmyname/e16cc453c3b40e372224 | 23:47 |
clayg | notmyname: neato | 23:53 |
clayg | notmyname: CAN HAZ SAUSE? | 23:54 |
notmyname | clayg: just pushed it https://github.com/notmyname/git-stats/blob/master/review_timings.py | 23:54 |
*** andymccr has joined #openstack-swift | 23:54 | |
notmyname | grabbing nova review comments now to compare | 23:55 |
notmyname | (it takes a long time to download all the nova review comments) | 23:55 |
*** thumpba has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!