*** openstack has joined #openstack-trove | 12:40 | |
*** boblebauce has quit IRC | 12:46 | |
*** miqui has joined #openstack-trove | 12:58 | |
*** shakamunyi has joined #openstack-trove | 13:02 | |
*** boblebauce has joined #openstack-trove | 13:02 | |
*** shakamunyi has quit IRC | 13:06 | |
*** newb has joined #openstack-trove | 13:07 | |
denis_makogon | amrith, please rebase this one https://review.openstack.org/#/c/123571/ | 13:12 |
---|---|---|
*** jcru has joined #openstack-trove | 13:13 | |
denis_makogon | boden, try to rebase your patch and submit new one | 13:14 |
boden | denis_makogon -- will do | 13:14 |
*** newb has quit IRC | 13:15 | |
openstackgerrit | boden proposed a change to openstack/trove: Complete mocking for test_extensions https://review.openstack.org/124029 | 13:17 |
*** newb has joined #openstack-trove | 13:31 | |
*** _amrith_ is now known as amrith | 13:40 | |
*** radez_g0n3 is now known as radez | 13:46 | |
*** mrsnivvel has quit IRC | 13:56 | |
*** annashen has joined #openstack-trove | 13:57 | |
*** annashen has quit IRC | 14:01 | |
*** grapex has joined #openstack-trove | 14:02 | |
*** shakamunyi has joined #openstack-trove | 14:02 | |
*** shakamunyi has quit IRC | 14:07 | |
*** mrsnivvel has joined #openstack-trove | 14:09 | |
*** Barker has joined #openstack-trove | 14:11 | |
*** achampion has joined #openstack-trove | 14:14 | |
openstackgerrit | amrith proposed a change to openstack/trove-specs: Blueprint for trove to move to oslo.concurrency https://review.openstack.org/123571 | 14:20 |
*** sgotliv has quit IRC | 14:20 | |
openstackgerrit | amrith proposed a change to openstack/trove-specs: Blueprint for trove to move to oslo.concurrency https://review.openstack.org/123571 | 14:21 |
*** ramashri has joined #openstack-trove | 14:23 | |
*** shakamunyi has joined #openstack-trove | 14:32 | |
*** ramashri has quit IRC | 14:33 | |
*** rwsu has joined #openstack-trove | 14:33 | |
*** k4n0 has quit IRC | 14:34 | |
openstackgerrit | iccha-sethi proposed a change to openstack/trove: Mandate detach replicas before deleting replica source https://review.openstack.org/124504 | 14:36 |
*** sgotliv has joined #openstack-trove | 14:37 | |
*** sgotliv has quit IRC | 14:38 | |
*** sgotliv has joined #openstack-trove | 14:38 | |
*** mmrtnz has quit IRC | 14:44 | |
*** shakamunyi has quit IRC | 14:46 | |
*** Barker has quit IRC | 14:49 | |
*** Barker has joined #openstack-trove | 14:54 | |
openstackgerrit | Doug Shelley proposed a change to openstack/trove: Rename 'slave' to 'replica' https://review.openstack.org/118521 | 14:55 |
*** todd_dsm has joined #openstack-trove | 14:56 | |
*** todd_dsm has quit IRC | 14:56 | |
*** ajayaa has quit IRC | 14:58 | |
*** tomblank has quit IRC | 15:02 | |
*** shakamunyi has joined #openstack-trove | 15:03 | |
denis_makogon | Hello, Cores, and non-core, a week ago we've been reviewing several BPs, and we agreed that we would put enough efforts to review those BPs who fell of the time range. But it seems like nobody did anything. And i would say that RC release is not honest reasons to avoid doing specs reviewing. | 15:08 |
denis_makogon | And taking into account that today's meeting already skipped - please spend an hour for reviewing specs. | 15:09 |
denis_makogon | *already canceled | 15:10 |
*** boblebauce has quit IRC | 15:10 | |
*** boblebauce has joined #openstack-trove | 15:11 | |
*** Longgeek has quit IRC | 15:20 | |
iccha | hey any idea where we would add docs if we want to? for trove | 15:22 |
denis_makogon | iccha, would do you mean? | 15:23 |
denis_makogon | *what | 15:23 |
iccha | i want to add documentation for replication but dont see anyone add docs in trove repo. so not sure if we stil do that | 15:24 |
*** X019 has joined #openstack-trove | 15:24 | |
*** mattgriffin has joined #openstack-trove | 15:25 | |
openstackgerrit | Robert Myers proposed a change to openstack/trove: Removing dependancy on trove models in the guest agent. https://review.openstack.org/124777 | 15:29 |
*** robertmyers has joined #openstack-trove | 15:30 | |
*** kevinconway has joined #openstack-trove | 15:30 | |
openstackgerrit | Robert Myers proposed a change to openstack/trove: Removing dependancy on trove models in the guest agent. https://review.openstack.org/124777 | 15:31 |
openstackgerrit | Tim Simpson proposed a change to openstack/trove: Event simulator II https://review.openstack.org/123812 | 15:32 |
*** ruebenramirez has joined #openstack-trove | 15:32 | |
grapex | Can haz +2? https://review.openstack.org/#/c/123812/ | 15:33 |
*** thedodd has joined #openstack-trove | 15:34 | |
*** radez is now known as radez_g0n3 | 15:36 | |
grapex | Also, Robert Myers got 20 megs out of the Python guest by not importing stuff it doesn't need: https://review.openstack.org/#/c/124777/ | 15:37 |
denis_makogon | grapex, we are able to get more used RAM from guest, just need to refactor base mysql manager | 15:39 |
robertmyers | denis_makogon: yes, but I think we'll need a bp for that | 15:40 |
robertmyers | I have some code to do it | 15:40 |
grapex | denis_makogon: Agreed. That does present more risk though | 15:40 |
robertmyers | this is a first step to reduce the depenacy on sqlalcehemy | 15:41 |
grapex | Rob has just removed code that wasn't being called so the risk is very small | 15:41 |
denis_makogon | robertmyers, i don't thinks that rewriting mysql manager can cause lots of troubles | 15:41 |
kevinconway | also, don't be afraid to use tools like https://pypi.python.org/pypi/memory_profiler before doing the risky bits | 15:41 |
grapex | robertmyers: Plus I guess you moved that one class. But overall the risk is still tiny | 15:41 |
kevinconway | that module can even do line by line memory consumption | 15:41 |
kevinconway | super useful | 15:41 |
robertmyers | denis_makogon: agreed, just this is a bug that is a BP | 15:41 |
robertmyers | :) | 15:41 |
denis_makogon | robertmyers, yes, that's what i was trying to say, thanjs | 15:42 |
denis_makogon | *thanks | 15:42 |
*** radez_g0n3 is now known as radez | 15:42 | |
grapex | kevinconway: If we're really worried about the memory usage, then as with most diets I think the best thing to do is *anything*. :) | 15:42 |
grapex | That does look useful | 15:42 |
kevinconway | grapex: most nutritionists i know are overweight | 15:43 |
denis_makogon | btw, we can propose RPC profiler (if there's nothing something like that, i guess) for OpenStack services, like that one for API that boris-42 is working on | 15:45 |
grapex | Wasn't that to test performance, not memory? | 15:45 |
laurelm | iccha: i have doc for trove replication in review here: | 15:51 |
laurelm | https://review.openstack.org/#/c/124498/ | 15:51 |
iccha | thanks laurelm :) | 15:52 |
denis_makogon | grapex, it was performance, but what memory usage and performance are pretty tight terms, aren't they? | 15:52 |
*** jcru has quit IRC | 15:52 | |
*** jcru has joined #openstack-trove | 15:53 | |
grapex | denis_makogon: Your right, memory usage and performance aren't strictly related but are good buddies | 15:53 |
*** tomblank has joined #openstack-trove | 15:53 | |
denis_makogon | laurelm, could you please don't use terms like "master" and "slave", we want to stay away from them, thanks. | 15:55 |
denis_makogon | grapex, so, since HP are using upstream guest, it'll be nice, in terms of Kilo, to work on improving guest (refactoring, performance) | 15:56 |
denis_makogon | let's just recall linear dependency between amount of users and RPC call timeout that breaks users API | 15:57 |
*** Barker has quit IRC | 15:59 | |
*** thedodd has quit IRC | 16:00 | |
*** tomblank_ has joined #openstack-trove | 16:01 | |
denis_makogon | iccha, could you please fix test here https://review.openstack.org/#/c/124504/ | 16:02 |
*** tomblank has quit IRC | 16:03 | |
*** tomblank_ is now known as tomblank | 16:03 | |
iccha | SURE denis_makogon | 16:03 |
iccha | sorry about caps | 16:03 |
*** ramashri has joined #openstack-trove | 16:05 | |
openstackgerrit | iccha-sethi proposed a change to openstack/trove: Mandate detach replicas before deleting replica source https://review.openstack.org/124504 | 16:09 |
*** thedodd has joined #openstack-trove | 16:09 | |
*** annashen has joined #openstack-trove | 16:11 | |
*** ramashri has quit IRC | 16:14 | |
denis_makogon | iccha, could you please also fix commit message - "Closes bug" -> "Closes-Bug: #xxxxxx" | 16:16 |
openstackgerrit | iccha-sethi proposed a change to openstack/trove: Mandate detach replicas before deleting replica source https://review.openstack.org/124504 | 16:16 |
*** jmontemayor has joined #openstack-trove | 16:17 | |
*** jmontemayor_ has joined #openstack-trove | 16:19 | |
*** jmontemayor has quit IRC | 16:22 | |
*** __TheDodd__ has joined #openstack-trove | 16:22 | |
*** thedodd has quit IRC | 16:22 | |
*** __TheDodd__ has quit IRC | 16:25 | |
*** thedodd has joined #openstack-trove | 16:26 | |
*** eghobo has joined #openstack-trove | 16:27 | |
*** radez is now known as radez_g0n3 | 16:27 | |
*** rushiagr is now known as rushiagr_away | 16:31 | |
iccha | denis_makogon: what do u mean by rebased? should it already be rebased when we push it up | 16:32 |
denis_makogon | iccha, you might need to take a look rdjenkins logs, and you'll see issue | 16:33 |
X019 | denis_makogon, iccha finished build/adding image to glance | 16:33 |
*** radez_g0n3 is now known as radez | 16:34 | |
*** sgotliv has quit IRC | 16:34 | |
X019 | tried a fresh installation but still getting that connection error | 16:34 |
X019 | for the test init | 16:35 |
denis_makogon | X019, does nova up and running? | 16:35 |
iccha | X019: have you found an initial bug to contirbute to? | 16:36 |
iccha | X019: you might want to do it soon | 16:36 |
openstackgerrit | iccha-sethi proposed a change to openstack/trove: Mandate detach replicas before deleting replica source https://review.openstack.org/124504 | 16:38 |
openstackgerrit | iccha-sethi proposed a change to openstack/trove: Add templates for replica and replica source https://review.openstack.org/122275 | 16:40 |
X019 | I'll start searching | 16:41 |
SlickNik | iccha: What kind of docs were you asking about? | 16:41 |
*** jdaggett has joined #openstack-trove | 16:41 | |
iccha | SlickNik: api dev docs | 16:42 |
*** denis_makogon has quit IRC | 16:43 | |
SlickNik | iccha: The API docs get generated from here: https://github.com/openstack/trove/blob/master/apidocs/src/xsd/dbaas.wadl | 16:45 |
*** sgotliv has joined #openstack-trove | 16:46 | |
iccha | ok awesome thanks SlickNik . I guess laurelm already has a review for the docs so we re good | 16:46 |
*** eghobo has quit IRC | 16:46 | |
SlickNik | iccha: That review that laurelm posted looks like it updates the user-guide. It would also be good to update the API docs. | 16:47 |
*** boblebauce has quit IRC | 16:48 | |
*** edmondk has quit IRC | 16:55 | |
laurelm | SlickNik, ichha: yes, my review is for the user-guide, not the api docs | 16:55 |
*** ekotowski has joined #openstack-trove | 16:57 | |
*** ekotowski has joined #openstack-trove | 16:59 | |
*** ekotowski is now known as edmondk | 17:00 | |
*** sgotliv has quit IRC | 17:01 | |
peterstac | I did some tweaks for the CLI docs, but I don't remember touching the API ones | 17:01 |
peterstac | SlickNik, iccha ^^ | 17:02 |
peterstac | SlickNik, BTW, if we've officially released a new version of the CLI, we can push out the new CLI doc | 17:02 |
peterstac | I know we talked about it at mid-cycle, but I don't remember if we came up with a solid date | 17:03 |
peterstac | SlickNik: I can look into the API docs if you'd like, unless iccha has that covered :) | 17:04 |
openstackgerrit | Robert Myers proposed a change to openstack/trove: Removing dependency on trove models in the guest agent https://review.openstack.org/124777 | 17:05 |
iccha | peterstac: you can go ahead if you would like to work on it | 17:05 |
*** ViswaV has joined #openstack-trove | 17:05 | |
iccha | also do we want to get rid off slave_of in the req we send? | 17:06 |
iccha | for juno | 17:06 |
iccha | because right now from cli we send both slave_of and replica_od | 17:06 |
peterstac | iccha: I didn't say I'd *like* to, just that I would be willing to do it ;) | 17:06 |
iccha | haha :) either ways go for peterstac | 17:07 |
peterstac | iccha: ok, I'm on it | 17:08 |
*** rushiagr_away is now known as rushiagr | 17:09 | |
*** ViswaV has quit IRC | 17:10 | |
*** thedodd has quit IRC | 17:10 | |
*** edmondk has quit IRC | 17:11 | |
peterstac | SlickNik: laurelm pointed out to me that it looks like we're current with the CLI doc - it's at 1.0.7 already | 17:12 |
SlickNik | peterstac: Awesome, thanks for checking on that. | 17:13 |
*** edmondk has joined #openstack-trove | 17:16 | |
*** edmondk has quit IRC | 17:16 | |
*** harlowja has joined #openstack-trove | 17:16 | |
*** ekotowski has joined #openstack-trove | 17:17 | |
*** ekotowski has left #openstack-trove | 17:17 | |
*** ekotowski has joined #openstack-trove | 17:21 | |
*** ekotowski is now known as edmondk | 17:21 | |
*** harlowja has quit IRC | 17:22 | |
*** harlowja has joined #openstack-trove | 17:24 | |
*** ViswaV has joined #openstack-trove | 17:30 | |
*** ViswaV has quit IRC | 17:35 | |
*** ekotowski has joined #openstack-trove | 17:39 | |
*** edmondk has quit IRC | 17:40 | |
*** ekotowski is now known as edmondk | 17:40 | |
*** Barker has joined #openstack-trove | 17:40 | |
*** ekotowski has joined #openstack-trove | 17:53 | |
*** ViswaV has joined #openstack-trove | 17:56 | |
*** ViswaV_ has joined #openstack-trove | 17:57 | |
*** ViswaV has quit IRC | 17:57 | |
*** ekotowski has quit IRC | 17:59 | |
*** ViswaV_ has quit IRC | 17:59 | |
*** edmondk_ has joined #openstack-trove | 18:01 | |
*** Riddhi has joined #openstack-trove | 18:05 | |
*** georgelorch has quit IRC | 18:07 | |
*** georgelorch has joined #openstack-trove | 18:08 | |
*** ramashri has joined #openstack-trove | 18:10 | |
iccha | its like a miracle if all the tests on a review go green at same time | 18:16 |
*** edmondk has quit IRC | 18:16 | |
*** saurabhs has joined #openstack-trove | 18:24 | |
SlickNik | iccha: I hear you. Which ones are giving you pain this time around? | 18:25 |
iccha | SlickNik: check-tempest-dsvm-postgres-full right now, i did a recheck comment on the review | 18:25 |
*** edmondk has joined #openstack-trove | 18:26 | |
*** sgotliv has joined #openstack-trove | 18:27 | |
*** Barker has quit IRC | 18:31 | |
*** thedodd has joined #openstack-trove | 18:32 | |
*** sgotliv has quit IRC | 18:32 | |
*** edmondk has left #openstack-trove | 18:33 | |
*** edmondk_ has quit IRC | 18:33 | |
*** edmondk has joined #openstack-trove | 18:36 | |
*** georgelorch has quit IRC | 18:37 | |
*** georgelorch has joined #openstack-trove | 18:37 | |
*** rushiagr is now known as rushiagr_away | 18:42 | |
*** georgelorch has quit IRC | 18:47 | |
*** georgelorch has joined #openstack-trove | 18:48 | |
iccha | SlickNik: for https://review.openstack.org/#/c/122275/ and https://review.openstack.org/#/c/124504/ | 18:54 |
*** ViswaV has joined #openstack-trove | 19:01 | |
*** ViswaV has quit IRC | 19:02 | |
*** ViswaV has joined #openstack-trove | 19:03 | |
*** ViswaV has quit IRC | 19:03 | |
*** annashen has quit IRC | 19:03 | |
*** esp has left #openstack-trove | 19:10 | |
*** radez is now known as radez_g0n3 | 19:20 | |
*** ruebenramirez has quit IRC | 19:25 | |
*** ruebenramirez has joined #openstack-trove | 19:26 | |
*** amrith is now known as _amrith_ | 19:29 | |
*** ruebenramirez has quit IRC | 19:39 | |
*** juantwo has quit IRC | 19:42 | |
*** juantwo has joined #openstack-trove | 19:42 | |
*** sgotliv has joined #openstack-trove | 19:49 | |
openstackgerrit | Peter Stachowski proposed a change to openstack/trove: Mark certain configuration options as deprecated https://review.openstack.org/124846 | 19:49 |
*** harlowja has quit IRC | 19:50 | |
*** radez_g0n3 is now known as radez | 19:53 | |
*** annashen has joined #openstack-trove | 19:54 | |
*** harlowja has joined #openstack-trove | 19:55 | |
iccha | SlickNik: vgnbkr https://review.openstack.org/#/c/124504/ merge it while the +1 lasts :p | 19:56 |
iccha | grapex: ^ | 19:56 |
*** ruebenramirez has joined #openstack-trove | 19:59 | |
*** juantwo has quit IRC | 20:00 | |
*** juantwo has joined #openstack-trove | 20:00 | |
*** juantwo has quit IRC | 20:03 | |
*** juantwo has joined #openstack-trove | 20:03 | |
iccha | +1 from gate | 20:05 |
*** serverascode_ has joined #openstack-trove | 20:07 | |
*** ramashri has quit IRC | 20:14 | |
*** ruebenramirez has quit IRC | 20:16 | |
*** pboros has quit IRC | 20:16 | |
*** boden has quit IRC | 20:16 | |
*** boden has joined #openstack-trove | 20:17 | |
*** boden has quit IRC | 20:18 | |
*** boden has joined #openstack-trove | 20:18 | |
*** ViswaV has joined #openstack-trove | 20:18 | |
*** boden has quit IRC | 20:18 | |
*** boden has joined #openstack-trove | 20:19 | |
*** boden has quit IRC | 20:19 | |
*** ViswaV has quit IRC | 20:20 | |
*** ViswaV has joined #openstack-trove | 20:20 | |
*** boden has joined #openstack-trove | 20:21 | |
*** ViswaV has quit IRC | 20:21 | |
*** boden has quit IRC | 20:21 | |
*** ruebenramirez has joined #openstack-trove | 20:21 | |
*** boden has joined #openstack-trove | 20:22 | |
*** boden has quit IRC | 20:23 | |
*** boden has joined #openstack-trove | 20:23 | |
*** boden has quit IRC | 20:24 | |
*** boden has joined #openstack-trove | 20:24 | |
*** boden has quit IRC | 20:24 | |
*** ruebenramirez has quit IRC | 20:25 | |
*** juantwo has quit IRC | 20:25 | |
*** todd_dsm has joined #openstack-trove | 20:26 | |
*** boden has joined #openstack-trove | 20:26 | |
*** ViswaV has joined #openstack-trove | 20:28 | |
*** boden has quit IRC | 20:28 | |
*** ViswaV has quit IRC | 20:28 | |
*** ViswaV has joined #openstack-trove | 20:29 | |
*** thedodd has quit IRC | 20:29 | |
*** ViswaV has quit IRC | 20:30 | |
*** thedodd has joined #openstack-trove | 20:32 | |
openstackgerrit | A change was merged to openstack/trove: Discover config file for mongodb https://review.openstack.org/120945 | 20:36 |
*** thedodd has quit IRC | 20:45 | |
*** miqui has quit IRC | 20:46 | |
*** jasonb365 has joined #openstack-trove | 20:47 | |
*** radez is now known as radez_g0n3 | 20:48 | |
*** georgelorch has quit IRC | 20:56 | |
*** ramashri has joined #openstack-trove | 20:58 | |
*** georgelorch has joined #openstack-trove | 20:58 | |
openstackgerrit | Robert Myers proposed a change to openstack/trove: Removing dependency on trove models in the guest agent https://review.openstack.org/124777 | 21:10 |
*** thedodd has joined #openstack-trove | 21:10 | |
*** todd_dsm has quit IRC | 21:14 | |
*** todd_dsm has joined #openstack-trove | 21:14 | |
iccha | SlickNik: vgnbkr grapex the gates have finally blessed https://review.openstack.org/#/c/122275/ too | 21:16 |
*** tomblank has quit IRC | 21:21 | |
*** todd_dsm has quit IRC | 21:23 | |
*** georgelorch has quit IRC | 21:23 | |
*** todd_dsm has joined #openstack-trove | 21:24 | |
*** robertmyers has quit IRC | 21:24 | |
iccha | ps this is another patch ^ | 21:24 |
*** thedodd has quit IRC | 21:25 | |
*** georgelorch has joined #openstack-trove | 21:25 | |
*** grapex has quit IRC | 21:25 | |
*** jcru has quit IRC | 21:30 | |
*** IanGovett1 has joined #openstack-trove | 21:33 | |
*** IanGovett has quit IRC | 21:36 | |
*** georgelorch has quit IRC | 21:38 | |
*** georgelorch has joined #openstack-trove | 21:39 | |
*** todd_dsm has quit IRC | 21:40 | |
*** mrsnivvel has quit IRC | 21:55 | |
*** georgelorch has quit IRC | 21:58 | |
*** juantwo has joined #openstack-trove | 21:59 | |
*** juantwo has quit IRC | 21:59 | |
*** juantwo has joined #openstack-trove | 22:00 | |
*** ramashri has quit IRC | 22:01 | |
*** ramashri has joined #openstack-trove | 22:01 | |
*** georgelorch has joined #openstack-trove | 22:02 | |
*** ramashri has quit IRC | 22:02 | |
*** ramashri has joined #openstack-trove | 22:02 | |
*** todd_dsm has joined #openstack-trove | 22:07 | |
*** georgelorch has quit IRC | 22:10 | |
*** georgelorch has joined #openstack-trove | 22:11 | |
openstackgerrit | A change was merged to openstack/trove: Mandate detach replicas before deleting replica source https://review.openstack.org/124504 | 22:11 |
*** ramashri has quit IRC | 22:17 | |
*** georgelorch has quit IRC | 22:18 | |
*** jasonb365 has quit IRC | 22:19 | |
*** thedodd has joined #openstack-trove | 22:21 | |
*** achampion has quit IRC | 22:26 | |
*** jmontemayor_ has quit IRC | 22:27 | |
*** georgelorch has joined #openstack-trove | 22:32 | |
*** thedodd has quit IRC | 22:33 | |
*** todd_dsm has quit IRC | 22:43 | |
*** todd_dsm has joined #openstack-trove | 22:51 | |
*** todd_dsm has quit IRC | 22:54 | |
*** mattgriffin has quit IRC | 22:59 | |
*** achampion has joined #openstack-trove | 23:12 | |
*** kevinconway has quit IRC | 23:12 | |
*** _amrith_ is now known as amrith | 23:13 | |
*** Riddhi has quit IRC | 23:16 | |
*** annashen has quit IRC | 23:24 | |
*** annashen has joined #openstack-trove | 23:25 | |
*** mattgriffin has joined #openstack-trove | 23:43 | |
*** IanGovett1 has quit IRC | 23:47 | |
*** shakamunyi has quit IRC | 23:51 | |
*** annashen has quit IRC | 23:56 | |
*** harlowja is now known as harlowja_away | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!