Unit tests fail with MessagingTimeout errors
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Critical
|
Christopher Lefelhocz | ||
Icehouse |
Fix Released
|
Critical
|
Matt Riedemann |
Bug Description
There is an issue that is causing unit tests to fail with the following error:
MessagingTimeout: No reply on topic conductor
MessagingTimeout: No reply on topic scheduler
2014-04-23 13:45:52.017 | Traceback (most recent call last):
2014-04-23 13:45:52.017 | File "/home/
2014-04-23 13:45:52.017 | incoming.message))
2014-04-23 13:45:52.017 | File "/home/
2014-04-23 13:45:52.017 | return self._do_
2014-04-23 13:45:52.017 | File "/home/
2014-04-23 13:45:52.017 | result = getattr(endpoint, method)(ctxt, **new_args)
2014-04-23 13:45:52.018 | File "nova/conductor
2014-04-23 13:45:52.018 | legacy_
2014-04-23 13:51:50.628 | File "nlibvir: error : internal error could not initialize domain event timer
2014-04-23 13:54:57.953 | ova/scheduler/
2014-04-23 13:54:57.953 | cctxt.cast(ctxt, 'run_instance', **msg_kwargs)
2014-04-23 13:54:57.953 | File "/home/
2014-04-23 13:54:57.953 | wait_for_
2014-04-23 13:54:57.953 | File "/home/
2014-04-23 13:54:57.953 | timeout=timeout)
2014-04-23 13:54:57.954 | File "/home/
2014-04-23 13:54:57.954 | return self._send(target, ctxt, message, wait_for_reply, timeout)
2014-04-23 13:54:57.954 | File "/home/
2014-04-23 13:54:57.954 | 'No reply on topic %s' % target.topic)
2014-04-23 13:54:57.954 | MessagingTimeout: No reply on topic scheduler
=======
2014-04-23 13:45:52.008 | Traceback (most recent call last):
2014-04-23 13:45:52.008 | File "nova/api/
2014-04-23 13:45:52.008 | return req.get_
2014-04-23 13:45:52.009 | File "/home/
2014-04-23 13:45:52.009 | application, catch_exc_
2014-04-23 13:45:52.009 | File "/home/
2014-04-23 13:45:52.009 | app_iter = application(
2014-04-23 13:45:52.009 | File "/home/
2014-04-23 13:45:52.009 | return resp(environ, start_response)
2014-04-23 13:45:52.009 | File "/home/
2014-04-23 13:45:52.010 | return resp(environ, start_response)
2014-04-23 13:45:52.010 | File "/home/
2014-04-23 13:45:52.010 | return resp(environ, start_response)
2014-04-23 13:45:52.010 | File "/home/
2014-04-23 13:45:52.010 | return resp(environ, start_response)
2014-04-23 13:45:52.010 | File "/home/
2014-04-23 13:45:52.010 | response = self.app(environ, start_response)
2014-04-23 13:45:52.011 | File "/home/
2014-04-23 13:45:52.011 | return resp(environ, start_response)
2014-04-23 13:45:52.011 | File "/home/
2014-04-23 13:45:52.011 | resp = self.call_func(req, *args, **self.kwargs)
2014-04-23 13:45:52.011 | File "/home/
2014-04-23 13:45:52.011 | return self.func(req, *args, **kwargs)
2014-04-23 13:45:52.012 | File "nova/api/
2014-04-23 13:45:52.012 | content_type, body, accept)
2014-04-23 13:45:52.012 | File "nova/api/
2014-04-23 13:45:52.012 | action_result = self.dispatch(meth, request, action_args)
2014-04-23 13:45:52.012 | File "nova/api/
2014-04-23 13:45:52.012 | return method(req=request, **action_args)
2014-04-23 13:45:52.012 | File "nova/api/
2014-04-23 13:45:52.012 | legacy_
2014-04-23 13:45:52.013 | File "nova/tests/
2014-04-23 13:45:52.013 | return _create_
2014-04-23 13:45:52.013 | File "nova/tests/
2014-04-23 13:45:52.013 | instances, reservation_id = orig_func(*args, **kwargs)
2014-04-23 13:45:52.013 | File "nova/hooks.py", line 103, in inner
2014-04-23 13:45:52.013 | rv = f(*args, **kwargs)
2014-04-23 13:45:52.013 | File "nova/compute/
2014-04-23 13:45:52.014 | legacy_
2014-04-23 13:45:52.014 | File "nova/compute/
2014-04-23 13:45:52.014 | legacy_bdm=False)
2014-04-23 13:45:52.014 | File "nova/conductor
2014-04-23 13:45:52.014 | legacy_
2014-04-23 13:45:52.014 | File "nova/conductor
2014-04-23 13:45:52.015 | legacy_
2014-04-23 13:45:52.015 | File "/home/
2014-04-23 13:45:52.015 | wait_for_
2014-04-23 13:45:52.015 | File "/home/
2014-04-23 13:45:52.015 | timeout=timeout)
2014-04-23 13:45:52.015 | File "/home/
2014-04-23 13:45:52.015 | return self._send(target, ctxt, message, wait_for_reply, timeout)
2014-04-23 13:45:52.016 | File "/home/
2014-04-23 13:45:52.016 | 'No reply on topic %s' % target.topic)
2014-04-23 13:45:52.016 | MessagingTimeout: No reply on topic conductor
tags: | added: testing |
Changed in nova: | |
importance: | Undecided → Critical |
Changed in nova: | |
status: | New → Incomplete |
Changed in nova: | |
importance: | Critical → High |
tags: | added: icehouse-backport-potential |
Changed in nova: | |
milestone: | none → juno-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | juno-3 → 2014.2 |
tags: | removed: icehouse-backport-potential in-stable-icehouse |
e-r query: https:/ /review. openstack. org/#/c/ 89891/