Bug 1341291
| Summary: | 5.6 ReplicationWorker Recycling due to rubyrep: unknown OID 0: failed to recognize type of 'change_table'. It will be treated as String. | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Alex Krzos <akrzos> |
| Component: | Replication | Assignee: | Nick Carboni <ncarboni> |
| Status: | CLOSED ERRATA | QA Contact: | Alex Newman <anewman> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.6.0 | CC: | akrzos, cpelland, gtanzill, jhardy, mfeifer, ncarboni, obarenbo, simaishi |
| Target Milestone: | GA | ||
| Target Release: | 5.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.6.0.10 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-29 16:07:04 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
Alex Krzos
2016-05-31 17:36:41 UTC
Was this database migrated from 5.5 or was it a fresh deploy on version 5.6? Looks like the worker was hitting the memory threshold and being shut down by the monitor To build on what Nick added. In idle memory test this worker rides just under his threshold at ~190ish PSS Memory. Under workload I am seeing the worker grow to ~270ish MiB PSS before worker management kicks in and recycles the worker # smem -c 'pid rss pss command' | grep "[Rr]eplication" -i 1725 355040 277714 MIQ: MiqReplicationWorker id: 84 So for this, are we looking to increase the default memory threshold? New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/77481589f714d410e497b7914c91e1cf3cc43285 commit 77481589f714d410e497b7914c91e1cf3cc43285 Author: Nick Carboni <ncarboni> AuthorDate: Wed Jun 1 11:44:47 2016 -0400 Commit: Nick Carboni <ncarboni> CommitDate: Wed Jun 1 11:44:47 2016 -0400 Increase replication worker's memory threshold Previously it was 200 megabytes which was causing the monitor to bring the worker down during normal operation https://bugzilla.redhat.com/show_bug.cgi?id=1341291 config/settings.yml | 1 + 1 file changed, 1 insertion(+) 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/RHBA-2016:1348 |