*** xiangxinyong has quit IRC | 01:05 | |
*** xiangxinyong has joined #openstack-karbor | 01:25 | |
*** zengyingzhe has quit IRC | 01:26 | |
*** zengyingzhe has joined #openstack-karbor | 01:28 | |
*** zhurong has joined #openstack-karbor | 01:30 | |
*** TommyLikeHu has quit IRC | 02:36 | |
*** TommyLikeHu has joined #openstack-karbor | 02:36 | |
openstackgerrit | chenying proposed openstack/karbor: Fix the error about the CA certificate parameters for Keystone clients https://review.openstack.org/396981 | 03:04 |
---|---|---|
openstackgerrit | chenying proposed openstack/karbor: Add a user_id field for resource plan https://review.openstack.org/391595 | 03:14 |
*** yamamot__ has joined #openstack-karbor | 03:26 | |
*** zhurong has quit IRC | 04:37 | |
*** zhurong has joined #openstack-karbor | 05:33 | |
*** yamamot__ has quit IRC | 05:45 | |
*** leon_wang has quit IRC | 06:09 | |
openstackgerrit | Merged openstack/karbor: cross platform support https://review.openstack.org/396463 | 06:25 |
*** yinwei_computer has quit IRC | 06:26 | |
openstackgerrit | pawnesh kumar proposed openstack/karbor: Enable translations https://review.openstack.org/391944 | 06:31 |
openstackgerrit | xiangxinyong proposed openstack/karbor: Add checkpoint_records table of db https://review.openstack.org/368599 | 06:32 |
*** chenying_ has quit IRC | 06:33 | |
*** yamamot__ has joined #openstack-karbor | 06:35 | |
openstackgerrit | xiangxinyong proposed openstack/karbor: Add versioned object of checkpoint_records table https://review.openstack.org/368872 | 06:35 |
openstackgerrit | zhangshuai proposed openstack/karbor: Extract public function https://review.openstack.org/378222 | 06:42 |
*** oshidoshi has joined #openstack-karbor | 06:48 | |
*** chenying has joined #openstack-karbor | 06:52 | |
*** yuval has joined #openstack-karbor | 07:02 | |
*** yamamot__ has quit IRC | 07:08 | |
*** yamamot__ has joined #openstack-karbor | 07:11 | |
*** TommyLikeHu has quit IRC | 07:28 | |
*** TommyLikeHu has joined #openstack-karbor | 07:28 | |
*** yamamot__ has quit IRC | 07:36 | |
*** dimak has joined #openstack-karbor | 07:39 | |
*** yamamot__ has joined #openstack-karbor | 07:42 | |
*** c00281451 has joined #openstack-karbor | 07:46 | |
*** yamamot__ has quit IRC | 07:55 | |
*** yamamot__ has joined #openstack-karbor | 07:56 | |
*** saggi has joined #openstack-karbor | 07:59 | |
*** lihi has joined #openstack-karbor | 08:18 | |
*** lihi has quit IRC | 08:30 | |
*** lihi has joined #openstack-karbor | 08:45 | |
openstackgerrit | yinwei proposed openstack/karbor: Replicate: add a blue print to describe the idea to support replication; https://review.openstack.org/397072 | 09:20 |
*** yinwei_computer has joined #openstack-karbor | 09:21 | |
yinwei_computer | hi guys | 09:22 |
yinwei_computer | I have committed a replicate bp for review | 09:22 |
yinwei_computer | pls. take a look at it | 09:23 |
openstackgerrit | zengchen proposed openstack/karbor: Optimize time trigger: fix swapping out execution control of green thread https://review.openstack.org/372191 | 09:25 |
*** zhurong has quit IRC | 09:34 | |
*** yamamot__ has quit IRC | 09:36 | |
*** yamamoto has joined #openstack-karbor | 09:36 | |
*** yamamoto has quit IRC | 09:38 | |
*** c00281451 is now known as zengchen | 09:44 | |
zengchen | yuval:ping | 09:44 |
yuval | zengchen: ping | 09:46 |
zengchen | yuval:I have udpated the patch(https://review.openstack.org/372191), please take a look at it at your free time. | 09:47 |
yuval | zengchen: I've seen that. We still use old_greenthread there | 09:47 |
yuval | zengchen: why? | 09:47 |
*** openstackgerrit has quit IRC | 09:47 | |
*** gouthamr has joined #openstack-karbor | 09:48 | |
*** openstackgerrit has joined #openstack-karbor | 09:48 | |
zengchen | yuval:to solve the scenario that if use update trigger property 2 times sucessively. | 09:49 |
zengchen | yuval:then one operation may be trigger two times at the same time. | 09:49 |
zengchen | yuval:if we don't keep the old thread, and start the new thread, then it will happen. | 09:51 |
yuval | but the old thread is being canceled | 09:54 |
*** gouthamr has quit IRC | 09:58 | |
zengchen | yvual:the first thread is still running. | 10:01 |
zengchen | yuval:suppose the time trigger is running, and its first_run_time=10, and window=20. then update the triiger, according the logic, the new frist_run_time should be after 30, so we set its first_run_time=40, window=20; | 10:04 |
zengchen | yuval:we update trigger again, we set the first_run_time=15, window=20. because at this time the second thread is sleeping, we can start a new thread, and it will run at 15. the bug is the both 1th and 3th thread run at the same time. | 10:08 |
zengchen | yuval:then one operation will run 2 times. | 10:10 |
zengchen | yuval:the old thread should continue to run, and it can not be canceled(if canceled, some operation can not be triggered at this time). My intention is that keep the old thread running when the execution control returns, and avoid 2 threads runs at the same time. | 10:17 |
*** gouthamr has joined #openstack-karbor | 10:18 | |
*** gouthamr has quit IRC | 10:32 | |
*** gouthamr has joined #openstack-karbor | 10:49 | |
zengchen | yuval:do you understand the scenario? | 10:53 |
openstackgerrit | chenying proposed openstack/python-karborclient: Add extra_info field to Instances and Plans API https://review.openstack.org/389033 | 11:22 |
*** yamamoto has joined #openstack-karbor | 11:31 | |
openstackgerrit | chenying proposed openstack/python-karborclient: Add a filter argument operation_definition for scheduledoperations API https://review.openstack.org/397143 | 11:32 |
*** zhurong has joined #openstack-karbor | 11:35 | |
*** zhurong has quit IRC | 11:42 | |
*** zhurong has joined #openstack-karbor | 12:16 | |
openstackgerrit | Yuval Brik proposed openstack/karbor: Update Protection Plugin Spec https://review.openstack.org/397156 | 12:18 |
*** zhurong has quit IRC | 12:19 | |
*** gouthamr has quit IRC | 12:19 | |
*** zhurong has joined #openstack-karbor | 12:21 | |
openstackgerrit | Merged openstack/karbor-dashboard: Reflect async of checkpoint delete in message https://review.openstack.org/384213 | 12:29 |
*** wanghao_ has joined #openstack-karbor | 12:48 | |
*** gouthamr has joined #openstack-karbor | 13:10 | |
*** yuval has quit IRC | 13:20 | |
*** yuval has joined #openstack-karbor | 13:22 | |
*** yuval is now known as Guest99378 | 13:22 | |
*** Guest99378 has quit IRC | 13:27 | |
*** yuval_ has joined #openstack-karbor | 13:29 | |
*** gouthamr has quit IRC | 13:30 | |
openstackgerrit | Yuval Brik proposed openstack/karbor: Stabilize Protection Plugin API https://review.openstack.org/348163 | 13:30 |
*** gouthamr has joined #openstack-karbor | 13:55 | |
*** gouthamr has quit IRC | 13:57 | |
*** gouthamr has joined #openstack-karbor | 14:06 | |
*** gouthamr has quit IRC | 14:06 | |
*** gouthamr has joined #openstack-karbor | 14:07 | |
*** yamamoto has quit IRC | 14:08 | |
*** yamamoto has joined #openstack-karbor | 14:08 | |
*** zhurong has quit IRC | 14:08 | |
*** yizhihui has quit IRC | 14:25 | |
*** yuval_ is now known as yuval | 14:48 | |
*** wanghao_ has quit IRC | 15:21 | |
*** lihi has quit IRC | 16:05 | |
*** yuval has quit IRC | 16:07 | |
*** dimak has quit IRC | 16:09 | |
*** saggi has quit IRC | 16:11 | |
*** Jeffrey4l has quit IRC | 16:33 | |
*** zengyingzhe has quit IRC | 16:41 | |
*** zengyingzhe has joined #openstack-karbor | 16:42 | |
*** gouthamr has quit IRC | 16:55 | |
*** gouthamr has joined #openstack-karbor | 16:56 | |
*** gouthamr has quit IRC | 17:02 | |
*** gouthamr has joined #openstack-karbor | 17:05 | |
*** saggi has joined #openstack-karbor | 17:15 | |
*** saggi has quit IRC | 17:15 | |
*** gouthamr has quit IRC | 17:42 | |
*** Jeffrey4l has joined #openstack-karbor | 18:31 | |
*** oshidoshi has quit IRC | 18:48 | |
*** yamamoto has quit IRC | 19:20 | |
*** yamamoto has joined #openstack-karbor | 20:21 | |
*** yamamoto has quit IRC | 20:25 | |
*** Jeffrey4l has quit IRC | 21:34 | |
*** yamamoto_ has joined #openstack-karbor | 23:24 | |
*** Jeffrey4l has joined #openstack-karbor | 23:31 | |
*** yamamoto_ has quit IRC | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!