| *** Jeffrey4l has joined #senlin | 00:02 | |
| *** zhurong has joined #senlin | 01:13 | |
| *** ruijie has joined #senlin | 01:20 | |
| *** ruijie has quit IRC | 01:24 | |
| *** Guest14296 has joined #senlin | 01:26 | |
| Guest14296 | nick XueFeng | 01:27 |
|---|---|---|
| *** Guest14296 is now known as XueFeng | 01:28 | |
| *** fabian4 has joined #senlin | 01:30 | |
| *** fabian4 has quit IRC | 01:43 | |
| *** fabian4 has joined #senlin | 01:45 | |
| *** Jeffrey4l_ has joined #senlin | 01:51 | |
| *** Jeffrey4l has quit IRC | 01:53 | |
| *** yanyanhu has joined #senlin | 01:54 | |
| *** elynn has joined #senlin | 01:59 | |
| openstackgerrit | Merged openstack/senlin-dashboard master: Fix typo in senlin rest api https://review.openstack.org/429283 | 02:16 |
| openstackgerrit | Merged openstack/senlin-dashboard master: Use more readable toast message https://review.openstack.org/429284 | 02:17 |
| yanyanhu | hi, Qiming, happy new year. around? | 02:18 |
| openstackgerrit | Merged openstack/senlin-dashboard master: Cleanup unnecessary blank line https://review.openstack.org/429370 | 02:21 |
| wllabs | https://bugs.launchpad.net/senlin/+bug/1662048 | 02:32 |
| openstack | Launchpad bug 1662048 in senlin "restart senlin-engine don't delete the old mq queue" [Undecided,New] | 02:32 |
| wllabs | i report a bug | 02:32 |
| openstackgerrit | Merged openstack/senlin-dashboard master: Node Status should be translatable https://review.openstack.org/429376 | 02:33 |
| yanyanhu | wllabs, thanks a lot. So you mean the rabbit message queue used by dead engine will not be released after engine is killed? | 02:39 |
| wllabs | yes | 02:39 |
| wllabs | you can retry to restart senlin-engine many times | 02:41 |
| yanyanhu | I guess that should be considered as a bug of oslo service? | 02:41 |
| wllabs | and then look at the mq queue | 02:41 |
| yanyanhu | since the rpc server creation is done by oslo lib at background | 02:41 |
| wllabs | but nova don't have this problem | 02:41 |
| yanyanhu | oh, if so, we may don't use it correctly | 02:41 |
| wllabs | i don't know, you can analyze the code | 02:43 |
| yanyanhu | wllabs, thanks for reporting this bug, will check it :) | 02:44 |
| wllabs | thank you | 02:44 |
| openstackgerrit | Qiming Teng proposed openstack/senlin master: Update API-REF for the cluster-del-node API https://review.openstack.org/415664 | 02:47 |
| openstackgerrit | Qiming Teng proposed openstack/senlin master: Update API-REF for the cluster-del-node API https://review.openstack.org/415664 | 02:49 |
| yanyanhu | hi, Qiming, there? | 02:49 |
| XueFeng | hi wllabs | 03:27 |
| XueFeng | This is because we set it not auto_delete. You can query auto_delete set by `rabbitmqctl list_queues name auto_delete` | 03:28 |
| yanyanhu | XueFeng, I guess those queues will be reused by new created engine? | 03:29 |
| XueFeng | Think so | 03:31 |
| XueFeng | 03:32 | |
| yanyanhu | made some tests and looks so :) | 03:33 |
| XueFeng | Yes. It's not a bug. Just a strategy we choiced | 03:36 |
| XueFeng | Some real 12:07 < XueFeng> Yes. It's not a bug. Just a strategy we choiced | 03:37 |
| XueFeng | In some real [12:09] [XueFeng(+i)] [2:freenode/#senlin(+cnt)] [Act: 1] | 03:38 |
| XueFeng | [#senlin] In some real | 03:38 |
| yanyanhu | I see, will change the status of that bug report, thanks, XueFeng | 03:40 |
| XueFeng | Ok:) | 03:40 |
| *** zhurong has quit IRC | 04:04 | |
| XueFeng | hi,YanYan | 04:08 |
| yanyanhu | hi, XueFeng | 04:13 |
| XueFeng | Do some test and reseach about queue. We'd better do some change about it. | 04:14 |
| yanyanhu | XueFeng, you mean enable the auto_delete? | 04:15 |
| XueFeng | The name of queue is not same each time | 04:15 |
| yanyanhu | XueFeng, yes, uuid is appended I saw | 04:15 |
| XueFeng | self.target = oslo_messaging.Target(server=self.engine_id, topic=self.topic, version=self.version) | 04:16 |
| yanyanhu | hi, will leave for lunch, come back soon | 04:16 |
| XueFeng | ok | 04:16 |
| yanyanhu | hi, XueFeng lets talk about it later :) | 04:16 |
| yanyanhu | thanks | 04:16 |
| openstackgerrit | Merged openstack/senlin master: Fix node deletion logic https://review.openstack.org/427539 | 04:33 |
| *** zhurong has joined #senlin | 04:50 | |
| XueFeng | If we use default auto_delete=false, we'd better make the queue name is the same each time. | 05:09 |
| *** zhurong has quit IRC | 05:26 | |
| XueFeng | There are two persistences: message persistence and queue persistence. These two presistences | 05:38 |
| XueFeng | are not releated with this bug report. The report is about queue is not the same when we start a new engine. Even if we didn't set queue persistenc, the queue will be deleted until rabbitmq-server restarted. We can optimize it by set the same queue name or we can set auto_delete=false. | 05:38 |
| wllabs | if set auto_delete=true, whether it is empty does not matter. It would be deleted just as | 05:47 |
| wllabs | easily if it were not empty. | 05:47 |
| openstackgerrit | Yuanbin.Chen proposed openstack/senlin master: Fix node show detail image id error https://review.openstack.org/429509 | 05:47 |
| wllabs | if mq has message also id deleted? | 05:48 |
| wllabs | if mq has message also is deleted? | 05:48 |
| fabian4 | Hi, Qiming I was fix bug https://bugs.launchpad.net/senlin/+bug/1662053 https://review.openstack.org/#/c/429509/1/senlin/profiles/os/nova/server.py | 05:53 |
| openstack | Launchpad bug 1662053 in senlin "node-show -D image error" [Undecided,New] | 05:53 |
| fabian4 | Qiming, I want to add 'node-show' display volume message | 05:55 |
| *** AlexeyAbashkin has joined #senlin | 06:06 | |
| openstackgerrit | Yuanbin.Chen proposed openstack/senlin master: Add node show detail display volumes message https://review.openstack.org/429515 | 06:08 |
| wllabs | XueFeng, | 06:10 |
| XueFeng | hi wllabs | 06:11 |
| XueFeng | We can optimize it by set the same queue name or we can set auto_delete=false. | 06:12 |
| XueFeng | I think | 06:13 |
| wllabs | My colleague said neutron-dhcp-agent seems to have the same problem | 06:13 |
| XueFeng | Yes, some processes have the same problem | 06:14 |
| XueFeng | It not a big problem in most situation | 06:15 |
| wllabs | yes | 06:15 |
| XueFeng | But if this is a product environment | 06:15 |
| XueFeng | We'd better optimize it | 06:16 |
| XueFeng | You can help to confirm neutron-dhcp-agent Whether has its own recycling mechanis | 06:19 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin-dashboard master: Imported Translations from Zanata https://review.openstack.org/429520 | 06:20 |
| XueFeng | If not, also need optimize I think | 06:20 |
| *** AlexeyAbashkin has quit IRC | 06:21 | |
| yanyanhu | hi, XueFeng, maybe we should consider to set auto_delete to true since engine destroy and recreate should only happen occasionally | 06:33 |
| yanyanhu | so the deletion of queue won't cause too much overhead I guess | 06:34 |
| XueFeng | We can do this. But maybe keep queue name the same is better. Need more test about this. | 06:37 |
| yanyanhu | XueFeng, I see. Is there any way we can define the queue name to be used by engine? I saw an UUID suffix is appened | 06:40 |
| yanyanhu | I guess it is done by oslo lib? | 06:41 |
| openstackgerrit | Yuanbin.Chen proposed openstack/senlin master: Fix node show detail image id error https://review.openstack.org/429509 | 06:44 |
| *** ruijie_ has joined #senlin | 07:20 | |
| *** ruijie_ has quit IRC | 07:30 | |
| *** ruijie has joined #senlin | 07:32 | |
| ruijie | Hi,guys, have you met "VersionConflict" problem when using devstack | 07:34 |
| ruijie | raise VersionConflict(dist, req).with_context(dependent_req) | 07:34 |
| ruijie | VersionConflict: (packaging 16.7 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('packaging>=16.8')) | 07:34 |
| elynn | update all repos might solve it | 07:40 |
| *** AlexeyAbashkin has joined #senlin | 07:45 | |
| ruijie | elynn, I did update is : apt-get update and pip install --upgrade setuptools packaging | 07:48 |
| ruijie | but that doesn't work | 07:48 |
| *** XueFeng has quit IRC | 07:50 | |
| *** yuanbin has joined #senlin | 07:52 | |
| *** fabian4 has quit IRC | 07:52 | |
| *** ruijie has quit IRC | 07:57 | |
| elynn | Hi ruijie | 07:59 |
| elynn | Try set RECLONE=yes in local.conf ? | 07:59 |
| *** root____2 has joined #senlin | 08:00 | |
| root____2 | hi ruijie | 08:00 |
| *** root____2 is now known as XueFeng | 08:00 | |
| XueFeng | hi ruijie | 08:00 |
| XueFeng | I meet the familer problem. pip uninstall ** will ok | 08:01 |
| *** zhurong has joined #senlin | 08:03 | |
| *** ruijie has joined #senlin | 08:12 | |
| XueFeng | hi ruijie | 08:12 |
| openstackgerrit | OpenStack Release Bot proposed openstack/senlin master: Update reno for stable/ocata https://review.openstack.org/429559 | 08:13 |
| XueFeng | I met the familiar problem. Use `pip uninstall **` will ok | 08:14 |
| XueFeng | hi,YanYan.Sorry, just come back. Yes, also think it was done by oslo lib. | 08:16 |
| XueFeng | Maybe we only need chang the Target which we setted. | 08:17 |
| *** ruijie has quit IRC | 08:22 | |
| *** elynn has quit IRC | 08:43 | |
| *** elynn has joined #senlin | 08:45 | |
| openstackgerrit | Merged openstack/senlin master: Update reno for stable/ocata https://review.openstack.org/429559 | 08:47 |
| *** ruijie has joined #senlin | 09:00 | |
| ruijie | RECLONE=yes should solve this problem :) | 09:03 |
| ruijie | https://review.openstack.org/#/c/424865/ | 09:03 |
| openstackgerrit | Nam Nguyen Hoai proposed openstack/senlin master: Fix typo: "implments" -> "implements" https://review.openstack.org/429581 | 09:16 |
| openstackgerrit | Merged openstack/senlin-dashboard master: Imported Translations from Zanata https://review.openstack.org/429520 | 09:16 |
| *** ruijie has quit IRC | 09:41 | |
| *** yanyanhu has quit IRC | 09:54 | |
| *** zhurong has quit IRC | 09:56 | |
| *** AlexeyAbashkin has quit IRC | 09:57 | |
| openstackgerrit | Merged openstack/senlin master: Promote test speed of test__update_nodes_batch_policy https://review.openstack.org/429387 | 10:19 |
| *** zhurong has joined #senlin | 10:45 | |
| *** elynn has quit IRC | 12:50 | |
| *** elynn has joined #senlin | 12:53 | |
| *** catintheroof has joined #senlin | 13:03 | |
| *** Jeffrey4l_ has quit IRC | 13:32 | |
| *** Jeffrey4l_ has joined #senlin | 13:34 | |
| *** Jeffrey4l_ has quit IRC | 13:58 | |
| *** zhurong has quit IRC | 14:09 | |
| openstackgerrit | Liuqing Jing proposed openstack/senlin-dashboard master: Use type rather than type_name https://review.openstack.org/429287 | 14:35 |
| openstackgerrit | Liuqing Jing proposed openstack/senlin-dashboard master: Cluster status should be translatable https://review.openstack.org/429379 | 14:43 |
| *** Liuqing has joined #senlin | 15:37 | |
| *** Liuqing has quit IRC | 15:40 | |
| openstackgerrit | XueFeng Liu proposed openstack/senlin master: Revise create action when do cluster check https://review.openstack.org/421615 | 15:56 |
| *** Drago1 has joined #senlin | 15:58 | |
| openstackgerrit | XueFeng Liu proposed openstack/senlin master: Revise create action when do cluster check https://review.openstack.org/421615 | 16:22 |
| *** elynn has quit IRC | 19:01 | |
| *** elynn has joined #senlin | 19:02 | |
| *** Jeffrey4l has joined #senlin | 20:44 | |
| *** Drago1 has quit IRC | 20:47 | |
| *** Jeffrey4l has quit IRC | 20:49 | |
| *** Jeffrey4l has joined #senlin | 20:51 | |
| *** Drago1 has joined #senlin | 20:55 | |
| *** Jeffrey4l has quit IRC | 20:55 | |
| *** Jeffrey4l has joined #senlin | 20:56 | |
| *** Jeffrey4l has quit IRC | 20:57 | |
| *** Jeffrey4l has joined #senlin | 20:58 | |
| *** Jeffrey4l has quit IRC | 21:03 | |
| *** Jeffrey4l has joined #senlin | 21:06 | |
| *** Jeffrey4l has quit IRC | 21:11 | |
| *** Jeffrey4l has joined #senlin | 21:18 | |
| *** Jeffrey4l has quit IRC | 21:28 | |
| *** Jeffrey4l has joined #senlin | 21:36 | |
| *** Drago1 has quit IRC | 23:12 | |
| *** Drago1 has joined #senlin | 23:13 | |
| *** yuanbin has quit IRC | 23:34 | |
| *** yuanbin has joined #senlin | 23:42 | |
| *** catintheroof has quit IRC | 23:54 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!