Bug 1447916
Summary: | cleanup of a bundle resource may result in the crmd process on the DC node taking 100 % of a CPU | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Tomas Jelinek <tojeline> |
Component: | pacemaker | Assignee: | Ken Gaillot <kgaillot> |
Status: | CLOSED WONTFIX | QA Contact: | cluster-qe <cluster-qe> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 8.3 | CC: | cluster-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-12-01 07:28:38 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
Tomas Jelinek
2017-05-04 08:47:01 UTC
I was talking to klaus about this yesterday, its something to do with the remote connection resource. If you 'killall -TRAP crmd' a few times you see thousands of copies of: trace May 04 03:58:04 mainloop_gio_callback(673):0: New message from remote-lrmd-pcmk-2:1111[0x7f9def161c60] 1 trace May 04 03:58:04 lrmd_tls_dispatch(366):0: tls dispatch triggered after disconnect And if you think I'm exaggerating: [root@pcmk-2 /]# qb-blackbox /var/lib/pacemaker/blackbox/crmd-349.2 | grep "trace May 04 03:58:04 mainloop_gio_callback" | wc -l 4317 The message in particular suggests we're not correctly cleaning up dead connections. Oh and the other symptom is that all IPC to the crmd (eg. subsequent cleanup calls) fails. This is unlikely to be solved in the 7.5 timeframe Whoops, picked wrong drop-down Will consider for RHEL 8 After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened. |