*** ksheedlo-rax is now known as ksheedlo | 00:09 | |
openstackgerrit | wanghao proposed openstack/zaqar: "group" word should be used instead "pool" https://review.openstack.org/273931 | 01:25 |
---|---|---|
wanghao | flwang: ping | 01:30 |
wanghao | flwang: hi, I have changed this patch:https://review.openstack.org/#/c/273931/, as we discussed it in here, plz have a look if you're free. | 01:30 |
flwang | wanghao: no problem, thanks for the effort | 01:33 |
wanghao | flwang: Okay, no hurry, waiting jekins happy:) | 01:37 |
flwang | wanghao: wxy: today we discussed a good feature about subscription confirmation, if you guys are interested in, feel free to take it | 01:50 |
*** hparekh has quit IRC | 01:53 | |
wxy | flwang: sorry for absent. It was 6:00a.m. in China. | 01:54 |
wxy | flwang: I'll read the log soon | 01:54 |
flwang | wxy: cool | 01:56 |
wxy | flwang: It looks useful indeed to prevent abusing. | 02:04 |
wxy | flwang: Then what will happen if the subscriber doesn't have the response ability. | 02:06 |
wxy | flwang: This feature will only work for the subscribers who can confirm the request. right? | 02:08 |
*** flwang2 has joined #openstack-zaqar | 02:08 | |
flwang | wxy: i had the same question for webhook | 02:10 |
*** flwang1 has quit IRC | 02:10 | |
wxy | flwang: In SNS Doc, the first step is "Make sure your endpoint is ready to process Amazon SNS messages". | 02:11 |
flwang | yep | 02:11 |
flwang | wxy: that means the webhook/app should be able to handle the request from zaqar | 02:12 |
flwang | wxy: so personally, i suggest implement the email part first | 02:12 |
wxy | flwang: I'll read through the SNS guide doc later. | 02:13 |
flwang | wxy: thanks, could you pls register a bp and propose a spec? | 02:13 |
wxy | flwang: Yes, Email part is useful | 02:14 |
wxy | flwang: Sure. | 02:14 |
flwang | wxy: awesome, thanks | 02:14 |
wxy | flwang: BTW, Could you take a look at this: https://bugs.launchpad.net/zaqar/+bug/1548235 | 02:15 |
openstack | Launchpad bug 1548235 in zaqar "Zaqar return messages with a strange behavior" [Undecided,New] - Assigned to wangxiyuan (wangxiyuan) | 02:15 |
wxy | not sure it's a bug. | 02:15 |
wxy | if you have time. | 02:15 |
flwang | wxy: looking | 02:16 |
wxy | https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/messages.py#L279-L280 | 02:18 |
flwang | wxy: as for your bug report, i think it depends on the user cause | 02:19 |
flwang | s/cause/case | 02:19 |
flwang | no matter client-A or B, they're not the owner of the queue | 02:19 |
flwang | they're the client of the queue | 02:19 |
flwang | both of them can post/get messages from the queue, no matter the message posted by anybody | 02:19 |
flwang | a typical scenario is 2 workers post messages to the queue, messages are task requesters, then another several workers grab messages/tasks from the queue to execute the job | 02:21 |
wxy | I know. | 02:22 |
wxy | My doubt is that when I list the message with Client-A, why it returns messages which posted by Client-B | 02:22 |
wxy | by default | 02:23 |
wxy | Shouldn't return the message which posted by Clinet-A, or return all the messages from the queue. | 02:24 |
flwang | wxy: it return all the message from the queue | 02:25 |
flwang | anything wrong in your test? | 02:25 |
wxy | but actually not. | 02:26 |
wxy | https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/messages.py#L279-L280 | 02:26 |
*** flwang2 has quit IRC | 02:26 | |
flwang | wxy: good question, i need to review the design of echo | 02:27 |
flwang | to avoid confuse you :) | 02:27 |
wxy | if no echo . It only return the message which not equal the request Client-ID. | 02:27 |
wxy | Ok | 02:27 |
flwang | i thnk it's related to the design of echo, not generally image get | 02:27 |
wanghao | flwang: sorry, left for a while, I will read log too and work with wxy. | 02:28 |
flwang | wxy: generally, client-id is used to avoid the message is collecting by the same app/worker | 02:30 |
flwang | so if the echo=true, that means the image get can get all message including sent by itself | 02:32 |
flwang | wxy: so can you reword your question? | 02:33 |
wxy | flwang: Got it. And what about echo=False? | 02:33 |
flwang | wxy: if echo=False, that means if the worker send request to get messages, then it shouldn't get messages sent by itself | 02:33 |
openstackgerrit | wanghao proposed openstack/zaqar: "group" word should be used instead "pool" https://review.openstack.org/273931 | 02:33 |
wxy | flwang: hmm, Then is there a way to get messages sent by itself? | 02:34 |
wxy | is there a way to get the messages only sent by itself | 02:35 |
flwang | wxy: set echo=True | 02:35 |
flwang | echo means '回声', means you can hear your sound :D | 02:35 |
wxy | "Echo=True" returned not only itself but also other Client-ID | 02:36 |
flwang | wxy: oh, you're asking 'only' itself message? | 02:36 |
flwang | why? | 02:36 |
flwang | i don't understand the requirement | 02:36 |
flwang | you send the messages, you collect them again? | 02:36 |
flwang | you send the message, basically means you know what happened | 02:37 |
wxy | flwang: Oh, I understand. | 02:37 |
flwang | it's not necessary to collect them again | 02:37 |
wxy | flwang: You're right. | 02:37 |
wxy | flwang: Thanks!!! | 02:38 |
flwang | wxy: welcome :) | 02:38 |
*** achanda has joined #openstack-zaqar | 02:41 | |
*** wanghao has quit IRC | 02:53 | |
*** wanghao has joined #openstack-zaqar | 02:53 | |
openstackgerrit | Merged openstack/zaqar: Add zaqar tempest plugin https://review.openstack.org/282074 | 02:57 |
*** GB21 has quit IRC | 03:02 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Fix the TTL issue of subscriptions for MongoDB https://review.openstack.org/270464 | 03:19 |
openstackgerrit | wanghao proposed openstack/zaqar: "group" word should be used instead "pool" https://review.openstack.org/273931 | 03:21 |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Support metadata update issue for v1.1 and v2 https://review.openstack.org/280941 | 03:27 |
*** GB21 has joined #openstack-zaqar | 04:33 | |
*** GB21 has quit IRC | 04:49 | |
*** GB21 has joined #openstack-zaqar | 04:49 | |
*** GB21 has quit IRC | 05:41 | |
*** GB21 has joined #openstack-zaqar | 05:41 | |
*** jtomasek has joined #openstack-zaqar | 05:51 | |
*** GB21 has quit IRC | 05:55 | |
*** GB21 has joined #openstack-zaqar | 05:55 | |
*** exploreshaifali has joined #openstack-zaqar | 05:56 | |
*** GB21 has quit IRC | 06:21 | |
*** GB21 has joined #openstack-zaqar | 06:24 | |
*** GB21 has quit IRC | 06:47 | |
*** GB21 has joined #openstack-zaqar | 06:47 | |
*** jtomasek has quit IRC | 07:15 | |
*** shu-mutou has quit IRC | 07:16 | |
*** shu-mutou has joined #openstack-zaqar | 07:17 | |
*** GB21 has quit IRC | 07:38 | |
*** achanda has quit IRC | 07:49 | |
*** boris-42 has quit IRC | 07:54 | |
*** pcaruana has joined #openstack-zaqar | 07:59 | |
*** pcaruana is now known as pcaruana|afk| | 08:08 | |
*** pcaruana|afk| is now known as pcaruana | 08:08 | |
*** GB21 has joined #openstack-zaqar | 08:23 | |
*** dynarro has joined #openstack-zaqar | 08:40 | |
*** wanghao has quit IRC | 08:52 | |
*** wanghao has joined #openstack-zaqar | 08:53 | |
*** wxy has quit IRC | 09:09 | |
*** shu-mutou is now known as shu-mutou-AFK | 09:11 | |
openstackgerrit | wangxiyuan proposed openstack/zaqar: Fix the tempet test error https://review.openstack.org/283466 | 09:18 |
openstackgerrit | wangxiyuan proposed openstack/zaqar: Fix the tempest test error https://review.openstack.org/283466 | 09:20 |
*** achanda has joined #openstack-zaqar | 09:22 | |
*** wxy has joined #openstack-zaqar | 09:24 | |
*** achanda has quit IRC | 09:27 | |
*** exploreshaifali has quit IRC | 09:40 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Fix cross-transport error handler https://review.openstack.org/282338 | 10:19 |
*** exploreshaifali has joined #openstack-zaqar | 10:20 | |
*** jtomasek_ has joined #openstack-zaqar | 10:36 | |
*** itisha has quit IRC | 10:39 | |
*** exploreshaifali has quit IRC | 11:14 | |
*** AAzza has quit IRC | 11:19 | |
*** AAzza has joined #openstack-zaqar | 11:20 | |
*** achanda has joined #openstack-zaqar | 11:25 | |
*** achanda has quit IRC | 11:31 | |
*** AAzza has quit IRC | 11:37 | |
*** AAzza has joined #openstack-zaqar | 11:41 | |
*** GB21 has quit IRC | 11:45 | |
*** AAzza has quit IRC | 12:10 | |
*** AAzza has joined #openstack-zaqar | 12:13 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Catch NoPoolFound on queue list on websocket API https://review.openstack.org/283184 | 12:47 |
*** ryansb has quit IRC | 12:48 | |
*** fesp has joined #openstack-zaqar | 12:49 | |
*** exploreshaifali has joined #openstack-zaqar | 12:49 | |
*** fesp has quit IRC | 12:51 | |
*** ryansb has joined #openstack-zaqar | 12:51 | |
*** ryansb has quit IRC | 12:51 | |
*** ryansb has joined #openstack-zaqar | 12:51 | |
*** fesp has joined #openstack-zaqar | 12:54 | |
*** fesp has quit IRC | 13:05 | |
*** exploreshaifali has quit IRC | 13:10 | |
*** achanda has joined #openstack-zaqar | 13:28 | |
*** achanda has quit IRC | 13:33 | |
*** amitgandhinz has joined #openstack-zaqar | 13:35 | |
*** amitgandhinz has quit IRC | 13:39 | |
*** amitgandhinz has joined #openstack-zaqar | 13:39 | |
*** pcaruana has quit IRC | 14:02 | |
*** achanda has joined #openstack-zaqar | 14:31 | |
*** achanda has quit IRC | 14:35 | |
*** sriram has joined #openstack-zaqar | 14:41 | |
*** sriram has quit IRC | 14:42 | |
*** sriram has joined #openstack-zaqar | 14:42 | |
*** sriram has quit IRC | 14:43 | |
*** sriram has joined #openstack-zaqar | 14:44 | |
*** GB21 has joined #openstack-zaqar | 15:00 | |
Eva-i | therve: hello, can you help me to mock instance variable? See my last comment in this patch: https://review.openstack.org/#/c/283184 | 15:01 |
Eva-i | therve: please | 15:06 |
*** GB21 has quit IRC | 15:07 | |
*** wanghao has quit IRC | 15:08 | |
*** wanghao has joined #openstack-zaqar | 15:08 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/zaqar: Updated from global requirements https://review.openstack.org/283621 | 15:08 |
*** pcaruana has joined #openstack-zaqar | 15:18 | |
*** pcaruana has quit IRC | 15:20 | |
*** pcaruana has joined #openstack-zaqar | 15:21 | |
*** pcaruana|afk| has joined #openstack-zaqar | 15:21 | |
*** pcaruana|afk| has quit IRC | 15:29 | |
*** pcaruana has quit IRC | 15:37 | |
*** pcaruana has joined #openstack-zaqar | 15:49 | |
*** kgriffs|afk is now known as kgriffs | 15:53 | |
*** kgriffs is now known as kgriffs|afk | 16:12 | |
*** kgriffs|afk is now known as kgriffs | 16:14 | |
*** achanda has joined #openstack-zaqar | 16:33 | |
*** achanda has quit IRC | 16:38 | |
*** GB21 has joined #openstack-zaqar | 16:44 | |
*** kgriffs is now known as kgriffs|afk | 16:49 | |
*** kgriffs|afk is now known as kgriffs | 16:52 | |
*** kgriffs is now known as kgriffs|afk | 16:58 | |
*** malini has joined #openstack-zaqar | 17:01 | |
*** kgriffs|afk is now known as kgriffs | 17:02 | |
*** malini1 has joined #openstack-zaqar | 17:04 | |
*** malini has quit IRC | 17:06 | |
*** kgriffs is now known as kgriffs|afk | 17:08 | |
*** kgriffs|afk is now known as kgriffs | 17:13 | |
*** csoukup has joined #openstack-zaqar | 17:13 | |
*** kgriffs is now known as kgriffs|afk | 17:15 | |
*** kgriffs|afk is now known as kgriffs | 17:22 | |
*** kgriffs is now known as kgriffs|afk | 17:24 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Catch NoPoolFound on queue list on websocket API https://review.openstack.org/283184 | 17:25 |
*** achanda has joined #openstack-zaqar | 17:35 | |
*** GB21 has quit IRC | 17:37 | |
*** achanda has quit IRC | 17:40 | |
*** amitgandhinz has quit IRC | 17:43 | |
*** amitgandhinz has joined #openstack-zaqar | 17:44 | |
*** dynarro has quit IRC | 17:46 | |
*** mpanetta has joined #openstack-zaqar | 17:53 | |
*** kgriffs|afk is now known as kgriffs | 17:53 | |
*** kgriffs is now known as kgriffs|afk | 17:57 | |
*** kgriffs|afk is now known as kgriffs | 17:57 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Catch NoPoolFound on queue list on websocket API https://review.openstack.org/283184 | 18:01 |
*** mpanetta has quit IRC | 18:01 | |
*** kgriffs is now known as kgriffs|afk | 18:03 | |
*** achanda has joined #openstack-zaqar | 18:07 | |
*** amitgandhinz has quit IRC | 18:10 | |
*** achanda has quit IRC | 18:10 | |
*** amitgandhinz has joined #openstack-zaqar | 18:10 | |
*** kgriffs|afk is now known as kgriffs | 18:17 | |
*** mpanetta has joined #openstack-zaqar | 18:22 | |
*** mpanetta has quit IRC | 18:26 | |
*** kgriffs is now known as kgriffs|afk | 18:26 | |
*** kgriffs|afk is now known as kgriffs | 18:31 | |
*** achanda has joined #openstack-zaqar | 18:37 | |
*** kgriffs is now known as kgriffs|afk | 18:41 | |
*** achanda has quit IRC | 18:45 | |
*** achanda has joined #openstack-zaqar | 18:51 | |
*** kgriffs|afk is now known as kgriffs | 18:55 | |
*** mpanetta has joined #openstack-zaqar | 18:57 | |
*** kgriffs is now known as kgriffs|afk | 18:59 | |
*** mpanetta has quit IRC | 19:02 | |
*** kgriffs|afk is now known as kgriffs | 19:05 | |
*** kgriffs is now known as kgriffs|afk | 19:06 | |
*** kgriffs|afk is now known as kgriffs | 19:08 | |
*** kgriffs is now known as kgriffs|afk | 19:12 | |
*** kgriffs|afk is now known as kgriffs | 19:27 | |
*** kgriffs is now known as kgriffs|afk | 19:38 | |
*** kgriffs|afk is now known as kgriffs | 20:04 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Fix arguments order in error_response (Websocket) https://review.openstack.org/283773 | 20:06 |
*** itisha has joined #openstack-zaqar | 20:12 | |
*** flwang has quit IRC | 20:31 | |
*** flwang has joined #openstack-zaqar | 20:35 | |
*** amitgandhinz has quit IRC | 20:49 | |
*** amitgandhinz has joined #openstack-zaqar | 20:50 | |
*** jtomasek_ has quit IRC | 20:51 | |
openstackgerrit | Merged openstack/zaqar: Fix cross-transport error handler https://review.openstack.org/282338 | 20:54 |
*** amitgandhinz has quit IRC | 20:55 | |
*** amitgandhinz has joined #openstack-zaqar | 20:56 | |
flwang | flaper87: ryansb: vkmc: ping | 20:57 |
flwang | i'm going to create a metering middleware for zaqar, and i'm wondering if i should put it in zaqar tree, like under 'contrib' | 20:58 |
flwang | thoughts? | 20:58 |
*** mpanetta has joined #openstack-zaqar | 21:06 | |
*** malini1 has quit IRC | 21:09 | |
*** mpanetta has quit IRC | 21:10 | |
flaper87 | flwang: mmh, what kind of middleware? | 21:13 |
flaper87 | As in, is that something that should go into oslo.middleware? | 21:13 |
flaper87 | are other projects using it? | 21:14 |
flwang | flaper87: you know, there is no api request metering project in openstack | 21:14 |
flwang | and most of the common way for messaging billing, it's the api request number | 21:15 |
flwang | so we need a way to calculate the api request number of zaqar | 21:15 |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Catch NoPoolFound on resource listing in transport https://review.openstack.org/283184 | 21:16 |
*** boris-42 has joined #openstack-zaqar | 21:18 | |
ryansb | flwang: can we deduce that from logging? | 21:25 |
ryansb | e.g. have something consume log | 21:25 |
ryansb | *our logs | 21:25 |
*** mpanetta has joined #openstack-zaqar | 21:26 | |
*** mpanetta has quit IRC | 21:30 | |
flwang | ryansb: that's a good point | 21:42 |
flwang | ryansb: it can avoid impacting the performance | 21:43 |
ryansb | Also, I feel like us implementing a billing solution is asking for bad times | 21:43 |
ryansb | can we push these metrics to ceilometer? | 21:44 |
flwang | ryansb: it's our company internal task :) | 21:44 |
flwang | ryansb: but I would like to upstream it if it's useful for others | 21:44 |
flwang | ryansb: ceilometer may be not able to get the api request numbers | 21:45 |
*** kgriffs is now known as kgriffs|afk | 21:51 | |
ryansb | could you not send them as a metric? | 21:59 |
ryansb | and have ceilometer give you the count? | 22:00 |
*** sriram has quit IRC | 22:01 | |
flwang | ryansb: you mean grab the log, calculate the api request number and post the metric to ceilometer? | 22:04 |
ryansb | so it would work best if you have some kind of log aggregation | 22:06 |
ryansb | so you could use the log aggregation system to do daily counts | 22:06 |
ryansb | I dunno though | 22:07 |
flwang | ryansb: it's an option, i will investigate zaqar's log format, thanks for the feedback | 22:08 |
Eva-i | flwang: while investigating zaqar's log format please see what can be improved in it. Because it's better to implement log parsing only after we sure our logging format is well established. For example, logging of requests in websocket transport and in wsgi transport differs. | 22:13 |
Eva-i | flwang: I mean we might want to make websocket transport requests logging mostly similar to wsgi transport requests logging. | 22:14 |
Eva-i | flwang: also hello | 22:14 |
flwang | Eva-i: haha :) | 22:19 |
flwang | thanks for the suggestion | 22:19 |
openstackgerrit | Merged openstack/zaqar-ui: Enable auto discovery https://review.openstack.org/281525 | 22:24 |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Fix validation in websocket unit tests https://review.openstack.org/283838 | 22:33 |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Catch NoPoolFound on resource listing in transport https://review.openstack.org/283184 | 22:54 |
*** davideagnello has quit IRC | 22:58 | |
*** pcaruana has quit IRC | 22:58 | |
*** cpallares has quit IRC | 22:58 | |
*** mdnadeem has quit IRC | 22:58 | |
*** shu-mutou-AFK has quit IRC | 22:58 | |
*** flwang has quit IRC | 22:58 | |
*** csoukup has quit IRC | 22:58 | |
*** ksheedlo has quit IRC | 22:58 | |
*** eliqiao_ has quit IRC | 22:58 | |
*** vipul- has quit IRC | 22:58 | |
*** bradjones has quit IRC | 22:58 | |
*** godlike has quit IRC | 22:58 | |
*** boris-42 has quit IRC | 22:58 | |
*** itisha has quit IRC | 22:58 | |
*** wanghao has quit IRC | 22:58 | |
*** AAzza has quit IRC | 22:58 | |
*** wxy has quit IRC | 22:58 | |
*** ameade has quit IRC | 22:58 | |
*** zigo has quit IRC | 22:58 | |
*** mtreinish has quit IRC | 22:58 | |
*** njohnston has quit IRC | 22:58 | |
*** david_cu has quit IRC | 22:58 | |
*** EmilienM has quit IRC | 22:58 | |
*** flaper87 has quit IRC | 22:58 | |
*** kgriffs|afk has quit IRC | 22:58 | |
*** vkmc has quit IRC | 22:58 | |
*** Eva-i has quit IRC | 22:58 | |
*** jasondotstar has quit IRC | 22:58 | |
*** zhiyan has quit IRC | 22:58 | |
*** lane_kong has quit IRC | 22:58 | |
*** lane_kong has joined #openstack-zaqar | 23:00 | |
*** zhiyan has joined #openstack-zaqar | 23:00 | |
*** jasondotstar has joined #openstack-zaqar | 23:00 | |
*** mdnadeem has joined #openstack-zaqar | 23:00 | |
*** cpallares has joined #openstack-zaqar | 23:00 | |
*** pcaruana has joined #openstack-zaqar | 23:00 | |
*** godlike has joined #openstack-zaqar | 23:00 | |
*** bradjones has joined #openstack-zaqar | 23:00 | |
*** vipul- has joined #openstack-zaqar | 23:00 | |
*** eliqiao_ has joined #openstack-zaqar | 23:00 | |
*** ksheedlo has joined #openstack-zaqar | 23:00 | |
*** csoukup has joined #openstack-zaqar | 23:00 | |
*** flwang has joined #openstack-zaqar | 23:00 | |
*** vkmc has joined #openstack-zaqar | 23:00 | |
*** kgriffs|afk has joined #openstack-zaqar | 23:00 | |
*** flaper87 has joined #openstack-zaqar | 23:00 | |
*** EmilienM has joined #openstack-zaqar | 23:00 | |
*** boris-42 has joined #openstack-zaqar | 23:01 | |
*** itisha has joined #openstack-zaqar | 23:01 | |
*** wanghao has joined #openstack-zaqar | 23:01 | |
*** AAzza has joined #openstack-zaqar | 23:01 | |
*** wxy has joined #openstack-zaqar | 23:01 | |
*** ameade has joined #openstack-zaqar | 23:01 | |
*** zigo has joined #openstack-zaqar | 23:01 | |
*** mtreinish has joined #openstack-zaqar | 23:01 | |
*** njohnston has joined #openstack-zaqar | 23:01 | |
*** davideagnello has joined #openstack-zaqar | 23:01 | |
*** Eva-i has joined #openstack-zaqar | 23:02 | |
*** shu-mutou-AFK has joined #openstack-zaqar | 23:03 | |
*** david_cu has joined #openstack-zaqar | 23:03 | |
*** wxy has quit IRC | 23:04 | |
*** david_cu has quit IRC | 23:07 | |
*** exploreshaifali has joined #openstack-zaqar | 23:08 | |
*** exploreshaifali has quit IRC | 23:08 | |
*** david_cu has joined #openstack-zaqar | 23:09 | |
*** csoukup has quit IRC | 23:31 | |
*** wxy has joined #openstack-zaqar | 23:43 | |
*** amitgandhinz has quit IRC | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!