Friday, 2016-01-22

*** Yanyanhu has joined #senlin01:59
*** Tiancheng has joined #senlin02:30
openstackgerritMerged openstack/senlin: Updated from global requirements  https://review.openstack.org/27095302:43
*** dixiaoli has joined #senlin02:46
*** elynn has joined #senlin02:51
*** elynn has quit IRC02:57
*** Qiming has joined #senlin03:00
*** xuhaiwei has joined #senlin03:05
*** yuanying has quit IRC03:20
*** yuanying has joined #senlin03:21
openstackgerritMerged openstack/senlin: Remove useless test module  https://review.openstack.org/27004903:27
*** yuanying has quit IRC03:55
*** yuanying has joined #senlin03:57
openstackgerritYanyan Hu proposed openstack/senlin: Remove webhook test API from functional test  https://review.openstack.org/27113604:32
openstackgerritYanyan Hu proposed openstack/senlin: Remove webhook test API from functional test  https://review.openstack.org/27113604:33
openstackgerritMerged openstack/senlin: Remove a dead function in test case  https://review.openstack.org/27007604:50
Qiminghi04:51
Qimingany outstanding issues with senlinclient?04:51
Yanyanhushow nodes with detail still doesn't work in my env04:51
Yanyanhulet me update the code and test it again04:52
Yanyanhua minute04:52
Qimingokay04:52
QimingI have tested in my env, it worked04:52
Qimingpls help double check04:52
Yanyanhuok, cool04:52
Yanyanhuit works04:53
Qimingokay, no outstanding issues known so far, doing a release04:59
xuhaiweiwill make a new release?04:59
xuhaiweiseems fine04:59
Qimingyes, bumping to 0.3 directly05:00
Yanyanhuhi, Qiming, there are still a minor problem for lb_policy and I'm working on it. Will update the patch soon05:02
Qimingokay05:03
*** elynn has joined #senlin05:06
QimingYanyanhu, bug #1531082 is still there?05:08
openstackbug 1531082 in senlin "Cluster status kept in 'RESIZING' when scaling failed" [Undecided,New] https://launchpad.net/bugs/1531082 - Assigned to Yanyan Hu (yanyanhu)05:08
QimingI think it has been fixed, am I missing something?05:09
Yanyanhulet me check it05:09
YanyanhuYes, I recall it has been fixed05:09
*** elynn has quit IRC05:10
openstackgerritMerged openstack/senlin: Remove webhook test API from functional test  https://review.openstack.org/27113605:26
openstackgerritYanyan Hu proposed openstack/senlin: Fix two errors in functional test:  https://review.openstack.org/27067305:56
openstackgerritYanyan Hu proposed openstack/senlin: Further rework lb_policy  https://review.openstack.org/27058305:56
*** Tiancheng has quit IRC06:06
*** Yanyanhu has quit IRC06:10
*** Tiancheng has joined #senlin06:11
*** elynn has joined #senlin06:30
Qimingelynn, about the service table and apis06:39
Qimingis it modeled after heat and/or nova?06:39
elynnHi Qiming06:58
elynnheat and nova both have service table06:59
elynnbut columns are a little diffrent06:59
elynnIn heat, service haven't expose apis07:00
elynnbut nova have apis for service07:00
elynnAnd I don't add service apis in senile.07:02
Qimingit is not a user facing feature though07:03
Qimingwe don't have an upper layer scheduler or conductor, so adding an API is not needed07:03
QimingI'm a little bit concerned about the design07:04
elynnwhat's it?07:04
Qimingbasically, it means a very frequent DB interaction07:04
elynnQiming, yes, by default will update service record every 60s07:05
Qimingit is a equivalence to heartbeat07:05
Qimingor ... just a temporary workaround07:07
elynnAll the project which support to query the service status can't avoid this problem.07:08
QimingI don't have a problem merging it as a temporary solution07:08
Qimingeventually, we may need to migrate to something like a DLM07:08
Qimingsay, leveraging the tooz package07:09
QimingI'm reviewing the implementation now07:09
elynnQiming, yes, agree, I will keep an eye on DLM07:10
Qimingmaybe we can get this in07:10
Qimingbut we should really be cautious about anything that will depend on this feature07:10
Qimingwe need the freedom to deprecate it or to replace it with other alternatives at any time07:11
elynnem, I will be careful, currently I plan to use it for lock breaker07:15
Qimingokay, if it is just an internal implementation thing, fine07:17
elynnYes, no apis for it :)07:18
*** elynn_ has joined #senlin07:21
*** elynn_ has quit IRC07:21
*** elynn has quit IRC07:25
openstackgerritting wang proposed openstack/python-senlinclient: Add debug testenv in tox  https://review.openstack.org/26623107:28
*** elynn has joined #senlin07:37
*** elynn_ has joined #senlin07:49
*** elynn has quit IRC07:53
*** Tiancheng has quit IRC08:08
*** Tiancheng_ has joined #senlin08:08
openstackgerritYanyan Hu proposed openstack/senlin: Fix two errors in functional test:  https://review.openstack.org/27067309:06
openstackgerritYanyan Hu proposed openstack/senlin: Further rework lb_policy  https://review.openstack.org/27058309:06
openstackgerritQiming Teng proposed openstack/senlin: Fix two errors in functional test  https://review.openstack.org/27067309:15
openstackgerritMerged openstack/senlin: Add 'service' table in db  https://review.openstack.org/26736910:18
openstackgerritMerged openstack/senlin: Add db api for service table  https://review.openstack.org/26742510:19
openstackgerritMerged openstack/senlin: Add periodic task to report engine status  https://review.openstack.org/27068110:20
*** elynn_ has quit IRC10:22
*** Qiming has quit IRC10:37
*** elynn has joined #senlin11:00
*** Qiming has joined #senlin11:15
*** Tiancheng_ has quit IRC11:19
*** openstackgerrit has quit IRC11:47
*** openstackgerrit has joined #senlin11:48
openstackgerritMerged openstack/senlin: Rework lb policy  https://review.openstack.org/26467011:58
openstackgerritMerged openstack/senlin: Further rework lb_policy  https://review.openstack.org/27058311:58
openstackgerritMerged openstack/senlin: Fix two errors in functional test  https://review.openstack.org/27067311:58
openstackgerritMerged openstack/senlin: Method's default argument shouldn't be mutable  https://review.openstack.org/26905312:05
openstackgerritMerged openstack/senlin: Add senlin-manage service list/clean for engine status  https://review.openstack.org/27068212:05
openstackgerritQiming Teng proposed openstack/senlin: Added release notes for mitaka-2  https://review.openstack.org/27126212:11
*** openstackgerrit has quit IRC12:33
*** openstackgerrit has joined #senlin12:34
openstackgerritMerged openstack/senlin: Added release notes for mitaka-2  https://review.openstack.org/27126212:36
*** elynn has joined #senlin14:10
*** elynn has quit IRC14:23
*** elynn has joined #senlin14:24
*** elynn has quit IRC14:24
*** Qiming has quit IRC16:22
*** pratikmallya has joined #senlin16:26
-openstackstatus- NOTICE: Restarting zuul due to a memory leak17:51
*** pratikmallya has quit IRC19:16
*** pratikmallya has joined #senlin19:32
*** pratikmallya has quit IRC19:33

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