Thursday, 2016-06-09

*** wanghao has quit IRC00:00
*** wanghao has joined #openstack-zaqar00:02
*** JAHoagie has quit IRC00:09
Eva-iflwang: sure. Can you explain why such naming "show_default_attributes_for_queue-3d87333752484c87.yaml" of files, particularly the number in the end?00:46
Eva-iflwang: some kind of hash00:46
Eva-iflwang: nevermind, I have found the answer ;)01:02
flwangEva-i: any updates for the install-guide work?01:16
Eva-iflwang: no01:16
flwangEva-i: when can we get a patch like this https://review.openstack.org/#/c/325389/ ?01:17
Eva-iflwang: in the end of the week, I think01:18
flwangthis week?01:18
Eva-iflwang: this week01:18
flwangawesome, thanks01:18
openstackgerritEva Balycheva proposed openstack/zaqar: Make queues lazy in subscriptions  https://review.openstack.org/32074901:30
flwangEva-i: you raised a good topic in the release note of your feature01:41
flwangwhen delete a queue, if the subscriptions should be deleted as well01:41
flwangand the answer is yes i think just like what we did for messages01:42
flwangSNS is doing the same thing http://docs.aws.amazon.com/sns/latest/dg/CleanUp.html01:42
Eva-iflwang: oki, thank you. So you would like to delete all subscriptions on queue delete?01:45
flwangEva-i: yes, https://blueprints.launchpad.net/zaqar/+spec/clear-subscription-after-delete-queue01:47
Eva-iflwang: this thing is backward incompatible. We will probably need a config option?01:48
flwangEva-i: it's ok for me01:49
*** shu-mutou has joined #openstack-zaqar01:49
Eva-iflwang: oki01:50
Eva-iwxy: wanghao: flaper87: vkmc: ryansb: hello, dear zaqarians, see this bp: https://blueprints.launchpad.net/zaqar/+spec/clear-subscription-after-delete-queue. What do you think about this idea?01:51
Eva-iflwang: should I remove a sentence from my patch release notes about still working subscriptions? Or it will be removed on patch that will implement your blueprint?01:52
flwangEva-i: it's ok. to keep it for now until we fix it.01:53
Eva-iflwang: alright, thank you01:53
flwang+2ed01:53
Eva-iflwang: for some reason I can't render releasenotes locally. Releasenotes for the current cycle are empty.. We should wait for jenkins in my patch and see how it will render.01:55
Eva-iflwang: thanks01:55
flwangok01:55
Eva-iflwang: ok, it renders fine, but I found an error in my description.02:07
Eva-iflwang: will fix it now02:07
flwangEva-i: ok02:08
openstackgerritEva Balycheva proposed openstack/zaqar: Make queues lazy in subscriptions  https://review.openstack.org/32074902:08
*** Kevin_Zheng has quit IRC02:21
Eva-iflwang: is will be bad if we make zaqar send notifications after messages getting to storage driver? It's in pipeline stage's definition that they must execute before storage driver?03:08
openstackgerritOpenStack Proposal Bot proposed openstack/zaqar: Updated from global requirements  https://review.openstack.org/32258903:46
flwangEva-i: are you talking about adding msg id into notification?04:17
Eva-iflwang: yes04:20
flwangwhy do you think it's bad to send notification after the msg saved into db?04:20
Eva-iflwang: nothing wrong with it. There's a problem that the notification driver is implemented as pipeline stage. If we move it's execution after storage driver, there will be no point of notification driver being the pipeline stage - being turned on by normal option would be much better.04:30
flwangi can see your point04:32
flwangbut if we totally refactor current architecture, the change is too big04:34
flwangso what i'm looking for is keep the notifier in the pipeline but can get the message id04:34
Eva-iflwang: I started implementing pipeline stage that just sets special flag. Storage driver notices this flag and sends notification. But it feels wrong.04:36
Eva-iflwang: it's possible, but it feels wrong04:36
flwangEva-i: IMHO04:37
flwangpipeline should do something like this    stage 1 -> stage 2 -> stage 3 -> ....04:37
flwangand the stage N+1 should be able to get the output of stage N04:37
Eva-iflwang: hm, I'm very unsure it's true for Zaqar04:39
*** JAHoagie has joined #openstack-zaqar04:39
flwangEva-i: so what's your current way?04:40
Eva-iflwang: I explained my current way, but I don't like it. As you know there's also other ways: 1. Big refactoring 1.1 Making output pipeline (after storage layer). 1.2 Making notification driver normal. 2. Somehow make generation of IDs before storage layer. MongoDB accepts custom IDs, but I'm not sure if it will affect performance (MongoDB is probably optimized to work incremental IDs, not with random) and how we avoid collisions.04:47
flwang#2 is also a big change, IMHO04:51
flwangcan't we improve the current pipeline like this ?04:52
flwang(16:37:32) flwang: pipeline should do something like this    stage 1 -> stage 2 -> stage 3 -> ....04:52
flwang(16:37:49) flwang: and the stage N+1 should be able to get the output of stage N04:52
Eva-iflwang: I think it's possible04:53
flwangEva-i: that's what i want to see, IMHO, though i haven't dig into the code, so i have no idea if it's 'huge' change04:54
Eva-iflwang: but if users have created their own pipelines, they might be incompatible. But maybe it's possible to make this change compatible.04:54
flwangbut that's the ideal solution for me04:54
flwanguser have created their own pipelines? no04:55
flwangi don't think there is any user using zaqar and created a pipeline04:55
flwangand04:55
flwangour pipeline is not a plugin for end user, IMHO04:55
Eva-iflwang: I think I should read more about pipelines to be sure your way is good. I think I will check out how it's made in keystone..04:55
Eva-iflwang: from the code it feels like pipeline is set to accept plugins.04:57
*** GB21 has joined #openstack-zaqar04:57
Eva-iflwang: okay, I'm going to sleep now04:57
Eva-iflwang: thanks for today04:57
flwangEva-i: yes, for sure, otherwise, we won't have subscription plugin04:57
flwangi mean the notifier plugin04:58
flwangbut again, i don't think it's designed for end user04:58
Eva-iflwang: yes, it's designed for programmers and cloud admins.04:58
Eva-ii think04:59
flwangeven not cloud admins, at least based on my knowledge04:59
flwanggood night, i have to go04:59
*** rcernin|off has joined #openstack-zaqar05:15
*** ameade has quit IRC05:24
*** wxy has quit IRC05:25
*** aimeeu has quit IRC05:25
*** boris-42 has quit IRC05:25
*** zhiyan has quit IRC05:25
*** rcernin|off has quit IRC05:26
*** JAHoagie has quit IRC05:26
*** wxy has joined #openstack-zaqar05:28
*** aimeeu has joined #openstack-zaqar05:32
*** ameade has joined #openstack-zaqar05:32
*** wxy has quit IRC05:33
*** zhiyan has joined #openstack-zaqar05:33
*** boris-42 has joined #openstack-zaqar05:34
*** wxy has joined #openstack-zaqar05:35
*** JAHoagie has joined #openstack-zaqar05:54
*** pt_15 has quit IRC05:56
*** itisha has quit IRC06:00
*** GB21 has quit IRC06:03
*** wxy has quit IRC06:08
*** wxy has joined #openstack-zaqar06:11
*** rcernin|off has joined #openstack-zaqar06:14
*** GB21 has joined #openstack-zaqar06:19
*** rcernin|off is now known as rcernin06:21
*** GB21 has quit IRC06:42
*** GB21 has joined #openstack-zaqar07:00
*** pcaruana has joined #openstack-zaqar07:09
*** JAHoagie has quit IRC07:35
*** tesseract has joined #openstack-zaqar07:56
*** openstackgerrit has quit IRC08:03
*** openstackgerrit has joined #openstack-zaqar08:03
*** stanchan has joined #openstack-zaqar08:56
*** Ravikiran_K has joined #openstack-zaqar09:16
*** Ravikiran_K has quit IRC09:29
*** shu-mutou has quit IRC09:30
*** stanchan has quit IRC10:17
openstackgerritYatin Kumbhare proposed openstack/zaqar: Use is_valid_ipv4 from oslo.utils  https://review.openstack.org/32760111:11
*** GB21 has quit IRC11:37
*** mpanetta has joined #openstack-zaqar11:49
*** mpanetta has quit IRC11:53
*** GB21 has joined #openstack-zaqar11:57
*** GB21 has quit IRC12:16
*** wanghao has quit IRC12:20
*** wanghao has joined #openstack-zaqar12:20
*** itisha has joined #openstack-zaqar13:44
*** ametts has joined #openstack-zaqar13:49
*** JAHoagie has joined #openstack-zaqar13:58
*** JAHoagie has quit IRC14:04
*** mpanetta has joined #openstack-zaqar14:04
*** mpanetta has quit IRC14:09
*** GB21 has joined #openstack-zaqar14:11
*** GB21 has quit IRC14:21
*** wanghao has quit IRC14:41
*** pcaruana has quit IRC14:41
*** wanghao has joined #openstack-zaqar14:42
*** JAHoagie has joined #openstack-zaqar14:55
*** JAHoagie has quit IRC15:00
openstackgerritAlan Pevec proposed openstack/zaqar: Relocates cli options registration from bootstrap to server  https://review.openstack.org/32726815:30
*** tesseract has quit IRC15:30
*** rcernin has quit IRC15:32
*** GB21 has joined #openstack-zaqar15:33
*** srwilkers has joined #openstack-zaqar16:07
*** GB21 has quit IRC16:12
*** srwilkers has quit IRC16:23
*** JAHoagie has joined #openstack-zaqar16:47
*** srwilkers has joined #openstack-zaqar17:43
*** srwilkers has quit IRC17:51
*** srwilkers has joined #openstack-zaqar17:52
*** itisha has quit IRC18:02
*** itisha has joined #openstack-zaqar18:03
*** kgriffs has quit IRC18:07
*** mpanetta has joined #openstack-zaqar18:07
*** kgriffs has joined #openstack-zaqar18:07
*** mpanetta has quit IRC18:11
*** stanchan has joined #openstack-zaqar18:12
*** mpanetta has joined #openstack-zaqar18:16
*** mpanetta has quit IRC18:21
*** mpanetta has joined #openstack-zaqar18:22
*** tqtran has joined #openstack-zaqar18:24
*** srwilkers has quit IRC18:24
*** stanchan has quit IRC18:39
*** stevebaker has quit IRC18:55
*** stevebaker has joined #openstack-zaqar18:55
*** srwilkers has joined #openstack-zaqar18:58
*** srwilkers has quit IRC19:19
*** srwilkers has joined #openstack-zaqar19:20
*** srwilkers has quit IRC19:23
openstackgerritZane Bitter proposed openstack/zaqar-specs: Spec for Mistral Notifications  https://review.openstack.org/31820219:36
*** srwilkers has joined #openstack-zaqar19:50
*** srwilkers has quit IRC20:11
*** rcernin has joined #openstack-zaqar20:35
*** ametts has quit IRC20:52
*** mpanetta has quit IRC21:00
*** rcernin has quit IRC21:15
*** njohnston is now known as njohnston|afk21:49
openstackgerritSteve Linabery proposed openstack/zaqar: WIP: Relocates cli options registration from bootstrap to server  https://review.openstack.org/32726822:49
openstackgerritSteve Linabery proposed openstack/zaqar: Relocates cli options registration from bootstrap to server  https://review.openstack.org/32726822:53
*** davideagnello has joined #openstack-zaqar23:03
*** davideagnello has quit IRC23:04
openstackgerritFei Long Wang proposed openstack/zaqar: Add release notes  https://review.openstack.org/32670423:59

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