*** haomaiwang has quit IRC | 00:01 | |
*** 5EXAAEA3R has joined #openstack-trove | 00:01 | |
*** davideagnello has quit IRC | 00:02 | |
*** ewilson has joined #openstack-trove | 00:11 | |
*** davideagnello has joined #openstack-trove | 00:14 | |
amrith | peterstac, cp16net, johnma, vkmc, SlickNik ... please see https://review.openstack.org/292652 and https://review.openstack.org/292650 | 00:16 |
---|---|---|
openstackgerrit | Ishita Mandhan proposed openstack/trove: Implementation of couchdb user and database functions https://review.openstack.org/273204 | 00:17 |
*** ewilson has quit IRC | 00:20 | |
peterstac | cp16net, it's controlled by a conf variable (the module 'type' that you can create that is) | 00:22 |
*** imandhan has quit IRC | 00:23 | |
*** imandhan has joined #openstack-trove | 00:23 | |
peterstac | it'll report if you use a wrong type, but I don't believe it'll list all the available one (IIRC) | 00:24 |
peterstac | part of the rationale of not having it list the available types is that you need to know what type of file the driver expects | 00:25 |
*** imandhan has quit IRC | 00:28 | |
peterstac | so the operator would need to publish instructions on how to successfully create a module | 00:32 |
peterstac | (plus there may be some module_types that the operator doesn't want to expose) | 00:32 |
*** ewilson has joined #openstack-trove | 00:33 | |
*** ewilson has quit IRC | 00:33 | |
peterstac | amrith, sorry, no +2 privs on either of those repos :( | 00:41 |
amrith | yes, but +1's are welcome ... | 00:42 |
peterstac | don't we need to release the client first, thoug? | 00:42 |
amrith | we requested it | 00:42 |
amrith | that's one of the changes. | 00:42 |
peterstac | I'm still showing 2.1.1 on pypi ... | 00:42 |
amrith | yes, requesting the tag is what gets 2.2.0 up onto pypi | 00:43 |
amrith | then you get to bump upper-constraints.txt | 00:43 |
peterstac | ah, ok I'm a bit in the dark as to the process | 00:43 |
peterstac | got it, thx | 00:43 |
amrith | oh, that thing you are feeling is my leg ... back off man. hey, nice leather jacket ;) | 00:43 |
amrith | I'm just figuring out the process now | 00:44 |
amrith | after doing a couple of these requests | 00:44 |
amrith | for 2.1.0, 2.1.1 etc., | 00:44 |
*** pmackinn has quit IRC | 00:47 | |
*** 5EXAAEA3R has quit IRC | 01:01 | |
openstackgerrit | Peter Stachowski proposed openstack/python-troveclient: Update README.rst with lastest usage https://review.openstack.org/292665 | 01:01 |
*** haomaiwang has joined #openstack-trove | 01:01 | |
*** mingdang1 has joined #openstack-trove | 01:02 | |
peterstac | amrith, cp16net, johnma, vkmc, SlickNik - Poking around on the pypi release page made me realize that the usage wasn't updated in the README.rst file - not critical I know, but I pushed up a changeset anyways | 01:02 |
peterstac | if it makes it in before they release, good, even if not we should maybe keep that in mind when reviewing client patchsets | 01:03 |
*** cheneydc has joined #openstack-trove | 01:03 | |
*** haomaiwang has quit IRC | 01:04 | |
peterstac | (that it'd be good to update the README.rst file for new/changed commands) | 01:05 |
*** mingdang1 has quit IRC | 01:05 | |
*** chlong has quit IRC | 01:26 | |
*** ediardo has joined #openstack-trove | 01:29 | |
*** fabian4 has joined #openstack-trove | 01:31 | |
*** fabian4 has left #openstack-trove | 01:32 | |
*** amrith is now known as _amrith_ | 01:49 | |
*** haomaiwang has joined #openstack-trove | 01:49 | |
*** haomaiwang has quit IRC | 01:50 | |
*** haomaiwang has joined #openstack-trove | 01:50 | |
*** haomaiwang has quit IRC | 02:01 | |
*** haomaiwang has joined #openstack-trove | 02:01 | |
openstackgerrit | Gene Kuo proposed openstack/trove-dashboard: Fixed Missed Traslations https://review.openstack.org/292681 | 02:24 |
*** mingdang1 has joined #openstack-trove | 02:32 | |
*** tellesnobrega_af is now known as tellesnobrega | 02:33 | |
*** mingdang1 has quit IRC | 02:38 | |
*** tqtran has quit IRC | 02:42 | |
*** ewilson has joined #openstack-trove | 02:46 | |
*** mingdang1 has joined #openstack-trove | 02:47 | |
*** ewilson has quit IRC | 02:49 | |
*** cheneydc has quit IRC | 02:54 | |
*** haomaiwang has quit IRC | 03:01 | |
*** haomaiwang has joined #openstack-trove | 03:01 | |
*** mingdang1 has quit IRC | 03:18 | |
*** mingdang1 has joined #openstack-trove | 03:18 | |
*** chlong has joined #openstack-trove | 03:29 | |
*** links has joined #openstack-trove | 03:38 | |
*** tellesnobrega is now known as tellesnobrega_af | 03:41 | |
*** haomaiwang has quit IRC | 04:01 | |
*** haomaiwang has joined #openstack-trove | 04:01 | |
*** Ravikiran_K has quit IRC | 04:58 | |
*** haomaiwang has quit IRC | 05:01 | |
*** haomaiwang has joined #openstack-trove | 05:01 | |
*** ediardo has quit IRC | 05:11 | |
*** ediardo has joined #openstack-trove | 05:11 | |
cp16net | peterstac: ok maybe we should have an admin api for listing the avaialble module types then | 05:41 |
cp16net | some way of discovering what is available to create would be good | 05:41 |
cp16net | the _load_drivers() method gets all the drivers available via stevedor it looks like | 05:43 |
cp16net | this could be used to make a list | 05:43 |
cp16net | i see this as a future addition | 05:43 |
cp16net | because i see a disconnect of user/operator of what can be created | 05:44 |
cp16net | putting the ownous on the operator i dont think is an ideal situation for the long term. | 05:45 |
cp16net | peterstac: btw i reviewed the server side for the module changes you made and have a couple questions. https://review.openstack.org/#/c/290275/ | 05:46 |
*** mingdang1 has quit IRC | 05:50 | |
*** ediardo has quit IRC | 05:50 | |
*** haomaiwang has quit IRC | 06:01 | |
*** haomaiwang has joined #openstack-trove | 06:01 | |
*** imandhan has joined #openstack-trove | 06:02 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/trove-dashboard: Imported Translations from Zanata https://review.openstack.org/292716 | 06:08 |
*** Ravikiran_K has joined #openstack-trove | 06:13 | |
*** mingdang1 has joined #openstack-trove | 06:16 | |
*** sgotliv has joined #openstack-trove | 06:18 | |
*** mingdang1 has quit IRC | 06:28 | |
*** jcooley has quit IRC | 06:35 | |
*** haomaiwang has quit IRC | 07:01 | |
*** haomaiwa_ has joined #openstack-trove | 07:01 | |
*** tesseract has joined #openstack-trove | 07:13 | |
*** tesseract is now known as Guest97519 | 07:13 | |
openstackgerrit | Ishita Mandhan proposed openstack/trove: Implementation of couchdb user and database functions https://review.openstack.org/273204 | 07:26 |
*** sgotliv has quit IRC | 07:28 | |
*** itisha has joined #openstack-trove | 07:57 | |
*** Guest97519 has quit IRC | 08:00 | |
*** haomaiwa_ has quit IRC | 08:01 | |
*** haomaiwang has joined #openstack-trove | 08:01 | |
*** tesseract has joined #openstack-trove | 08:05 | |
*** tesseract is now known as Guest91794 | 08:06 | |
*** chlong has quit IRC | 08:32 | |
*** Guest91794 has quit IRC | 08:45 | |
*** imandhan has quit IRC | 08:54 | |
*** imandhan has joined #openstack-trove | 08:55 | |
*** sgotliv has joined #openstack-trove | 08:57 | |
*** sgotliv has quit IRC | 08:57 | |
*** sgotliv has joined #openstack-trove | 08:58 | |
*** imandhan has quit IRC | 08:59 | |
*** Guest91794 has joined #openstack-trove | 09:00 | |
*** haomaiwang has quit IRC | 09:01 | |
*** haomaiwang has joined #openstack-trove | 09:01 | |
*** mingdang1 has joined #openstack-trove | 09:29 | |
*** rcernin has joined #openstack-trove | 09:31 | |
*** mingdang1 has quit IRC | 09:33 | |
openstackgerrit | mariam john proposed openstack/trove: Addition of DB2 backup & restore functionality https://review.openstack.org/246709 | 09:59 |
*** haomaiwang has quit IRC | 10:01 | |
*** haomaiwang has joined #openstack-trove | 10:01 | |
*** sgotliv has quit IRC | 10:04 | |
*** sgotliv has joined #openstack-trove | 10:20 | |
*** mingdang1 has joined #openstack-trove | 10:47 | |
*** sgotliv has quit IRC | 10:56 | |
*** Ravikiran_K has left #openstack-trove | 10:59 | |
*** haomaiwang has quit IRC | 11:01 | |
*** haomaiwang has joined #openstack-trove | 11:01 | |
*** itisha has quit IRC | 11:09 | |
-openstackstatus- NOTICE: Gerrit is going to be restarted | 11:14 | |
*** itisha has joined #openstack-trove | 11:17 | |
*** tosky has joined #openstack-trove | 11:24 | |
-openstackstatus- NOTICE: Gerrit had to be restarted because was not responsive. As a consequence, some of the test results have been lost, from 08:30 UTC to 10:30 UTC approximately. Please recheck any affected jobs by this problem. | 11:34 | |
-openstackstatus- NOTICE: Gerrit had to be restarted because was not responsive. As a consequence, some of the test results have been lost, from 09:30 UTC to 11:30 UTC approximately. Please recheck any affected jobs by this problem. | 11:37 | |
*** nexusz99 has joined #openstack-trove | 11:42 | |
*** nexusz99 has quit IRC | 11:43 | |
*** _amrith_ is now known as amrith | 11:54 | |
*** haomaiwang has quit IRC | 12:01 | |
*** haomaiwang has joined #openstack-trove | 12:01 | |
*** Ravikiran_K has joined #openstack-trove | 12:09 | |
*** sgotliv has joined #openstack-trove | 12:13 | |
*** pmackinn has joined #openstack-trove | 12:35 | |
*** pmackinn_ has joined #openstack-trove | 12:38 | |
*** pmackinn has quit IRC | 12:40 | |
*** pmackinn_ is now known as pmackinn | 12:41 | |
*** amrith is now known as _amrith_ | 12:50 | |
*** haomaiwang has quit IRC | 12:58 | |
*** mingdang1 has quit IRC | 13:04 | |
*** ig0r__ has joined #openstack-trove | 13:18 | |
*** ig0r_ has quit IRC | 13:22 | |
*** chlong has joined #openstack-trove | 13:25 | |
*** haomaiwang has joined #openstack-trove | 13:30 | |
*** tosky has quit IRC | 13:33 | |
*** tosky has joined #openstack-trove | 13:47 | |
*** haomaiwang has quit IRC | 14:01 | |
*** haomaiwang has joined #openstack-trove | 14:01 | |
*** Guest41345 has quit IRC | 14:03 | |
*** boden has joined #openstack-trove | 14:15 | |
*** tosky has quit IRC | 14:23 | |
*** tosky has joined #openstack-trove | 14:25 | |
*** Guest91794 has quit IRC | 14:31 | |
*** sgotliv has quit IRC | 14:35 | |
*** links has quit IRC | 14:59 | |
-openstackstatus- NOTICE: Launchpad OpenID SSO is currently experiencing issues preventing login. The Launchpad team is working on the issue | 14:59 | |
*** ChanServ changes topic to "Launchpad OpenID SSO is currently experiencing issues preventing login. The Launchpad team is working on the issue" | 14:59 | |
*** haomaiwang has quit IRC | 15:01 | |
*** haomaiwang has joined #openstack-trove | 15:01 | |
*** ediardo has joined #openstack-trove | 15:03 | |
*** tesseract has joined #openstack-trove | 15:06 | |
*** tesseract is now known as Guest71467 | 15:07 | |
*** _amrith_ is now known as amrith | 15:19 | |
*** ChanServ changes topic to "Trove Openstack Database as a Service | Docs https://github.com/openstack/trove | Channel Logs http://eavesdrop.openstack.org/irclogs/ | IRC must read http://sackheads.org/~bnaylor/spew/away_msgs.html" | 15:32 | |
-openstackstatus- NOTICE: Launchpad SSO is back to normal - happy hacking | 15:32 | |
*** chlong has quit IRC | 15:33 | |
*** shayneburgess has joined #openstack-trove | 15:37 | |
johnma | requesting reviews for https://review.openstack.org/#/c/270443/ & https://review.openstack.org/#/c/246709/. Appreciate it. | 15:47 |
*** amrith is now known as _amrith_ | 15:49 | |
*** itisha has quit IRC | 15:49 | |
*** links has joined #openstack-trove | 15:58 | |
*** haomaiwang has quit IRC | 16:01 | |
*** 21WAAF8UI has joined #openstack-trove | 16:01 | |
*** _amrith_ is now known as amrith | 16:04 | |
*** amrith is now known as _amrith_ | 16:19 | |
openstackgerrit | Peter Stachowski proposed openstack/trove: Server support for instance module feature https://review.openstack.org/290275 | 16:22 |
*** permalac has joined #openstack-trove | 16:22 | |
*** permalac has quit IRC | 16:22 | |
peterstac | johnma, I'll take a look at https://review.openstack.org/#/c/246709 | 16:23 |
johnma | sounds good. Thanks peterstac | 16:23 |
*** permalac has joined #openstack-trove | 16:23 | |
*** permalac has quit IRC | 16:23 | |
*** sgotliv has joined #openstack-trove | 16:26 | |
peterstac | np | 16:27 |
*** tellesnobrega_af is now known as tellesnobrega | 16:31 | |
*** permalac_ has joined #openstack-trove | 16:31 | |
*** permalac_ has quit IRC | 16:31 | |
*** rcernin has quit IRC | 16:35 | |
*** imandhan has joined #openstack-trove | 16:42 | |
*** Guest71467 has quit IRC | 16:42 | |
*** links has quit IRC | 16:47 | |
krotscheck | Any other cores around who can look at this bugfix? We've gone through a few revisions with amrith, need another +2. https://review.openstack.org/#/c/288543/ | 16:54 |
*** 21WAAF8UI has quit IRC | 17:01 | |
*** haomaiwa_ has joined #openstack-trove | 17:01 | |
*** tellesnobrega is now known as tellesnobrega_af | 17:05 | |
*** tellesnobrega_af is now known as tellesnobrega | 17:05 | |
*** tellesnobrega is now known as tellesnobrega_af | 17:05 | |
*** tqtran has joined #openstack-trove | 17:09 | |
cp16net | krotscheck: lgtm | 17:11 |
krotscheck | cp16net: THanks :D | 17:11 |
cp16net | np | 17:13 |
*** openstackgerrit has quit IRC | 17:14 | |
*** openstackgerrit_ is now known as openstackgerrit | 17:14 | |
*** openstackgerrit has quit IRC | 17:15 | |
*** openstackgerrit_ has joined #openstack-trove | 17:15 | |
cp16net | peterstac: that server module patch looks good to me now as well | 17:15 |
*** openstackgerrit_ is now known as openstackgerrit | 17:16 | |
*** openstackgerrit_ has joined #openstack-trove | 17:16 | |
*** pcaruana has quit IRC | 17:24 | |
cp16net | johnma: yt | 17:28 |
*** pcaruana has joined #openstack-trove | 17:36 | |
*** pmackinn has quit IRC | 17:44 | |
*** haomaiwa_ has quit IRC | 18:01 | |
*** shayneburgess has quit IRC | 18:01 | |
*** haomaiwang has joined #openstack-trove | 18:01 | |
*** shayneburgess has joined #openstack-trove | 18:05 | |
openstackgerrit | Merged openstack/python-troveclient: Update README.rst with lastest usage https://review.openstack.org/292665 | 18:15 |
openstackgerrit | Merged openstack/trove: Moved CORS middleware configuration into set_defaults https://review.openstack.org/288543 | 18:35 |
openstackgerrit | Merged openstack/trove: Addition of DB2 backup & restore functionality https://review.openstack.org/246709 | 18:43 |
johnma | thanks peterstac & cp16net | 18:43 |
peterstac | johnma, np | 18:46 |
peterstac | cp16net, thanks - I'll ping amrith to look at it again | 18:47 |
peterstac | _amrith_ ^^^ | 18:47 |
*** Ravikiran_K has quit IRC | 18:48 | |
*** _amrith_ is now known as amrith | 18:49 | |
cp16net | johnma: i have a question on your comment on the vertica shrink test you ran | 18:51 |
johnma | sure cp16net | 18:51 |
cp16net | so were you able to shrink any of the instances from the cluster? | 18:52 |
*** pmackinn has joined #openstack-trove | 18:52 | |
cp16net | i assume you mean m2-4 you could | 18:52 |
johnma | yes I was. everything except the first one | 18:52 |
cp16net | was m1 the only one left when trying to shirnk? | 18:53 |
cp16net | or were there others still in the cluster when you attempted | 18:53 |
johnma | so if Icreated a cluster called foo with 3 instances - foo1, foo2 foo3 | 18:53 |
johnma | I was able to delete foo2, foo3 but not foo1 | 18:53 |
cp16net | you shouldnt be able to shrink to 0 instances in the cluster | 18:53 |
cp16net | just curious if you tried shrinking m1 first | 18:54 |
johnma | yes there was . i first tried to delete foo1 from the cluster. It showed the task state as Shrinking CLuster but the instance was active | 18:54 |
cp16net | or last in your test case | 18:54 |
johnma | yes I did. i tried shrinking M1 first | 18:55 |
cp16net | did you see an exception or anything? | 18:55 |
amrith | peterstac, wassup? | 18:55 |
johnma | nothing. I didnt see anything logged in the logs, I checked it but I might have missed it but I am pretty sure I didnt see anything logged | 18:56 |
cp16net | johnma: ok thanks for the info | 18:57 |
johnma | for all the other instances in the cluster I could see logs trying to delete the instance but not for the first instance m1 | 18:57 |
peterstac | amrith, I made the changes Craig suggested to https://review.openstack.org/#/c/290275/ | 18:59 |
peterstac | mind taking another look? | 18:59 |
cp16net | johnma: i'll try to run vertica | 19:00 |
cp16net | i've never run it before | 19:00 |
cp16net | hope there are no surprises | 19:00 |
*** haomaiwang has quit IRC | 19:01 | |
*** haomaiwang has joined #openstack-trove | 19:01 | |
johnma | try getting the 7.1.2 version. I had trouble building images with 7.1.1. It complained about not finding javac | 19:09 |
openstackgerrit | Matthew Van Dijk proposed openstack/trove: Vertica configuration groups https://review.openstack.org/283785 | 19:09 |
johnma | other than that I didnt have any trouble testing it | 19:09 |
*** tosky has quit IRC | 19:13 | |
*** krotscheck is now known as kro_death_by_sin | 19:14 | |
*** pmackinn has quit IRC | 19:14 | |
*** kro_death_by_sin is now known as kro_sinus_hell | 19:14 | |
mvandijk_ | cp16net johnma: want me to look at the Vertica cluster grow/shrink? I know the code quite well | 19:21 |
johnma | mvandijk_, thanks for taking care of vertica config parameters patch. I will test it in a bit. Regarding vertica cluster grow/shrink , its upto you and cp16net | 19:22 |
*** barclaac has joined #openstack-trove | 19:34 | |
cp16net | mvandijk_: you can | 19:39 |
cp16net | i was just going to run some tests | 19:39 |
cp16net | to see if i see the same thing johnma mentioned | 19:39 |
cp16net | taking a while to get my vm ready tho | 19:39 |
openstackgerrit | mariam john proposed openstack/trove: Implement Backup and Restore for CouchDB https://review.openstack.org/270443 | 19:42 |
*** haomaiwang has quit IRC | 20:01 | |
*** haomaiwa_ has joined #openstack-trove | 20:01 | |
mvandijk_ | cp16net johnma: oh this is normal behaviour | 20:02 |
mvandijk_ | one of the nodes is the master node | 20:02 |
mvandijk_ | cannot remove that via trove without first moving the master | 20:03 |
mvandijk_ | this is a common problem in clusters | 20:03 |
mvandijk_ | requiring operator intervention before trove can shrink | 20:03 |
mvandijk_ | notice in the taskmanager logs "RuntimeError: Cannot remove master instance!" | 20:03 |
*** ig0r_ has joined #openstack-trove | 20:03 | |
*** ig0r__ has quit IRC | 20:06 | |
johnma | I figured it had to be something like that but I would expect to see a message like you said and the cluster task state to be none. Instead, the cluster task said 'Shrinking Cluster' | 20:09 |
mvandijk_ | ah i see what you are saying | 20:10 |
johnma | It might not be a vertica issue | 20:10 |
mvandijk_ | ok I'll change the behaviour to return an error | 20:10 |
johnma | sounds good | 20:10 |
mvandijk_ | looks like it is a vertica cluster implementation error | 20:10 |
mvandijk_ | cp16net: ^^ | 20:10 |
cp16net | ahh ok | 20:11 |
cp16net | that makes sense | 20:11 |
cp16net | ok i'm good with it then | 20:11 |
johnma | ok, thanks mvandijk | 20:11 |
cp16net | i'll approve the vertica grow/shrink | 20:12 |
*** akanksha_ has joined #openstack-trove | 20:52 | |
*** haomaiwa_ has quit IRC | 21:01 | |
*** haomaiwang has joined #openstack-trove | 21:01 | |
amrith | kro_sinus_hell, sorry to hear that ... | 21:08 |
amrith | folks, just a few more reviews before we can tag rc1 ... | 21:09 |
amrith | vkmc, yt? | 21:25 |
*** amrith has quit IRC | 21:35 | |
*** amrith has joined #openstack-trove | 21:35 | |
openstackgerrit | Merged openstack/trove-dashboard: Imported Translations from Zanata https://review.openstack.org/292716 | 21:36 |
*** pcaruana has quit IRC | 21:38 | |
mvandijk_ | wait what grow/shrink isn't ready... i just said I will fix it | 21:39 |
openstackgerrit | Merged openstack/trove: Server support for instance module feature https://review.openstack.org/290275 | 21:39 |
openstackgerrit | Merged openstack/trove: Vertica Cluster Grow and Shrink https://review.openstack.org/281439 | 21:40 |
mvandijk_ | i guess i will file a bug and patch it then | 21:40 |
cp16net | mvandijk_: oh damn i missed that | 21:40 |
cp16net | :-/ | 21:40 |
cp16net | i'm trigger happy over here i guess | 21:40 |
cp16net | mvandijk_: that works | 21:41 |
*** shayneburgess has quit IRC | 21:51 | |
*** pcaruana has joined #openstack-trove | 21:52 | |
*** twm2016 has joined #openstack-trove | 21:55 | |
*** shayneburgess has joined #openstack-trove | 21:58 | |
*** haomaiwang has quit IRC | 22:01 | |
*** kbyrne has quit IRC | 22:01 | |
*** haomaiwa_ has joined #openstack-trove | 22:01 | |
*** david-lyle has quit IRC | 22:13 | |
*** Eva-i has joined #openstack-trove | 22:16 | |
*** twm2016 has quit IRC | 22:19 | |
*** boden has quit IRC | 22:23 | |
*** sgotliv has quit IRC | 22:23 | |
*** shakamunyi has joined #openstack-trove | 22:32 | |
*** mingdang1 has joined #openstack-trove | 22:48 | |
*** mingdang1 has quit IRC | 22:55 | |
*** shayneburgess has quit IRC | 22:59 | |
openstackgerrit | Matthew Van Dijk proposed openstack/trove: Vertica configuration groups https://review.openstack.org/283785 | 23:00 |
*** haomaiwa_ has quit IRC | 23:01 | |
*** haomaiwa_ has joined #openstack-trove | 23:01 | |
*** _mattf is now known as mattf | 23:20 | |
*** chlong has joined #openstack-trove | 23:27 | |
*** akanksha_ has quit IRC | 23:47 | |
*** tqtran is now known as tqtran-afk | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!