Bug 1913784
| Summary: | [RCA][OSP16.1] rabbitmq cluster partitions randomly when running with TLS enabled | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | camorris@redhat.co <camorris> |
| Component: | erlang | Assignee: | John Eckersberg <jeckersb> |
| Status: | CLOSED ERRATA | QA Contact: | nlevinki <nlevinki> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 16.1 (Train) | CC: | apevec, astupnik, chjones, dabarzil, ggrimaux, jeckersb, lhh, lmiccini, marjones, pkomarov, pmorey, ravsingh, spower, svigan |
| Target Milestone: | z6 | Keywords: | Triaged |
| Target Release: | 16.1 (Train on RHEL 8.2) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | erlang-21.3.8.20-1.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-26 13:50:32 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: | |||
|
Comment 4
John Eckersberg
2021-01-07 19:42:55 UTC
*** Bug 1914171 has been marked as a duplicate of this bug. *** I'm bumping the fixed-in-version to the latest release on maint-21 (21.3.8.20). It contains this additional fix which we really should have:
commit ff3843e19caa6e1d3cab6e62f1af707328701f67
Author: Sverker Eriksson <sverker>
Date: Fri Oct 2 20:49:49 2020 +0200
erts: Fix race on ErtsMonLnkDist in erts_net_message
Problem:
DistEntry.mld read without DistEntry locked. If connection goes
down mld pointer may be NULL leading to VM crash.
Solution:
Copy DistEntry.mld pointer and schedule destruction of ErtsMonLnkDist
with thread progress. ErtsMonLnkDist already prepared with its own
mutex and 'alive' flag, but we make sure to handle correctly when
ErtsMonLnkDist is not alive (connection is down).
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 (Red Hat OpenStack Platform 16.1.6 bug fix and enhancement 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/RHBA-2021:2097 |