Friday, 2016-05-27

wanghaoEva-i: ping01:23
Eva-iwanghao: pong01:23
wanghaoEva-i: send you a pm :)01:24
*** mpanetta has quit IRC01:26
wanghaoflwang: Fei Long, I plan to commit the first patch about the subscription confirmation, I think we have enough discussion about the email way.01:30
wanghaoflwang: what you think?01:30
flwangwanghao: i think wxy has already submit patches01:34
wanghaoflwang: wow, okay, I'll talked with him to allocate the work.01:37
flwangwanghao: https://review.openstack.org/#/c/316601/01:38
wanghaoflwang: yeah, got it.01:39
Eva-iflwang: have you fixed this bug: https://bugs.launchpad.net/zaqar/+bug/1553834 by this patch: https://review.openstack.org/#/c/317134/ ? :o01:41
openstackEva-i: Error: malone bug 1553834 not found01:41
flwangEva-i: i think so, can you help verify?01:46
flwangbtw, you found it on mitaka, right?01:46
Eva-iflwang: yes01:46
Eva-iflwang: okay, I'll try to veryfy it tomorrow.01:47
flwangEva-i: awesome, thanks01:48
wanghaoflwang, Eva-i: FYI, I saw the test is fail when running "tox -e py34 TestMessagesMongoDBPooled" since copy.copy(conf) in M.01:50
wanghaoflwang, Eva-i: But I can't reproduce it by 'curl' way...01:52
openstackgerritwanghao proposed openstack/zaqar-specs: Subscription confirmation support  https://review.openstack.org/28455502:09
wanghaoflwang, wxy: Spec of subscription confirmation has been updated, plz have a look.02:11
flwangwanghao: cool, will take a look later02:14
wanghaoflwang: thanks02:21
*** mdnadeem_ has quit IRC02:27
openstackgerritMerged openstack/zaqar: Replace tempest-lib with tempest.lib  https://review.openstack.org/29972702:27
*** kgriffs has quit IRC02:30
Kevin_Zhengthat one finally got merged02:30
*** kgriffs has joined #openstack-zaqar02:32
*** openstackgerrit has quit IRC02:36
*** openstackgerrit has joined #openstack-zaqar02:42
*** openstackgerrit has quit IRC02:56
-openstackstatus- NOTICE: Gerrit is going offline briefly to check possible filesystem corruption03:03
*** ChanServ changes topic to "Gerrit is going offline briefly to check possible filesystem corruption"03:03
*** openstackgerrit has joined #openstack-zaqar03:18
openstackgerritwangxiyuan proposed openstack/zaqar: (test)Support Tempest test as gate job  https://review.openstack.org/32073703:20
*** 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"03:22
-openstackstatus- NOTICE: after a quick check, gerrit and its filesystem have been brought back online and should be working again03:22
flwangwanghao: wxy: ping03:37
wxyflwang: here03:38
wanghaoflwang: pong03:38
flwangi have a question about the rest api impact #2 https://review.openstack.org/#/c/284555/14/specs/newton/subscription-confirmation-support.rst03:38
flwangi'm trying to figure out why do we have to add the /send_confirm03:38
flwangso based on my understanding, /confirm is used to send by user to confirm the subscription03:40
wxyyes03:40
wanghaoflwang: send_confirm is for user who creat the subscription.03:41
flwangto send the confirmation request to the subscriber again?03:41
wanghaoflwang: yes, for retrying03:42
flwangif so, why don't just get rid of it03:42
flwangoh, wait, let me think03:42
wanghaoflwang: even using email, subscriber may miss this email, so user can send the confirmation again after a time waiting.03:43
flwangso based on my understanding, this api is mostly called by the dashboard, right?03:43
flwangwith a button or hyperlink?03:43
wanghaoflwang: yes,03:43
flwangso can we do something like this?03:44
wxyflwang: I suppose so.03:44
flwangjust try to post the subscription info again03:44
flwangif we found the subsriber has been existing and the confirm status is NO, then send the confirm request again?03:45
wxythinking03:45
wanghaoflwang: right, just post the request again, same context, maybe just sending time is changed.03:45
flwangTBH, this endpoint is a little bit weird for me, though it makes sense03:45
flwangwanghao: we can check it before saving it to DB03:45
flwangand we are doing it right now03:46
flwangto avoid duplicate subscriber03:46
flwangif we found it's confirmed, then do nothing03:46
wanghaoflwang: yes03:46
flwangbtw, does SNS has a similar api like that?03:47
wxyif we found it's confirmed,  we should raise duplicate error.03:47
wanghaoSNS have a button named 'request confirmations'03:47
wanghaoThat will send confirmation again for unconfirmed subscription.03:48
flwangwxy: it's ok for me :)03:48
flwangwanghao: can you see the js code?03:48
wxywanghao: Is it a new endpoint?03:49
flwangwxy: anyway, we can avoid that api03:49
wxysounds ok, I need time to think more.03:53
flwangwxy: cool03:55
wanghaoflwang: I check the js code, feel not a new endpoint03:58
flwangwanghao: can you paste the code?03:59
wanghaoflwang: okay. wait mintues03:59
wanghaoflwang, wxy: See this paste: paste.openstack.org/show/505805/04:12
flwangwanghao: seems i'm correct :)04:14
wanghaoflwang, wxy: there're the js requests to SNS, they're same between subscribe first and request again.04:14
wanghaoflwang: Yes, we didn't need a new endpoint04:14
wanghaoflwang: we need this function, but no new endpoint.04:15
wanghaoflwang: if user create a same subscription, zaqar will check it and if it's unconfirmed yet, will send the confirmation request again.04:16
flwangwanghao: exactly04:22
flwangwanghao: so can you update the spec?04:22
flwangafter that, i think it's good to go04:22
wanghaoflwang: no problem04:22
flwangwanghao: and again, we should be very careful about this api design04:22
flwangsince it will be hard to change04:22
flwangwxy must know some story of glance :)04:23
wanghaoflwang: emm agree with you, we should discuss it more carefully.04:23
wanghaoflwang, wxy: hahaha, yes...04:23
flwangall the details can be improved later04:23
flwangwanghao: besides, it would be nice if you can compate the api between sns and our new api04:24
flwangabout this feature04:24
flwangs/compate/compare04:24
flwangand add it in the spec04:24
flwangit would be nice for all the reviewers04:24
wanghaoflwang: sure, I will add a section for this.04:25
flwangwanghao: awesome, that would be cool04:28
wanghaoflwang: :)04:30
*** adu has joined #openstack-zaqar04:37
*** flwang1 has quit IRC04:56
*** mdnadeem has joined #openstack-zaqar05:02
*** shu-mutou-AFK is now known as shu-mutou05:02
*** adu has quit IRC05:20
*** rcernin has joined #openstack-zaqar06:04
openstackgerritwangxiyuan proposed openstack/zaqar: (test)Support Tempest test as gate job  https://review.openstack.org/32073706:10
*** rcernin has quit IRC06:15
*** rcernin has joined #openstack-zaqar06:20
-openstackstatus- NOTICE: zuul required a restart due to network outages. If your change is not listed on http://status.openstack.org/zuul/ and is missing results, please issue a 'recheck'.07:14
*** tesseract has joined #openstack-zaqar07:36
*** flwang1 has joined #openstack-zaqar09:01
openstackgerritwangxiyuan proposed openstack/zaqar: (test)Support Tempest test as gate job  https://review.openstack.org/32073709:16
*** openstackgerrit has quit IRC10:47
*** openstackgerrit has joined #openstack-zaqar10:48
*** shu-mutou is now known as shu-mutou-AFK11:07
*** openstackgerrit has quit IRC11:47
*** openstackgerrit has joined #openstack-zaqar11:48
*** exploreshaifali has joined #openstack-zaqar12:13
*** openstackgerrit has quit IRC12:48
*** openstackgerrit has joined #openstack-zaqar12:48
*** Eva-i has quit IRC13:41
*** exploreshaifali has quit IRC13:42
*** itisha has joined #openstack-zaqar13:56
*** Ravikiran_K has joined #openstack-zaqar14:09
*** openstackgerrit has quit IRC14:18
*** openstackgerrit has joined #openstack-zaqar14:18
*** wxy has quit IRC14:30
*** pt_15 has joined #openstack-zaqar14:36
*** tesseract has quit IRC15:11
*** rcernin has quit IRC15:24
*** pt_15 has quit IRC16:46
*** tqtran has joined #openstack-zaqar17:27
*** Eva-i has joined #openstack-zaqar18:44
*** openstack has joined #openstack-zaqar21:42
openstackgerritFei Long Wang proposed openstack/zaqar: Init commit to add API ref in tree  https://review.openstack.org/32134421:53

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