Tuesday, 2018-08-28

tommylikehubnemec: thanks00:36
openstackgerritwangxiyuan proposed openstack/oslo.limit master: Add limit check func  https://review.openstack.org/59652002:13
*** phuongnh has joined #openstack-oslo03:37
openstackgerritwangxiyuan proposed openstack/oslo.limit master: Add limit check func  https://review.openstack.org/59652004:03
*** bnemec has quit IRC05:30
*** bnemec has joined #openstack-oslo05:31
*** ykarel has joined #openstack-oslo06:01
ykarelHi i am seeing a strange error with python3 + keystonemiddleware and oslo.config >= 6.3.0, detected in glance. Don't know if it's already known, i reported https://bugs.launchpad.net/keystonemiddleware/+bug/178935106:03
openstackLaunchpad bug 1789351 in oslo.config "Glance deployment with python3 + "keystone" paste_deploy flavor Fails" [Undecided,New]06:03
ykarelcan someone check, dhellmann bnemec ^^06:03
*** links has joined #openstack-oslo06:16
*** rha has joined #openstack-oslo06:32
*** pcaruana has joined #openstack-oslo06:39
*** mattgo has joined #openstack-oslo07:00
*** rcernin has quit IRC07:02
*** dims has quit IRC07:08
*** dims has joined #openstack-oslo07:10
*** mattgo has quit IRC07:13
openstackgerritAndreas Jaeger proposed openstack/devstack-plugin-kafka stable/queens: import zuul job settings from project-config  https://review.openstack.org/59180107:36
*** cdent has joined #openstack-oslo07:39
*** ykarel is now known as ykarel|lunch07:43
*** mattgo has joined #openstack-oslo07:45
*** shardy has joined #openstack-oslo08:04
openstackgerritMerged openstack/devstack-plugin-kafka stable/queens: import zuul job settings from project-config  https://review.openstack.org/59180108:28
*** ykarel|lunch is now known as ykarel08:40
*** e0ne has joined #openstack-oslo08:43
*** pbourke has quit IRC08:47
*** pbourke has joined #openstack-oslo08:49
*** hoangcx has joined #openstack-oslo08:56
*** rcernin has joined #openstack-oslo08:59
*** sambetts|afk has quit IRC09:03
*** sambetts_ has joined #openstack-oslo09:06
*** takamatsu has joined #openstack-oslo09:15
*** hoonetorg has quit IRC09:20
*** cdent has quit IRC09:45
*** rcernin has quit IRC09:47
*** cdent has joined #openstack-oslo10:20
*** nicolasbock has joined #openstack-oslo10:20
*** stephenfin has quit IRC10:35
*** stephenfin has joined #openstack-oslo10:36
*** mmethot has joined #openstack-oslo11:48
*** mattgo has quit IRC11:49
*** giblet_off is now known as gibi11:49
openstackgerritMerged openstack/oslo.log master: Filter args dict in JSONFormatter  https://review.openstack.org/59685012:02
*** mattgo has joined #openstack-oslo12:03
openstackgerritMerged openstack/oslo.service stable/rocky: Add Python 3.5 jobs  https://review.openstack.org/59689712:04
openstackgerritMerged openstack/oslo.service stable/rocky: Skips signal handling on Windows  https://review.openstack.org/59683712:04
*** raildo has joined #openstack-oslo12:08
*** sambetts_ is now known as sambetts12:26
*** ansmith has joined #openstack-oslo12:27
*** cdent has quit IRC12:46
openstackgerritEric Fried proposed openstack/oslo.utils master: UUID sentinel  https://review.openstack.org/59417912:55
*** kgiusti has joined #openstack-oslo12:56
*** r-mibu has joined #openstack-oslo13:02
*** phuongnh has quit IRC13:15
*** cdent has joined #openstack-oslo13:29
*** stephenfin has quit IRC13:33
*** stephenfin has joined #openstack-oslo13:34
*** purplerbot has joined #openstack-oslo13:34
*** moguimar has quit IRC13:35
*** moguimar has joined #openstack-oslo13:44
openstackgerritAndy Smith proposed openstack/oslo.messaging master: Remove the deprecated ZeroMQ driver  https://review.openstack.org/59688214:01
*** links has quit IRC14:27
*** pcaruana has quit IRC14:29
*** pcaruana has joined #openstack-oslo14:30
*** pbourke has quit IRC14:55
*** e0ne has quit IRC14:56
*** nicolasbock has quit IRC14:56
*** nicolasbock has joined #openstack-oslo14:59
*** pcaruana has quit IRC15:00
*** pbourke has joined #openstack-oslo15:01
*** jroll has quit IRC15:05
*** jroll has joined #openstack-oslo15:06
*** dkehn has joined #openstack-oslo15:09
*** ykarel is now known as ykarel|away15:19
*** ducnv_ has joined #openstack-oslo15:22
openstackgerritBen Nemec proposed openstack/oslo.utils master: Fix docstring formatting nit in uuidsentinel  https://review.openstack.org/59715715:26
*** ducnv_ has quit IRC15:33
*** ducnv_ has joined #openstack-oslo15:33
*** ykarel|away has quit IRC15:36
*** ykarel|away has joined #openstack-oslo15:37
*** mattgo has quit IRC15:39
*** jhesketh has quit IRC15:41
*** jhesketh has joined #openstack-oslo15:41
*** ykarel|away has quit IRC15:42
*** Tahvok has joined #openstack-oslo16:00
*** raildo has quit IRC16:03
*** e0ne has joined #openstack-oslo16:06
*** snapiri has quit IRC16:08
*** dave-mccowan has joined #openstack-oslo16:12
*** raildo has joined #openstack-oslo16:13
*** raildo has quit IRC16:15
*** raildo has joined #openstack-oslo16:16
TahvokHey guys! I was referred here from nova guys.. I'm having some nova-conductor issues, when it's consuming a lot of cpu (more than it should have), and is probably the cause for the high cpu usage of rabbit as well.16:16
TahvokWhen doing a debug=true, we see lots of reply messages: http://paste.openstack.org/show/nqYc4ghBYpLAFvinYYAp/16:17
TahvokBut when trying oslo.messaging=DEBUG, we see this: http://paste.openstack.org/show/728981/16:18
TahvokWe're not sure what this unknown messages are.. Is there a way to understand where they're coming from?16:18
kgiustiTahvok: give me a few minutes I'll take a look at the logs16:20
*** raildo has quit IRC16:23
*** raildo has joined #openstack-oslo16:23
*** njohnston_ has joined #openstack-oslo16:38
*** njohnston has quit IRC16:39
*** njohnston_ is now known as njohnston16:39
*** sambetts is now known as sambetts|afk16:41
kgiustiTahvok: sorry for the delay.  The first log simply show several server processes getting requests and sending the corresponding responses - lots of traffic but nothing unusual as far as I can tell.16:54
kgiustiTahvok: the second log - not much to tell since the exception is being raised w/o passing in the topic, etc.16:55
Tahvokkgiusti: so is there a way to debug what is going on in the second log?16:55
kgiustiTahvok: AFAIKT the exception is thrown when no messages arrive during a poll16:56
Tahvokkgiusti: oh... so it's polling for messages, doesn't get anything, and then throw the exception?16:56
kgiustiTahvok: yes, IIUC16:57
TahvokSo the question is who should answer the message it sent? Is there a way to know what the message contains that it's sending and awaiting reply to?16:58
kgiustiTahvok: are any of the nova clients logging timeout errors?16:59
Tahvokkgiusti: I've been checking them, but didn't find any with a problem17:00
Tahvoknova is working as it should, I can create instances and all. I'm just concerned of the high cpu usage of rabbit (100%-400% on 32 core machine), and spikes of nova-conductor services: http://paste.openstack.org/show/728925/17:01
TahvokAlso we see about ~100 messages a second of nova-conductor, which isn't supposed to happen to my understanding17:02
kgiustiTahvok: yeah that first log showed a _lot_ of incoming messages coming in very fast.17:04
kgiustiTahvok: but sadly the logs don't give us a clue about the addresses...17:05
kgiustiTahvok: does rabbitmqctl show any queues with lots message activity?17:07
kgiustiTahvok: I think there's also a logging problem in oslo.messaging where you have to add both "oslo.messaging=DEBUG,oslo_messaging=DEBUG" in order to see all logging (note the '.' and the '_')17:10
Tahvokkgiusti: not that I see anything: http://paste.openstack.org/show/HblZ62II4qKg77UrhbQX/17:10
Tahvokkgiusti: will try that now17:10
*** r-mibu has quit IRC17:12
openstackgerritMerged openstack/oslo.utils master: UUID sentinel  https://review.openstack.org/59417917:13
Tahvokkgiusti: yep, that fix gave me much more: http://paste.openstack.org/show/zkThdO4ukCb5fqvvGLoI/17:13
TahvokI think it's now showing me the first log and the second together17:14
kgiustiTahvok: I'm on the phone at the moment....17:17
*** ducnv_ has quit IRC17:18
TahvokSo, I've reduced the number of workers to 1, so the log would be only from one worker.. And now it's more organized: http://paste.openstack.org/show/Iz2EukH6oxZnmdK3OKDX/17:21
*** raildo has quit IRC17:35
*** raildo has joined #openstack-oslo17:38
*** raildo_ has joined #openstack-oslo17:42
*** raildo has quit IRC17:45
kgiustiTahvok: sorry - back now.  Right now the flow is consistent: 1) recv req, 2) poll timeout (spurious) 3) reply sent - you can see how the msg_ids correlate17:46
*** raildo_ is now known as raildo17:46
kgiustiTahvok: that's logging for an RPC server.   I don't see any client requests in that log17:46
Tahvokkgiusti: yep, except I don't see where the messages are coming from17:46
kgiustiTahvok: yeah the logs not giving us that17:47
* kgiusti shakes tiny fist at screen17:47
Tahvokkgiusti: Well, I will try to investigate more tomorrow. Thanks a lot!17:54
Tahvokdansmith: sean-k-mooney : thanks a lot as well! Will continue tomorrow17:54
openstackgerritAndy Smith proposed openstack/oslo.messaging master: Remove the deprecated ZeroMQ driver  https://review.openstack.org/59688218:01
*** shardy has quit IRC18:06
dhellmannmoguimar: I don't suppose you have any idea why this castellan patch is failing, do you? https://review.openstack.org/#/c/588780/18:13
*** dave-mccowan has quit IRC18:36
*** AJaeger has joined #openstack-oslo18:37
*** dave-mccowan has joined #openstack-oslo18:46
AJaegerdhellmann: shall I split up https://review.openstack.org/#/c/588780/ so that we can move forward with python3-first?19:00
*** kgiusti has quit IRC19:05
*** e0ne has quit IRC19:08
AJaegerdhellmann: done it quickly, see https://review.openstack.org/#/c/588780/ and  https://review.openstack.org/59721419:18
*** hoonetorg has joined #openstack-oslo19:22
*** e0ne has joined #openstack-oslo19:23
*** hoonetorg has quit IRC19:24
*** dave-mccowan has quit IRC19:26
dhellmannAJaeger : thanks, sorry, I'm working on something else this afternoon19:34
AJaegerdhellmann: no worries...19:34
*** njohnston has quit IRC19:42
*** njohnston has joined #openstack-oslo19:43
AJaegerdhellmann, bnemec, https://review.openstack.org/#/c/588780/ passed tests - will either of you +A?19:47
AJaegerwow,  https://review.openstack.org/597214 passed  - the job works now suddenly?19:54
bnemecAJaeger: Your first patch failed in a different way from the previous ones.  Maybe your fetch-subunit-output fix got it working and it failed on a heisenbug instead?19:57
AJaegermaybe...20:00
openstackgerritAndy Smith proposed openstack/oslo.messaging master: Remove the deprecated ZeroMQ driver  https://review.openstack.org/59688220:01
*** raildo has quit IRC20:05
*** ansmith has quit IRC20:30
openstackgerritMerged openstack/oslo.utils master: Fix docstring formatting nit in uuidsentinel  https://review.openstack.org/59715720:53
*** e0ne has quit IRC20:58
*** bnemec has quit IRC21:12
*** bnemec has joined #openstack-oslo21:13
*** ansmith has joined #openstack-oslo21:28
*** hoonetorg has joined #openstack-oslo21:36
openstackgerritBen Nemec proposed openstack-dev/pbr master: Ignore --find-links in requirements file  https://review.openstack.org/59729021:42
*** rcernin has joined #openstack-oslo21:46
*** cdent has quit IRC22:16
*** sambetts|afk has quit IRC23:01
*** sambetts_ has joined #openstack-oslo23:05
*** threestrands has joined #openstack-oslo23:54

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