Friday, 2015-03-27

*** JAHoagie has quit IRC00:08
*** JAHoagie has joined #openstack-zaqar00:20
*** davide_ has quit IRC00:26
*** reed has quit IRC00:29
*** reed has joined #openstack-zaqar00:30
*** JAHoagie has quit IRC00:30
*** reed has quit IRC00:30
*** reed has joined #openstack-zaqar00:31
flwangvkmc: ping00:50
*** amitgandhinz has joined #openstack-zaqar00:57
*** achanda has quit IRC02:27
*** amitgandhinz has quit IRC03:02
*** achanda has joined #openstack-zaqar03:13
*** sriram has quit IRC03:18
*** amitgandhinz has joined #openstack-zaqar04:13
*** amitgandhinz has quit IRC04:17
*** exploreshaifali has joined #openstack-zaqar04:36
*** achanda has quit IRC05:00
*** reed has quit IRC05:03
*** exploreshaifali has quit IRC05:26
Glass_sagahello05:34
Glass_sagaCan anyone review this? Thank you in advance. https://review.openstack.org/#/c/164671/05:34
*** chandankumar has joined #openstack-zaqar05:36
*** achanda has joined #openstack-zaqar05:37
*** achanda has quit IRC06:32
*** bradjones has quit IRC06:55
*** bradjones has joined #openstack-zaqar06:57
*** bradjones has joined #openstack-zaqar06:57
*** exploreshaifali has joined #openstack-zaqar07:47
*** exploreshaifali has quit IRC07:53
*** exploreshaifali_ has joined #openstack-zaqar07:53
flaper87Glass_saga: thanks for the patch07:57
flaper87will review07:57
*** amalagon_ has joined #openstack-zaqar08:21
*** amalagon has quit IRC08:21
openstackgerritMerged openstack/zaqar: Correcting Instruction For Mongodb URI in README.rst  https://review.openstack.org/16554708:45
flaper87I think I'm done with removing the sqlalchemy09:19
flaper87.. data driver09:19
flaper87At least on the py27 environment09:19
flaper87I expect it to fail elsewhere, though :/09:19
flaper87I don't believe we're using mongodb in our py33 environment09:19
exploreshaifali_flaper87: if you have a bit of time please can you explain me what flwang will be hacking in coming days for which he need this patch09:22
flaper87He needs to have built-in plugins so he can write custom handlers that will fire notifications for messages as they happen09:25
flaper87Think of it like this:09:25
flaper87A message comes in -> messsage is stored -> the notification plugin fires the events09:25
*** exploreshaifali_ has quit IRC09:45
openstackgerritFlavio Percoco proposed openstack/zaqar: Remove sqlalchemy from our data plane  https://review.openstack.org/16827609:47
flaper87I expect that patch to fail ^09:47
openstackgerritFlavio Percoco proposed openstack/zaqar: Allow for internal pipelines to be defined  https://review.openstack.org/16828310:09
flaper87flwang: I believe that's all you need to move forward with your work ^10:09
flaper87let me know10:09
flaper87vkmc: pls review that last patch ^10:09
*** exploreshaifali has joined #openstack-zaqar10:15
exploreshaifaliokay! Thanks!10:17
*** exploreshaifali has quit IRC10:55
flaper87lol11:19
flaper87the one I expected to fail didn't fail11:19
flaper87T_T11:19
openstackgerritFlavio Percoco proposed openstack/zaqar: Allow for internal pipelines to be defined  https://review.openstack.org/16828311:24
vkmchey hey12:24
vkmclet's review12:24
flaper87vkmc: heeeeeeeeeeeeeeeey12:46
flaper87:)12:46
flaper87yes, pls, thanks, bye!12:46
vkmcflaper87, internal pipeline w00t12:46
vkmc:)12:46
vkmcone of these days we should do some docs for them12:47
vkmcdon't hate me12:47
flaper87vkmc: you're totally right, FWIW. I need to sit down and actually write them12:49
vkmcflaper87, I knew it12:50
vkmcflaper87, now you hate me? :P12:58
flaper87vkmc: hahahaha, nope, not yet! You gotta work harder than that12:59
vkmcI'll keep practicing12:59
vkmcfor some reason the configuration generator is broken13:00
vkmcI was debugging it yesterday night... it is not the help strings change, and it doesn't seem to be the libraries upgrade13:00
flaper87vkmc: mmh, let me know if you find something there13:02
flaper87vkmc: btw, if you can focus on those reviews asap, it'd be really cool13:02
vkmcflaper87, ok13:03
*** exploreshaifali has joined #openstack-zaqar13:10
vkmcfor the sqlalchemy removal, we do it in two steps right? now the dataplane just to make the split work and for L we are going to update the control plane?13:11
flaper87what do you mean with update the control plane ?13:13
*** exploreshaifali has quit IRC13:13
vkmcremove sqlalchemy from the control as well13:14
*** sriram has joined #openstack-zaqar13:14
*** AAzza_afk has joined #openstack-zaqar13:16
*** AAzzal has joined #openstack-zaqar13:18
*** AAzza has quit IRC13:18
*** AAzzal is now known as AAzza13:18
flaper87vkmc: ah that we don't want to do13:19
flaper87We want to keep sqlalchemy for the control plane13:19
vkmcreasons?13:19
flaper87which is one of the main reasons behind splitting it13:19
flaper87you might still want to use a rel db that you already have to keep track of pools, catalog and queues13:20
flaper87which is something that does not have the same scalable requirements as messages do13:20
vkmcplus, we have tests for sqlalchemy13:20
*** AAzza_afk has quit IRC13:22
vkmcok, it looks good13:28
*** chandankumar has quit IRC13:31
flaper87vkmc: which one ?13:33
flaper87I'm finishing shaifali's patch now13:33
vkmcflaper87, the sqlalchemy removal13:33
vkmcI'm running the tests locally13:33
vkmcflaper87, could you explain me a bit more about the internal pipeline?13:38
vkmcI see in the patch we won't be using _get_storage_pipeline() any longer13:39
flaper87vkmc: u running tests locally? u don't trust me? u don't trust jenkins? HULK mad, very mad!13:41
vkmclol13:41
vkmcthis is, in some way, your fault13:41
flaper87vkmc: the internal pipeline is very similar (the same?) as the external pipeline. The difference is that it's supposed to be used for builtin things13:41
flaper87For example, deleting messages when a queue is deleted13:42
flaper87There's no relation between the queue_controller and the message controller anymore13:42
flaper87Another example is, fire notifications when messages are created13:42
flaper87I'm not sure whether the pipeline, as-is, will work well on that last example13:42
flaper87the reason is that as it is, it'd fire notifications *before* the messages are inserted, which is wrong13:43
vkmcmakes sense13:44
flaper87I envision that we'll change that "internal" / "external" separation13:45
flaper87for now, I think we should play it safe13:45
flaper87I wish flwang was around to review those 2 patches13:45
vkmcyeah me to o13:46
vkmcI have to be away for a moment13:54
vkmccould you check if the testing strategy is ok for websockets? I added a client library for a better control13:55
vkmcI'm working on that but a quick check from your side would be great13:55
vkmcflaper87, ^13:55
flaper87vkmc: yup13:55
flaper87will do13:55
vkmchttps://review.openstack.org/#/c/144803/9/zaqar/tests/unit/transport/websocket/v1_1/test_queue_lifecycle.py13:58
vkmcbrb13:58
vkmc:)13:58
*** mpanetta has joined #openstack-zaqar14:05
*** mpanetta has quit IRC14:06
*** mpanetta has joined #openstack-zaqar14:06
*** dynarro has joined #openstack-zaqar14:08
*** chandankumar has joined #openstack-zaqar14:19
*** amitgandhinz has joined #openstack-zaqar14:23
*** chandankumar has quit IRC14:31
*** reed has joined #openstack-zaqar14:33
*** achanda has joined #openstack-zaqar14:35
*** chandankumar has joined #openstack-zaqar14:38
*** achanda has quit IRC14:42
*** exploreshaifali has joined #openstack-zaqar15:05
*** reed has quit IRC15:14
flaper87dynarro: I believe you'll need this https://review.openstack.org/#/c/168276/ to complete the work on LP-141620615:20
*** chandankumar has quit IRC15:20
flaper87flwang: btw, dynarro took that bug from you since it was inactive ^15:20
flaper87didn't the bot was smart enough to get linsk from lp ?15:20
flaper87openstack: !help15:20
flaper87!help15:20
openstackflaper87: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin.15:20
dynarrothanks flaper87 ;)15:21
flaper87!commands15:21
openstackflaper87: Error: "commands" is not a valid command.15:21
flaper87!command15:21
openstackflaper87: Error: "command" is not a valid command.15:21
flaper87fuck it, prv convo, openstack you and me, NOW!15:21
*** fifieldt has quit IRC15:21
vkmcchillax dude15:23
vkmc:P15:23
flaper87openstack: you, sir, are useless15:24
* flaper87 just broke the test loader15:26
flaper87I feel like I should be proud of that15:26
vkmccan I help you with something flaper87?15:26
flaper87vkmc: mmh, right now, I don't think so. I think I'm very close to get shaifali's patch done.15:27
vkmcflaper87, k15:27
flaper87I'm fighting with DataDriver -> ControlDriver fallouts15:28
flaper87mostly because our tests, right now, are a complete MESS!15:28
flaper87:(15:28
flaper87it's all kgriffs|afk fault15:28
vkmcit is, I know it is15:28
flaper87now, for some reason, testr is not loading tests anymore15:28
* flaper87 wonders what he did15:28
flaper87vkmc: I'll review your patch asap15:28
flaper87Any chances we can get that work done before EO monday ?15:29
flaper87flwang: same for your work ^ ?15:29
vkmcof course, its my plan15:31
vkmcqueues, messages and claims15:31
vkmcif everything goes well, its possible15:32
vkmcthat last phrase is my sentence15:33
*** csoukup has joined #openstack-zaqar16:09
*** chandankumar has joined #openstack-zaqar16:09
flaper87very close, very close16:15
flaper87I can feel it16:15
*** kgriffs|afk is now known as kgriffs16:33
*** kgriffs is now known as kgriffs|afk16:51
*** kgriffs|afk is now known as kgriffs16:51
*** davide has joined #openstack-zaqar17:00
*** mpanetta has quit IRC17:01
*** achanda has joined #openstack-zaqar17:16
*** cpallares has joined #openstack-zaqar17:16
*** achanda has quit IRC17:16
*** achanda has joined #openstack-zaqar17:17
*** mpanetta has joined #openstack-zaqar17:32
*** mpanetta has quit IRC17:40
*** dynarro has quit IRC17:58
*** exploreshaifali has quit IRC18:36
*** chandankumar has quit IRC19:12
*** jchai has joined #openstack-zaqar19:30
openstackgerritVictoria Martínez de la Cruz proposed openstack/zaqar: Adds message processing to WebSockets driver  https://review.openstack.org/14480319:45
*** achanda has quit IRC20:08
*** achanda has joined #openstack-zaqar20:12
*** jchai has quit IRC20:23
*** c_soukup has joined #openstack-zaqar20:42
*** achanda has quit IRC20:43
*** sriram has quit IRC20:43
*** csoukup has quit IRC20:45
*** achanda has joined #openstack-zaqar20:50
-openstackstatus- NOTICE: Gerrit maintenance commences in 1 hour at 22:00 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html21:01
*** amitgandhinz has quit IRC21:04
*** achanda has quit IRC21:07
*** flaper87 has quit IRC21:15
*** kgriffs is now known as kgriffs|afk21:15
*** flaper87 has joined #openstack-zaqar21:18
*** flaper87 has quit IRC21:18
*** flaper87 has joined #openstack-zaqar21:18
*** sriram has joined #openstack-zaqar21:20
*** kgriffs|afk is now known as kgriffs21:21
*** achanda has joined #openstack-zaqar21:27
*** sriram has quit IRC22:02
-openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA 22:30 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html22:06
*** ChanServ changes topic to "Gerrit is offline for maintenance, ETA 22:30 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html"22:06
*** c_soukup has quit IRC22:19
*** achanda_ has joined #openstack-zaqar22:31
*** ChanServ changes topic to "OpenStack Queuing and Notification Service || Smile :D || Meetings every Monday @ 21:00 UTC/15:00 UTC || Wiki: https://wiki.openstack.org/wiki/Zaqar || Paste: http://paste.openstack.org/ || Send messages and make some noise :D"22:34
*** achanda has quit IRC22:34
*** achanda_ has quit IRC22:36
openstackgerritFlavio Percoco proposed openstack/zaqar: Allow for internal pipelines to be defined  https://review.openstack.org/16828322:55
openstackgerritFlavio Percoco proposed openstack/zaqar: Remove QueueController from data to control plane  https://review.openstack.org/14434022:55
flaper87vkmc: flwang ^22:56
flaper87I don't think the last one will pass all the tests but it should be ready22:56
flaper87and that phrase right there made no sense22:56
flaper87:P22:56
* vkmc hides under a rock23:07
*** kgriffs is now known as kgriffs|afk23:09
*** cpallares has quit IRC23:32
*** mpanetta has joined #openstack-zaqar23:39
*** mpanetta has quit IRC23:44

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!