Unexpected tracebacks in murano logs about oslo messaging

Bug #1545538 reported by Kirill Zaitsev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Murano
Fix Released
Low
Victor Ryzhenkin

Bug Description

Here is a sample error:

https://murano-ci.mirantis.com/logs/16/228716/4/check/gate-murano-dashboard-ubuntu/62d12da/

Exception during message handling: _oslo_messaging_localcontext_5da3b61e83044f539c255910be57f097
Traceback (most recent call last):

  File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 143, in _dispatch_and_reply
    executor_callback))

  File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 191, in _dispatch
    localcontext._clear_local_context()

  File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/localcontext.py", line 85, in _clear_local_context
    delattr(_STORE, _KEY)

AttributeError: _oslo_messaging_localcontext_5da3b61e83044f539c255910be57f097

This might be related to https://bugs.launchpad.net/oslo.messaging/+bug/1288878 bug.

Seems to mostly occur during test_add_delete_category_for_package test case

Tags: gate
summary: - Murano CI is read with a oslocontext error
+ Murano CI is sporadically read with a oslocontext error
Revision history for this message
Victor Ryzhenkin (vryzhenkin) wrote : Re: Murano CI is sporadically read with a oslocontext error

This error doesn't affect gate, and murano workflow as well. I've seen this error every time, when I using murano on my devstack. So, despite this, you can find this error in every job in murano. But Tracebacks in engine is not good as is.

tags: removed: gate
summary: - Murano CI is sporadically read with a oslocontext error
+ Unexpected tracebacks in murano logs about oslo messaging
tags: added: gate
Changed in murano:
importance: Critical → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to murano (master)

Fix proposed to branch: master
Review: https://review.openstack.org/281223

Changed in murano:
assignee: nobody → Victor Ryzhenkin (vryzhenkin)
status: Confirmed → In Progress
Changed in murano:
assignee: Victor Ryzhenkin (vryzhenkin) → Nikolay Starodubtsev (starodubcevna)
Changed in murano:
assignee: Nikolay Starodubtsev (starodubcevna) → Victor Ryzhenkin (vryzhenkin)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (master)

Reviewed: https://review.openstack.org/281223
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=1ca4e682cf2f84956f6292af2bc4af9227076268
Submitter: Jenkins
Branch: master

commit 1ca4e682cf2f84956f6292af2bc4af9227076268
Author: Victor Ryzhenkin <email address hidden>
Date: Wed Feb 17 14:54:02 2016 +0300

    Use eventlet.monkey_patch() before any libs are loaded

    Monkeypatching should be before everything, including imports.
    This patch ensure eventlet have patched modules before they are loaded
    and used.

    Change-Id: I6056bdbd20c14e762702ad19c9779a4be79952b8
    Closes-Bug: #1545538

Changed in murano:
status: In Progress → Fix Released
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/murano 2.0.0.0b3

This issue was fixed in the openstack/murano 2.0.0.0b3 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.