Friday, 2016-01-15

*** flwang_home has quit IRC00:03
*** malini has joined #openstack-zaqar00:07
openstackgerritThai Tran proposed openstack/zaqar-ui: WIP Add queues API and table  https://review.openstack.org/25847400:39
openstackgerritFei Long Wang proposed openstack/python-zaqarclient: Add support for subscription show v2  https://review.openstack.org/26128200:51
openstackgerritMerged openstack/python-zaqarclient: Add support for subscription show v2  https://review.openstack.org/26128200:56
*** stanchan has quit IRC01:01
openstackgerritMerged openstack/python-zaqarclient: Expose more CLI commands for v2  https://review.openstack.org/25875001:07
*** malini has quit IRC01:07
*** Qiming has joined #openstack-zaqar01:21
*** csoukup has joined #openstack-zaqar01:48
*** wanghao has joined #openstack-zaqar01:51
*** Qiming_ has joined #openstack-zaqar02:00
*** kgriffs is now known as kgriffs|afk02:01
*** Qiming__ has joined #openstack-zaqar02:02
*** Qiming has quit IRC02:03
*** Qiming_ has quit IRC02:05
*** Qiming__ is now known as Qiming02:07
Eva-iflwang1: flwang: in zaqar.conf there is [storage] section with four *_pipeline options. I know that in the message_pipeline we can add "zaqar.notification.notifier" stage. Are there any other possible stages that can be added to message_pipeline? If yes, how to find them all in Zaqar source code?02:09
flwang1you can add driver if you want02:10
flwang1but for now, we only have the notifier one02:10
Eva-iflwang1: what do you mean by "you can add driver if you want"?02:11
flwang1means if we need another feature to handle the messages, then we can add a new driver as a part of the pipeline02:11
Eva-iflwang1: this driver must be located in zaqar package or I can put in the pipeline external driver I wrote somewhere. I'm talking right now from the user perspective.02:14
Eva-i*somewhere?02:15
flwang1technically, it could be out of zaqar package, but TBH, i never tried that02:18
*** malini has joined #openstack-zaqar02:18
Eva-iflwang1: do other pipeline options have possible values now?02:24
flwang1Eva-i: i don't think so02:26
Eva-iflwang1: I'll try to add external pipeline stage and check if it will be executed normally02:27
flwang1cool02:27
*** c_soukup has joined #openstack-zaqar02:28
*** malini has quit IRC02:29
*** csoukup has quit IRC02:31
openstackgerritFei Long Wang proposed openstack/python-zaqarclient: Add Support for subscription list v2  https://review.openstack.org/26353102:49
openstackgerritFei Long Wang proposed openstack/python-zaqarclient: Fix wrong api version type  https://review.openstack.org/26790603:18
openstackgerritFei Long Wang proposed openstack/python-zaqarclient: Fix queue stats for v1.1 and above versions  https://review.openstack.org/26792303:57
openstackgerritMerged openstack/python-zaqarclient: Add Support for subscription list v2  https://review.openstack.org/26353104:06
*** flwang has quit IRC04:08
*** mdnadeem has joined #openstack-zaqar05:00
*** boris-42 has quit IRC06:03
*** c_soukup has quit IRC06:04
*** Qiming has quit IRC06:46
*** Qiming has joined #openstack-zaqar06:46
*** lane_kong has quit IRC07:15
*** lane_kong has joined #openstack-zaqar08:22
*** achanda has joined #openstack-zaqar08:34
*** hparekh has quit IRC08:58
*** csoukup_ has joined #openstack-zaqar09:00
*** csoukup_ has quit IRC09:05
*** dynarro has joined #openstack-zaqar09:16
*** Qiming_ has joined #openstack-zaqar09:17
*** Qiming has quit IRC09:20
*** Qiming_ has quit IRC09:24
*** achanda has quit IRC09:39
*** achanda has joined #openstack-zaqar10:00
*** Qiming has joined #openstack-zaqar10:15
*** dynarro has quit IRC11:02
*** mdnadeem has quit IRC12:15
*** achanda has quit IRC12:31
openstackgerritRyan Brown proposed openstack/python-zaqarclient: Add CLI support for signed URLs  https://review.openstack.org/25373112:35
*** openstackgerrit has quit IRC12:50
*** openstackgerrit has joined #openstack-zaqar12:50
*** achanda has joined #openstack-zaqar13:05
*** achanda has quit IRC13:07
*** malini has joined #openstack-zaqar13:27
*** mdnadeem has joined #openstack-zaqar13:53
*** malini has quit IRC13:53
*** malini has joined #openstack-zaqar13:53
*** malini1 has joined #openstack-zaqar13:55
*** malini1 has quit IRC13:56
*** malini1 has joined #openstack-zaqar13:56
*** malini has quit IRC13:58
*** amitgandhinz has joined #openstack-zaqar13:58
*** csoukup has joined #openstack-zaqar14:04
*** dynarro has joined #openstack-zaqar14:07
therveryansb, Hi, have you seen my question on https://review.openstack.org/#/c/253731/ ?14:11
ryansbyeah, it actually is already in https://github.com/openstack/python-zaqarclient/blob/master/zaqarclient/queues/v2/core.py#L66-L10614:13
ryansbwhen we talked last I'd thought they were in the same patch14:13
ryansbbut I actually had them in separate patchsets, so the lib merged already14:13
ryansbtherve: ^14:14
therveryansb, That's not really enough though14:14
therveYou still have to deal with transport and request14:14
therveryansb, I'm thinking more of something along the lines of https://github.com/openstack/python-zaqarclient/blob/master/zaqarclient/queues/v2/subscription.py14:15
ryansboh, so as an object14:15
ryansbno, I haven't implemented that yet14:15
vkmchey hey14:15
vkmctherve, ryansb o/14:16
ryansb\o14:16
therveWell it's not really about the object, more about the proper abstraction14:16
thervevkmc, Hi!14:16
ryansbfair enough14:17
therveryansb, It actually makes me realize that Subscription may not need to exist, and should rather be a method on Queue14:21
ryansbas in Queue.subscribe(some params)14:21
therveYeah14:22
therveAnd so the same for signed URLs14:22
Eva-itherve: hello. About your gate patch. Why did you added connect=False argument to instantiation of pymongo client?14:22
therveEva-i, Because otherwise it connects before fork14:23
Eva-itherve: because of it? http://api.mongodb.org/python/current/faq.html#using-pymongo-with-multiprocessing14:23
therveYes14:23
Eva-icool!14:23
*** mdnadeem has quit IRC14:27
*** njohnston has joined #openstack-zaqar15:31
*** kgriffs|afk is now known as kgriffs15:50
*** lane_kong has quit IRC15:55
openstackgerritMerged openstack/zaqar: Fix gate issues  https://review.openstack.org/26683115:58
*** malini1 has quit IRC16:04
openstackgerritMerged openstack/zaqar: Fix requirements of message_delete_many API  https://review.openstack.org/26589016:07
*** pradk has joined #openstack-zaqar16:24
*** Qiming has quit IRC16:31
*** mpanetta has joined #openstack-zaqar16:39
*** dynarro has quit IRC16:47
*** achanda has joined #openstack-zaqar17:43
*** shakamunyi has joined #openstack-zaqar17:46
*** achanda has quit IRC17:47
*** dmowrer has left #openstack-zaqar18:03
*** malini has joined #openstack-zaqar18:05
*** malini1 has joined #openstack-zaqar18:07
*** malini has quit IRC18:09
*** dmowrer has joined #openstack-zaqar18:09
*** dmowrer has left #openstack-zaqar18:10
*** achanda has joined #openstack-zaqar18:27
*** pradk has quit IRC18:39
*** achanda has quit IRC18:40
*** achanda has joined #openstack-zaqar18:54
*** njohnston has quit IRC19:12
*** achanda has quit IRC19:28
*** achanda has joined #openstack-zaqar19:43
*** flwang has joined #openstack-zaqar19:55
*** achanda has quit IRC20:03
*** achanda has joined #openstack-zaqar20:09
openstackgerritThai Tran proposed openstack/zaqar-ui: WIP Add queues API and table  https://review.openstack.org/25847420:12
*** flwang has quit IRC20:36
*** malini1 has quit IRC20:37
*** malini has joined #openstack-zaqar20:49
*** malini1 has joined #openstack-zaqar20:52
*** malini has quit IRC20:54
*** achanda has quit IRC21:02
*** mdnadeem has joined #openstack-zaqar21:29
*** mdnadeem has quit IRC21:36
*** malini1 has quit IRC22:15
*** mpanetta has quit IRC22:18
*** achanda has joined #openstack-zaqar22:33
*** amitgandhinz has quit IRC22:33
*** achanda has quit IRC22:37
*** csoukup has quit IRC22:54
*** amitgandhinz has joined #openstack-zaqar23:11
*** amitgandhinz has quit IRC23:19
*** achanda has joined #openstack-zaqar23:34
Eva-iryansb: flwang1: therve: hello, can someone of you please confirm this Zaqar documentation bug: https://bugs.launchpad.net/openstack-manuals/+bug/1534852. Don't worry, this bug is already confirmed by flwang1, it just wasn't documented.23:37
openstackLaunchpad bug 1534852 in openstack-manuals "Zaqar config-ref is missing extended expanation of storage pipeline options" [Undecided,New] - Assigned to Eva Balycheva (ubershy)23:37
*** achanda has quit IRC23:39
*** kgriffs is now known as kgriffs|afk23:45

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