Thursday, 2017-04-27

*** x00350071_ is now known as edisonxiang00:44
*** gouthamr has joined #openstack-karbor00:46
*** dixiaoli has joined #openstack-karbor01:01
*** liujiong has joined #openstack-karbor01:28
openstackgerritchenying proposed openstack/karbor master: Add a verification about the protect property of plan's parameter  https://review.openstack.org/46036601:34
*** gouthamr has quit IRC01:42
*** chenying__ has joined #openstack-karbor01:55
*** chenying_ has quit IRC01:55
*** zhurong has joined #openstack-karbor02:03
*** zhurong has quit IRC02:18
*** liujiong has quit IRC02:22
*** liujiong has joined #openstack-karbor02:22
zengchenyuval: the parameter 'requires' of Atom.__init__ is used to specify the extra argument for the method 'execute' of Atom, except for the positional arguments of 'execute'.02:28
zengchenyuval:  the parameter 'requires' of Atom.__init__ specify part of arguments of the method 'execute', not all arguments.02:29
zengchenyuval: you can see the newest update in https://review.openstack.org/450070, which deleted other 3 requires and it works well.02:31
*** zhurong has joined #openstack-karbor02:44
*** gouthamr has joined #openstack-karbor02:51
*** zhurong has quit IRC03:42
*** gouthamr has quit IRC04:01
*** lihi has quit IRC04:21
*** lihi has joined #openstack-karbor04:21
*** zhurong has joined #openstack-karbor06:12
*** zhurong has quit IRC07:02
*** zhurong has joined #openstack-karbor07:06
openstackgerritYuval Brik proposed openstack/karbor master: Do not merge: test gate  https://review.openstack.org/46042507:11
yuvalping chenying__07:35
*** zhurong has quit IRC07:37
chenying__hi yuval07:37
yuvalchenying__: regarding the fullstack failure https://review.openstack.org/#/c/460116/07:38
yuvalchenying__: seems unrelated to the patch, but we need to understand the reason07:38
yuvalchenying__: probably memory issue07:38
chenying__yuval I have checked all the log (karbor/cinder), but didn't find any error messages about it.  I will checked it again.07:41
yuvalchenying__: http://logs.openstack.org/16/460116/1/check/gate-karbor-dsvm-fullstack-nv/9813b18/logs/screen-peakmem_tracker.txt.gz07:41
yuvalchenying__: http://logs.openstack.org/16/460116/1/check/gate-karbor-dsvm-fullstack-nv/9813b18/logs/screen-c-api.txt.gz#_2017-04-26_14_37_39_92407:45
yuvalchenying__: http://logs.openstack.org/16/460116/1/check/gate-karbor-dsvm-fullstack-nv/9813b18/logs/screen-n-api.txt.gz#_2017-04-26_14_37_25_50307:45
yuvalchenying__: seems like the database is having too many concurrent connections07:47
yuvalchenying__: default is 1024 https://github.com/openstack-dev/devstack/blob/master/lib/databases/mysql#L9907:51
chenying__OperationalError: (pymysql.err.OperationalError) (1040, u'Too many connections')  This error messages appeared many times.07:51
chenying__I found this error in onther fullstack test logs.07:51
*** zhurong has joined #openstack-karbor08:19
yuvalchenying__: are you looking at it?08:21
chenying__not yes. I am checking another fullstack error about this patch: https://review.openstack.org/#/c/460366/.08:58
openstackgerritchenying proposed openstack/karbor master: Add a verification about the protect property of plan's parameter  https://review.openstack.org/46036608:59
*** dixiaoli has quit IRC09:57
chenying__yuval: Is there any exception messages in this link?  http://logs.openstack.org/16/460116/1/check/gate-karbor-dsvm-fullstack-nv/9813b18/logs/screen-peakmem_tracker.txt.gz09:58
yuvalchenying__: what do you mean?10:00
*** liujiong has quit IRC10:15
*** zhurong has quit IRC10:20
*** zhurong has joined #openstack-karbor10:27
chenying__yuval: I run all the fullstack tests in my local environment. I don't get the error about pymysql.10:43
chenying__https://review.openstack.org/#/c/460366/ The fullstack test about this patch failed wit same reason. (pymysql.err.OperationalError) (1040, u'Too many connections')10:45
yuvalchenying__: yeah, I know10:45
chenying__in devstackrc  API_WORKERS=8 This may use more db connections in the fullstack devstack environment.11:07
yuvalchenying__: try decreasing it?11:08
yuvalchenying__: also, please tag me when you speak to me, otherwise I don't see a notification11:08
chenying__yuval: No I know the reason.11:11
yuvalchenying__: you know or don't know?11:13
chenying__yuval :zhangshuai have submitted a patch to run the fullstack test concurrently. Set the API_WORKERS to fix the error about error about parallel fullstack test. The api can not handle request much at the same time. Set api_workers to solve this problem.11:14
yuvalchenying__: how do you know that's the problem?11:15
yuvalchenying__: and not something else?11:15
chenying__yuval: zhangshuai tests this problem in his local environment for a long time.11:16
chenying__yuval: not only set the API_WORKERS in the devstackrc  In this patch, osapi_volume_workers is set to 8. https://review.openstack.org/#/c/446268/3/jenkins/jobs/karbor.yaml11:20
yuvalchenying__: how can you be sure that this is causing the error?11:22
*** zhonghua has quit IRC11:23
*** zhonghua has joined #openstack-karbor11:23
chenying__yuval: I am not sure this is the reason.  But more api_worker work will use more db connections.11:26
*** zhonghua has quit IRC12:09
*** zhonghua has joined #openstack-karbor12:10
*** jiaopengju has joined #openstack-karbor12:21
*** zhurong has quit IRC12:25
*** zhonghua has quit IRC12:53
*** zhonghua has joined #openstack-karbor12:53
*** zhurong has joined #openstack-karbor12:58
*** zengyingzhe has quit IRC13:25
*** zengyingzhe has joined #openstack-karbor13:26
openstackgerritMerged openstack/karbor master: Updated from global requirements  https://review.openstack.org/45859313:55
chenying__ping yuval14:03
yuvalhey chenying__14:03
chenying__yuval: All the patches about the spec manila-share-snapshop have been submitted. do you have time to take a look at it?14:03
yuvalchenying__: not really14:04
chenying__yuval It seems that the fullstack test job about several patches have passed.14:04
yuvalchenying__: fullstack test which succeeds after 3-4 retries doesn't count as passed14:05
chenying__yuval: Can you run the fullstack job in your local environment with the same configuration in the devstackrc? so try to reproduce this issue about the db connection.14:08
chenying__yuval: My local devstack fullstack environment seem not run good. I need reinstall the system and install a new devstack environment.14:12
yuvalchenying__: I won't make it until end of day here14:12
openstackgerritchenying proposed openstack/karbor master: Add a verification about restore's parameter  https://review.openstack.org/46060414:24
*** gouthamr has joined #openstack-karbor14:31
*** zhurong has quit IRC14:39
*** jiaopengju has quit IRC14:39
*** gap has joined #openstack-karbor14:49
*** zhonghua has quit IRC15:07
*** zhonghua has joined #openstack-karbor15:08
*** gap has quit IRC15:13
openstackgerritMerged openstack/python-karborclient master: Updated from global requirements  https://review.openstack.org/45105715:31
openstackgerritMerged openstack/karbor-dashboard master: Drop py34 target in tox.ini and setup.cfg  https://review.openstack.org/45830415:45
openstackgerritMerged openstack/karbor-dashboard master: Updated from global requirements  https://review.openstack.org/45448415:45
*** gouthamr has quit IRC16:31
*** gouthamr has joined #openstack-karbor16:40
openstackgerritchenying proposed openstack/python-karborclient master: Add a verification about the parameter of plan and restore  https://review.openstack.org/46067716:57
*** openstackgerrit has quit IRC18:48
*** edisonxiang has quit IRC21:37
*** edisonxiang has joined #openstack-karbor21:37

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