Bug 1716350
| Summary: | [osp15] A stock osp15 deployment is full of aodh/gnocchi exceptions | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Michele Baldessari <michele> |
| Component: | openstack-aodh | Assignee: | Martin Magr <mmagr> |
| Status: | CLOSED ERRATA | QA Contact: | Nataf Sharabi <nsharabi> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 15.0 (Stein) | CC: | apevec, jpichon, jschluet, lhh, mmagr, mrunge, pkilambi, vvoronko |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 15.0 (Stein) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-aodh-8.0.1-0.20190829102418.1b1b8e2.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-21 11:22:59 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Michele Baldessari
2019-06-03 09:49:31 UTC
*** Bug 1715114 has been marked as a duplicate of this bug. *** Hi,
I've installed core_puddle=RHOS_TRUNK-15.0-RHEL-8-20190823.n.1
with topology-nodes undercloud:1,controller:3,compute:2,freeipa:1
I can still see the errors:
019-08-28 00:01:29.278 21 ERROR aodh.evaluator [-] alarm evaluation cycle failed: aodh.coordination.MemberNotInGroupError: Group ID: alarm_evaluator, Members: {b'b9e8ecbc-39ac-4baf-9310-d726c4a18a55', b'aeb60e48-12fc-44f2-8792-fe73941e9618', b'000cae04-b67d-4213-9fc4-9dc08e52d723'}, Me: 000cae04-b67d-4213-9fc4-9dc08e52d723: Current agent is not part of group and cannot take tasks
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator Traceback (most recent call last):
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/aodh/evaluator/__init__.py", line 249, in _evaluate_assigned_alarms
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator alarms = self._assigned_alarms()
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/aodh/evaluator/__init__.py", line 278, in _assigned_alarms
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator self.PARTITIONING_GROUP_NAME, all_alarm_ids)
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/tenacity/__init__.py", line 292, in wrapped_f
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator return self.call(f, *args, **kw)
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/tenacity/__init__.py", line 358, in call
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator do = self.iter(retry_state=retry_state)
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/tenacity/__init__.py", line 331, in iter
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator raise retry_exc.reraise()
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/tenacity/__init__.py", line 167, in reraise
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator raise self.last_attempt.result()
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator File "/usr/lib64/python3.6/concurrent/futures/_base.py", line 425, in result
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator return self.__get_result()
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator File "/usr/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator raise self._exception
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/tenacity/__init__.py", line 361, in call
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator result = fn(*args, **kwargs)
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/aodh/coordination.py", line 234, in extract_my_subset
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator raise MemberNotInGroupError(group_id, members, self._my_id)
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator aodh.coordination.MemberNotInGroupError: Group ID: alarm_evaluator, Members: {b'b9e8ecbc-39ac-4baf-9310-d726c4a18a55', b'aeb60e48-12fc-44f2-8792-fe73941e9618', b'000cae04-b67d-4213-9fc4-9dc08e52d723'}, Me: 000cae04-b67d-4213-9fc4-9dc08e52d723: Current agent is not part of group and cannot take tasks
2019-08-28 00:01:29.278 21 ERROR aodh.evaluator
2019-08-28 00:02:24.595 21 WARNING oslo_db.sqlalchemy.utils [-] Unique keys not in sort_keys. The sorting order may be unstable.
2019-08-28 00:02:24.617 21 WARNING aodh.coordination [-] Cannot extract tasks because agent failed to join group properly. Rejoining group.
2019-08-28 00:02:26.489 21 WARNING aodh.coordination [-] Cannot extract tasks because agent failed to join group properly. Rejoining group.
2019-08-28 00:02:28.001 21 WARNING aodh.coordination [-] Cannot extract tasks because agent failed to join group properly. Rejoining group.
2019-08-28 00:02:29.608 21 WARNING aodh.coordination [-] Cannot extract tasks because agent failed to join group properly. Rejoining group.
2019-08-28 00:02:31.574 21 WARNING aodh.coordination [-] Cannot extract tasks because agent failed to join group properly. Rejoining group.
2019-08-28 00:02:31.587 21 ERROR aodh.evaluator [-] alarm evaluation cycle failed: aodh.coordination.MemberNotInGroupError: Group ID: alarm_evaluator, Members: {b'b9e8ecbc-39ac-4baf-9310-d726c4a18a55', b'aeb60e48-12fc-44f2-8792-fe73941e9618', b'000cae04-b67d-4213-9fc4-9dc08e52d723'}, Me: 000cae04-b67d-4213-9fc4-9dc08e52d723: Current agent is not part of group and cannot take tasks
2019-08-28 00:02:31.587 21 ERROR aodh.evaluator Traceback (most recent call last):
2019-08-28 00:02:31.587 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/aodh/evaluator/__init__.py", line 249, in _evaluate_assigned_alarms
2019-08-28 00:02:31.587 21 ERROR aodh.evaluator alarms = self._assigned_alarms()
2019-08-28 00:02:31.587 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/aodh/evaluator/__init__.py", line 278, in _assigned_alarms
2019-08-28 00:02:31.587 21 ERROR aodh.evaluator self.PARTITIONING_GROUP_NAME, all_alarm_ids)
2019-08-28 00:02:31.587 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/tenacity/__init__.py", line 292, in wrapped_f
2019-08-28 00:02:31.587 21 ERROR aodh.evaluator return self.call(f, *args, **kw)
2019-08-28 00:02:31.587 21 ERROR aodh.evaluator File "/usr/lib/python3.6/site-packages/tenacity/__init__.py", line 358, in call
rpm -q To complete info here: podman exec -it aodh_evaluator bash openstack-aodh-evaluator-8.0.1-0.20190705170401.1b1b8e2.el8ost.noarch This package does NOT contain the fix from Vinay. Apparently, the package was not rebuilt after the fix. Scratch the last sentence please. https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=925978 aka openstack-aodh-8.0.1-0.20190705160402.1b1b8e2.el8ost has the fix, the later version openstack-aodh-evaluator-8.0.1-0.20190705170401.1b1b8e2.el8ost.noarch has not. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:2811 |