openstackgerrit | Ishita Mandhan proposed openstack/trove-specs: Addition of DB2 backup and restore https://review.openstack.org/236065 | 00:14 |
---|---|---|
openstackgerrit | Sharika Pongubala proposed openstack/trove: Modifying Vertica clusters to have a master node https://review.openstack.org/204271 | 00:15 |
openstackgerrit | Sharika Pongubala proposed openstack/trove: Modifying Vertica clusters to have a master node https://review.openstack.org/204271 | 00:29 |
*** IanGovett has quit IRC | 00:32 | |
*** IanGovett has joined #openstack-trove | 00:33 | |
openstackgerrit | Ishita Mandhan proposed openstack/trove-specs: Addition of DB2 backup and restore https://review.openstack.org/236065 | 00:43 |
*** IanGovett has quit IRC | 00:46 | |
*** bapalm has quit IRC | 00:46 | |
*** bapalm has joined #openstack-trove | 00:48 | |
*** mingdang1 has joined #openstack-trove | 01:01 | |
*** mingdang1 has quit IRC | 01:10 | |
*** chlong has joined #openstack-trove | 01:17 | |
*** _imandhan_ has quit IRC | 01:30 | |
*** _imandhan_ has joined #openstack-trove | 01:31 | |
*** _imandhan_ has quit IRC | 01:35 | |
*** mingdang1 has joined #openstack-trove | 01:58 | |
*** arist has quit IRC | 02:21 | |
*** arist has joined #openstack-trove | 02:21 | |
*** chlong has quit IRC | 02:25 | |
*** pmackinn_ has quit IRC | 02:26 | |
*** chlong has joined #openstack-trove | 02:30 | |
*** esmute__ has quit IRC | 02:31 | |
*** esmute__ has joined #openstack-trove | 02:31 | |
amrith | cp16net, yes locally | 02:36 |
*** esmute__ has quit IRC | 02:36 | |
cp16net | amrith: i've seen many other errors locally but not that one. only in the gate | 02:41 |
*** chlong has quit IRC | 02:42 | |
amrith | cp16net, I'm looking at the gate logs now | 02:47 |
amrith | one second, may be able to find you something | 02:47 |
cp16net | i looked and wasnt able to see anything from the gate | 02:47 |
cp16net | i ran it on my desktop that has more ram and cpu than my mac and it hung on the testr tests | 02:49 |
cp16net | ate up all my ram | 02:49 |
cp16net | never finished after like an hour | 02:50 |
amrith | the last good run that I can find is #1548 | 02:50 |
amrith | https://jenkins05.openstack.org/view/All/job/gate-trove-python27/1548/consoleFull | 02:50 |
amrith | in that run, the py27 deps installed differed from the current failed deps as follows. | 02:50 |
amrith | amrith@amrith-work:~/source$ diff good-deps.txt bad-deps.txt | 02:50 |
amrith | 75c75 | 02:50 |
amrith | < pymongo==3.0.3 | 02:50 |
amrith | --- | 02:50 |
amrith | > pymongo==3.1 | 02:50 |
amrith | 86c86 | 02:50 |
amrith | < python-troveclient==1.3.1.dev4 | 02:50 |
amrith | --- | 02:50 |
amrith | > python-troveclient==1.3.1.dev6 | 02:50 |
amrith | 89c89 | 02:50 |
amrith | < redis==2.10.3 | 02:50 |
cp16net | hrm | 02:50 |
amrith | --- | 02:51 |
amrith | > redis==2.10.5 | 02:51 |
cp16net | you had to paste that here? :-P | 02:51 |
amrith | one second | 02:51 |
cp16net | or is that all thats diff? | 02:51 |
amrith | let me paste that in paste | 02:51 |
amrith | that's just the diff | 02:51 |
amrith | I could put the whole thing on gist | 02:51 |
amrith | one second | 02:51 |
amrith | screw it, if I have to give you a URL, here's the two URL's ... | 02:52 |
amrith | good deps: https://jenkins05.openstack.org/view/All/job/gate-trove-python27/1548/consoleFull | 02:52 |
amrith | bad-deps: http://logs.openstack.org/10/237710/7/check/gate-trove-python27/f2cfb16/console.html | 02:52 |
amrith | yes, that running out of memory is the failure you will see if you don't have enough | 02:53 |
amrith | my vm has enough so instead it times out in ~900s | 02:53 |
*** haomaiwang has joined #openstack-trove | 02:54 | |
cp16net | mine has like 100gb of ram | 02:55 |
cp16net | that should be enough :-P | 02:55 |
amrith | 100gb of ram | 02:56 |
amrith | that's a lot | 02:56 |
amrith | could I have some? | 02:56 |
cp16net | lol | 02:56 |
cp16net | its a beefy machine | 02:56 |
cp16net | but there is something wrong thats bigger than that i think | 02:56 |
amrith | ok, what are you thinking? | 02:58 |
cp16net | ok so i see only a few differences | 02:58 |
cp16net | iso8601, pymongo, troveclient, redis, trove, webtest | 02:59 |
amrith | yes | 02:59 |
amrith | I just pinned troveclient to 1.3.1.dev4 | 02:59 |
amrith | which ran | 02:59 |
cp16net | i dont think the client matters | 03:00 |
cp16net | i dont think iso would matter | 03:00 |
*** haomaiwang has quit IRC | 03:01 | |
cp16net | the one that looks strange i'm not sure what its used for is WebTest | 03:01 |
amrith | that didn't change for me | 03:01 |
*** haomaiwang has joined #openstack-trove | 03:01 | |
amrith | 2.0.19 in both cases | 03:01 |
cp16net | i looked between that good one and the last patch i pushed today | 03:01 |
cp16net | this afternoon | 03:01 |
amrith | ok, what's the diff that you see? | 03:03 |
amrith | in deps | 03:03 |
cp16net | http://paste.openstack.org/show/477928/ | 03:05 |
cp16net | hmm but my patchset errored on a security group time diff | 03:06 |
cp16net | which shouldnt happen | 03:06 |
*** haomaiwang has quit IRC | 03:08 | |
*** haomaiwang has joined #openstack-trove | 03:09 | |
cp16net | https://review.openstack.org/#/c/241409/ thats the patch i was looking at for my badpip.txt | 03:11 |
amrith | looking | 03:11 |
cp16net | i'm going to rerun it tho | 03:12 |
cp16net | since its a different error than what i've seen in the past | 03:12 |
*** haomaiwang has quit IRC | 03:30 | |
amrith | ok | 03:31 |
amrith | in that case I'm going to bed | 03:31 |
amrith | so there | 03:31 |
amrith | ;) | 03:32 |
amrith | sorry, 430am, not quite used to the time zone | 03:32 |
amrith | yet | 03:32 |
amrith | and by the time I get used to it, I'll be in a different tz | 03:32 |
amrith | g'night | 03:32 |
cp16net | lol late | 03:35 |
*** amrith is now known as _amrith_ | 03:42 | |
*** esmute__ has joined #openstack-trove | 03:42 | |
*** psargent has joined #openstack-trove | 03:46 | |
*** psargent has quit IRC | 03:59 | |
*** sabeen3 has joined #openstack-trove | 04:08 | |
*** bapalm_ has joined #openstack-trove | 04:10 | |
*** sabeen has quit IRC | 04:11 | |
*** bapalm has quit IRC | 04:11 | |
*** pmalik has quit IRC | 04:11 | |
*** pmalik has joined #openstack-trove | 04:11 | |
*** esmute__ has quit IRC | 04:21 | |
*** chlong has joined #openstack-trove | 04:32 | |
*** esmute__ has joined #openstack-trove | 04:39 | |
*** chlong has quit IRC | 04:45 | |
*** chlong has joined #openstack-trove | 04:48 | |
*** links has joined #openstack-trove | 05:02 | |
*** chlong has quit IRC | 05:10 | |
*** davideagnello has joined #openstack-trove | 05:22 | |
*** haomaiwang has joined #openstack-trove | 05:31 | |
*** jraju has joined #openstack-trove | 05:36 | |
*** links has quit IRC | 05:37 | |
*** davideagnello has quit IRC | 05:49 | |
*** haomaiwang has quit IRC | 06:01 | |
*** haomaiwa_ has joined #openstack-trove | 06:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/trove: Imported Translations from Zanata https://review.openstack.org/238794 | 06:12 |
*** jraju has quit IRC | 06:15 | |
*** esmute__ has quit IRC | 06:19 | |
*** esmute__ has joined #openstack-trove | 06:28 | |
*** AJaeger has joined #openstack-trove | 06:34 | |
AJaeger | trove cores, could you import a translation update again, please? https://review.openstack.org/238794 - this is important for us since it removes references to transifex which we do not use anymore. | 06:34 |
SlickNik | AJaeger: roger that — will take a look. Thanks! | 06:35 |
*** esmute__ has quit IRC | 06:35 | |
AJaeger | thanks, SlickNik ! | 06:35 |
AJaeger | SlickNik: hasn't passed testing yet but I won't be around when it has - and based on previous imports, it should be fine ;) | 06:36 |
*** esmute__ has joined #openstack-trove | 06:36 | |
SlickNik | AJaeger: No worries — I can keep an eye on it. Any other cores around for another +2? | 06:37 |
SlickNik | ^^^ cp16net / _amrith_ / vkmc / edmondk / peterstac when one of you get a chance. | 06:39 |
SlickNik | thanks | 06:39 |
*** esmute__ has quit IRC | 06:40 | |
*** links has joined #openstack-trove | 06:42 | |
AJaeger | thanks! | 06:51 |
*** _amrith_ is now known as amrith | 06:53 | |
*** haomaiwa_ has quit IRC | 07:01 | |
*** haomaiwa_ has joined #openstack-trove | 07:01 | |
*** amrith is now known as _amrith_ | 07:03 | |
*** AJaeger has quit IRC | 07:03 | |
*** sabeen3 has quit IRC | 07:15 | |
*** sgotliv has quit IRC | 07:18 | |
*** _amrith_ is now known as amrith | 07:42 | |
amrith | SlickNik, I will try to take a look .. sent you email. | 07:48 |
*** k4n0 has joined #openstack-trove | 07:50 | |
*** haomaiwa_ has quit IRC | 08:01 | |
*** haomaiwa_ has joined #openstack-trove | 08:01 | |
*** hyperbaba has joined #openstack-trove | 08:28 | |
openstackgerrit | amrith proposed openstack/trove: Correct errors resulting in "No handlers ..." error message https://review.openstack.org/219544 | 08:42 |
*** haomaiwa_ has quit IRC | 09:01 | |
*** haomaiwa_ has joined #openstack-trove | 09:01 | |
*** haomaiwa_ has quit IRC | 09:03 | |
*** haomaiwang has joined #openstack-trove | 09:10 | |
*** haomaiwang has quit IRC | 09:11 | |
*** dloi has quit IRC | 09:30 | |
*** itisha has quit IRC | 09:31 | |
*** peterstac has quit IRC | 09:34 | |
*** dloi has joined #openstack-trove | 09:36 | |
*** peterstac has joined #openstack-trove | 09:37 | |
*** laurelm has quit IRC | 09:52 | |
*** laurelm has joined #openstack-trove | 09:57 | |
*** tosky has joined #openstack-trove | 10:08 | |
*** amrith is now known as _amrith_ | 10:22 | |
*** _amrith_ is now known as amrith | 10:28 | |
*** sgotliv has joined #openstack-trove | 10:37 | |
*** khomkrit has joined #openstack-trove | 10:55 | |
*** mingdang1 has quit IRC | 11:02 | |
*** akanksha_ has joined #openstack-trove | 11:11 | |
*** itisha has joined #openstack-trove | 11:12 | |
*** amrith is now known as _amrith_ | 11:44 | |
*** mingdang1 has joined #openstack-trove | 11:50 | |
*** k4n0 has quit IRC | 11:54 | |
*** sgotliv has quit IRC | 12:02 | |
*** hyperbaba has quit IRC | 12:04 | |
*** hyperbaba has joined #openstack-trove | 12:04 | |
*** sgotliv has joined #openstack-trove | 12:13 | |
*** _amrith_ is now known as amrith | 12:16 | |
openstackgerrit | amrith proposed openstack/trove: Correct errors resulting in "No handlers ..." error message https://review.openstack.org/219544 | 12:36 |
*** jpena has joined #openstack-trove | 12:37 | |
openstackgerrit | amrith proposed openstack/trove: This is to test the gate https://review.openstack.org/241581 | 12:38 |
*** haomaiwang has joined #openstack-trove | 12:41 | |
*** chlong has joined #openstack-trove | 12:43 | |
*** pmackinn has joined #openstack-trove | 12:51 | |
*** tosky has quit IRC | 12:56 | |
*** tosky has joined #openstack-trove | 12:57 | |
*** haomaiwang has quit IRC | 13:01 | |
*** haomaiwang has joined #openstack-trove | 13:01 | |
*** chlong has quit IRC | 13:01 | |
*** chlong has joined #openstack-trove | 13:02 | |
*** mingdang1 has quit IRC | 13:27 | |
*** mingdang1 has joined #openstack-trove | 13:28 | |
*** mingdang1 has quit IRC | 13:29 | |
*** links has quit IRC | 13:41 | |
*** jengeb has joined #openstack-trove | 13:49 | |
*** jpena is now known as jpena|lunch | 13:51 | |
*** amrith is now known as _amrith_ | 13:51 | |
*** haomaiwang has quit IRC | 14:01 | |
*** haomaiwa_ has joined #openstack-trove | 14:01 | |
*** cweid has joined #openstack-trove | 14:05 | |
*** links has joined #openstack-trove | 14:17 | |
*** sgotliv has quit IRC | 14:31 | |
*** _amrith_ is now known as amrith | 14:44 | |
*** openstackgerrit has quit IRC | 14:47 | |
*** openstackgerrit has joined #openstack-trove | 14:47 | |
*** amrith is now known as _amrith_ | 14:55 | |
*** links has quit IRC | 14:56 | |
*** jpena|lunch is now known as jpena | 14:57 | |
*** haomaiwa_ has quit IRC | 15:01 | |
*** 17SADZFC8 has joined #openstack-trove | 15:01 | |
*** hyperbaba has quit IRC | 15:02 | |
*** _amrith_ is now known as amrith | 15:09 | |
*** csoukup has joined #openstack-trove | 15:18 | |
*** akanksha_ has quit IRC | 15:18 | |
*** cweid has quit IRC | 15:33 | |
*** cweid has joined #openstack-trove | 15:35 | |
*** vkmc has quit IRC | 15:37 | |
*** vkmc has joined #openstack-trove | 15:37 | |
*** cweid has quit IRC | 15:39 | |
*** zqfan_afk has joined #openstack-trove | 15:40 | |
*** amrith is now known as _amrith_ | 15:41 | |
*** cweid has joined #openstack-trove | 15:49 | |
*** 17SADZFC8 has quit IRC | 16:01 | |
*** haomaiwa_ has joined #openstack-trove | 16:01 | |
*** haomaiwa_ has quit IRC | 16:02 | |
*** haomaiwa_ has joined #openstack-trove | 16:15 | |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/trove: Switch from MySQL-python to PyMySQL https://review.openstack.org/225915 | 16:24 |
*** sabeen has joined #openstack-trove | 16:26 | |
*** sgotliv has joined #openstack-trove | 16:27 | |
*** sabeen3 has joined #openstack-trove | 16:30 | |
*** cweid has quit IRC | 16:30 | |
*** sabeen has quit IRC | 16:33 | |
*** cweid has joined #openstack-trove | 16:35 | |
cp16net | hey all | 16:40 |
vkmc | cp16net, HEY :D | 16:40 |
cp16net | anyone made any progress on the gate failing? | 16:40 |
cp16net | doesnt look good right now | 16:40 |
cp16net | its seg faulting on unit tests | 16:40 |
dougshelley66 | certainly not good | 16:41 |
dougshelley66 | do we have any leading failures? | 16:41 |
cp16net | i was able to replicate it but havnt been able to track it down yet | 16:41 |
dougshelley66 | sorry - theories | 16:41 |
cp16net | my first theory was dep changes | 16:41 |
cp16net | fyi i might miss the meeting today or be late to it | 16:43 |
dougshelley66 | given how it appears this was foisted upon us, that sounds like a good theory | 16:43 |
cp16net | i asked SlickNik if he could run it in my absence but havnt heard back from him yet | 16:43 |
*** sabeen3 has quit IRC | 16:45 | |
*** jengeb has quit IRC | 16:52 | |
*** cweid has quit IRC | 16:55 | |
*** cweid has joined #openstack-trove | 16:57 | |
*** haomaiwa_ has quit IRC | 17:01 | |
*** haomaiwang has joined #openstack-trove | 17:01 | |
*** sabeen has joined #openstack-trove | 17:05 | |
*** cweid has quit IRC | 17:10 | |
*** cweid has joined #openstack-trove | 17:12 | |
*** shayneburgess has left #openstack-trove | 17:17 | |
*** sabeen has quit IRC | 17:21 | |
*** sabeen has joined #openstack-trove | 17:22 | |
*** cweid has quit IRC | 17:24 | |
cp16net | oh crap i just realized that the meeting is an hour earlier than i originally though | 17:25 |
cp16net | i'll miss it for sure | 17:25 |
*** davideagnello has joined #openstack-trove | 17:28 | |
cp16net | whos around? | 17:29 |
cp16net | peterstac: ? | 17:30 |
peterstac | I'm here | 17:31 |
cp16net | hey so i just realized that the meeting moved up an hour | 17:31 |
cp16net | and i have a dr appt i've got here in 30 min as well | 17:31 |
peterstac | yep, starts in 1/2 hour | 17:31 |
peterstac | ah, ok | 17:31 |
peterstac | you want me to chair it? | 17:31 |
cp16net | i asked SlickNik to run it but have not heard from him this morning | 17:31 |
cp16net | so if you could run it that would be great :) | 17:32 |
cp16net | i updated the meeting agenda and stats already | 17:32 |
peterstac | sounds good, thx | 17:32 |
*** davideagnello has quit IRC | 17:33 | |
cp16net | i was thinking it would be good to give an overview of what happened at the summit as well | 17:33 |
cp16net | thanks for helping out at the last min :-/ | 17:33 |
peterstac | np | 17:33 |
cp16net | sorry i'll miss it i'll catch up after my dr appt | 17:33 |
cp16net | i think i got a sinus infection | 17:33 |
*** davideagnello has joined #openstack-trove | 17:34 | |
cp16net | the 3 plane landings on the way back home were not good and my ears hurt | 17:34 |
peterstac | that sucks | 17:34 |
cp16net | oh.... | 17:34 |
*** pmackinn has quit IRC | 17:34 | |
peterstac | yeah, better get that checked out | 17:34 |
cp16net | and to top it off i couldnt land in austin | 17:35 |
cp16net | my plane was canceled | 17:35 |
cp16net | the control tower was flooded the day before | 17:35 |
peterstac | how'd you get home then? | 17:35 |
cp16net | so i got a plane to houston and then drove from houston to austin late on saturday to sunday morning | 17:35 |
cp16net | i got home at like 3 am sunday | 17:35 |
cp16net | i got a rental car and drove | 17:36 |
peterstac | ouch | 17:36 |
cp16net | i'd say almost the worst travel experience ever | 17:36 |
cp16net | one time i got food poisoning the night before a flight | 17:37 |
cp16net | that was the worst | 17:37 |
cp16net | alright i'm out catch up later | 17:39 |
*** _imandhan_ has joined #openstack-trove | 17:46 | |
*** jengeb has joined #openstack-trove | 17:47 | |
peterstac | SlickNik, yt? | 18:00 |
*** ashleighfarnham has joined #openstack-trove | 18:00 | |
*** haomaiwang has quit IRC | 18:01 | |
*** haomaiwa_ has joined #openstack-trove | 18:01 | |
peterstac | Starting the meeting in #openstack-meeting-alt ... | 18:03 |
dougshelley66 | o/ | 18:04 |
peterstac | edmondk, imandhan, vkmc, dloi, mvandijk_ ^^^^ | 18:16 |
mvandijk_ | eh | 18:17 |
*** sabeen has quit IRC | 18:21 | |
*** jpena has quit IRC | 18:22 | |
*** akanksha_ has joined #openstack-trove | 18:37 | |
*** pmackinn has joined #openstack-trove | 18:57 | |
*** sriram_tesora has joined #openstack-trove | 18:59 | |
*** tosky has quit IRC | 19:00 | |
*** haomaiwa_ has quit IRC | 19:01 | |
*** ramashri has joined #openstack-trove | 19:01 | |
*** haomaiwang has joined #openstack-trove | 19:01 | |
*** c_soukup has joined #openstack-trove | 19:18 | |
*** csoukup has quit IRC | 19:22 | |
*** cweid has joined #openstack-trove | 19:35 | |
*** sabeen1 has joined #openstack-trove | 19:42 | |
*** sabeen3 has joined #openstack-trove | 19:48 | |
*** sabeen1 has quit IRC | 19:49 | |
pmackinn | cp16net, peterstac: sure it's not the pymongo bump? that carries a .so file that links to libpthread, libc, etc. | 19:53 |
cp16net | its possible | 19:53 |
cp16net | i wont rule anything out yet | 19:54 |
*** haomaiwang has quit IRC | 20:01 | |
*** haomaiwang has joined #openstack-trove | 20:01 | |
*** ramashri has quit IRC | 20:17 | |
*** nshah has left #openstack-trove | 20:17 | |
*** ramashri has joined #openstack-trove | 20:18 | |
*** sabeen3 has quit IRC | 20:21 | |
cp16net | pmackinn: i think that might be the issue | 20:21 |
cp16net | i didnt get a seg fault this time... | 20:21 |
pmackinn | cp16net, might be some random a$$ LDD init when the module is even loaded | 20:23 |
*** khomkrit has quit IRC | 20:26 | |
pmackinn | cp16net, the dvsm image maybe doesn't have some apt updates to support 3.1 (just throwing ideas out there) | 20:26 |
openstackgerrit | Craig Vyvial proposed openstack/trove: this should fix the failing gate https://review.openstack.org/241754 | 20:33 |
cp16net | those are good ideas. | 20:34 |
cp16net | because the version was bumped 2 days ago | 20:35 |
cp16net | i just posted something on the monogodb-users group | 20:38 |
cp16net | and pushed a patch that *should* fix it ^^^ | 20:38 |
cp16net | hmm the elements might need this as well.... | 20:40 |
vkmc | cp16net, did you test it with a local gate deployment? | 20:41 |
cp16net | i tested it with my vm | 20:41 |
peterstac | cp16net, I think you'll have to put in the same hack as we did with oslo.utils ... | 20:43 |
peterstac | you can't put anything in the requirements.txt file that's not in the global requirements file | 20:43 |
openstackgerrit | Craig Vyvial proposed openstack/trove-integration: Change the pymongo version to match the test-requirements.txt https://review.openstack.org/241759 | 20:43 |
*** ramashri has quit IRC | 20:44 | |
cp16net | its only in test-requrirmenst | 20:44 |
cp16net | no requirements | 20:44 |
peterstac | same thing | 20:44 |
cp16net | those are different | 20:44 |
cp16net | https://github.com/openstack/requirements/blob/master/test-requirements.txt | 20:45 |
dougshelley66 | cp16net it already failed the requirements job.... | 20:45 |
cp16net | its not in the test-requirments | 20:45 |
cp16net | aw shit | 20:46 |
cp16net | ok.... | 20:47 |
peterstac | everything in requirements.txt and test-requirements.txt must be in https://github.com/openstack/requirements/blob/master/global-requirements.txt | 20:47 |
openstackgerrit | Craig Vyvial proposed openstack/trove: this should fix the failing gate https://review.openstack.org/241754 | 20:48 |
peterstac | (you'll still have to remove the change from test-requirements.txt) :D | 20:49 |
*** sabeen1 has joined #openstack-trove | 20:51 | |
cp16net | damnit.... | 20:52 |
cp16net | lol | 20:52 |
openstackgerrit | Craig Vyvial proposed openstack/trove: this should fix the failing gate https://review.openstack.org/241754 | 20:53 |
cp16net | better>? | 20:53 |
*** sabeen1 has quit IRC | 20:55 | |
*** sabeen has joined #openstack-trove | 20:55 | |
* pmackinn applauds cp16net doggedness | 20:55 | |
cp16net | i made a review to change the requirements as well | 20:58 |
cp16net | so it will trickle down eventually | 20:58 |
peterstac | that looks better :) | 20:59 |
*** haomaiwang has quit IRC | 21:01 | |
*** haomaiwa_ has joined #openstack-trove | 21:01 | |
*** shayneburgess has joined #openstack-trove | 21:02 | |
cp16net | :) | 21:04 |
peterstac | py27 passed in check, so I think we're good, thx cp16net! | 21:06 |
*** cweid has quit IRC | 21:07 | |
pmackinn | cp16net, https://wiki.openstack.org/wiki/Design_Summit/Mitaka/Etherpads#Trove might want to put the correct dates there | 21:12 |
*** ramashri has joined #openstack-trove | 21:23 | |
*** haomaiwa_ has quit IRC | 21:33 | |
*** haomaiwang has joined #openstack-trove | 21:36 | |
cp16net | pmackinn: i think i'll just remove the dates :-P | 21:43 |
pmackinn | cp16net, you're the boss | 21:44 |
cp16net | done | 21:44 |
*** cweid has joined #openstack-trove | 21:49 | |
*** haomaiwang has quit IRC | 22:01 | |
*** haomaiwang has joined #openstack-trove | 22:01 | |
*** cweid has quit IRC | 22:02 | |
*** sgotliv has quit IRC | 22:15 | |
*** pmackinn has quit IRC | 22:19 | |
cp16net | thanks vkm for the +1wf | 22:26 |
vkmc | cp16net, thanks for submitting the patch :) | 22:31 |
vkmc | not sure though why that mongo version was raising a segfault | 22:31 |
cp16net | not sure either i posted something on their google group | 22:32 |
cp16net | but i never saw it show up | 22:32 |
* cp16net shrugs i tried to let someone know \ | 22:32 | |
*** sabeen has quit IRC | 22:39 | |
*** c_soukup has quit IRC | 22:44 | |
*** sabeen has joined #openstack-trove | 22:58 | |
*** haomaiwang has quit IRC | 23:01 | |
*** haomaiwa_ has joined #openstack-trove | 23:01 | |
*** sriram_tesora has quit IRC | 23:07 | |
openstackgerrit | Craig Vyvial proposed openstack/trove: fix the version info of trove to use pbr https://review.openstack.org/241810 | 23:16 |
*** jengeb has quit IRC | 23:25 | |
openstackgerrit | Ishita Mandhan proposed openstack/trove-specs: Addition of DB2 backup and restore https://review.openstack.org/236065 | 23:35 |
*** haomaiwa_ has quit IRC | 23:45 | |
*** haomaiwa_ has joined #openstack-trove | 23:45 | |
*** ramashri has quit IRC | 23:53 | |
*** ramashri has joined #openstack-trove | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!