Bug 1357003
| Summary: | Workers Reset due to extra memory usage during initial C&U capture when connected to RHEVM environments | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Alex Krzos <akrzos> |
| Component: | Performance | Assignee: | Boriso <bodnopoz> |
| Status: | CLOSED ERRATA | QA Contact: | Pradeep Kumar Surisetty <psuriset> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.6.0 | CC: | akrzos, arcsharm, dajohnso, jhardy, kmorey, nstephan, obarenbo, oourfali, simaishi |
| Target Milestone: | GA | ||
| Target Release: | 5.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | perf:c&u:rhev | ||
| Fixed In Version: | 5.7.0.1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-04 12:57:40 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-07-15 13:06:13 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/e3e19a9660ed8db07f34a6ad7b669343e7e79cd3 commit e3e19a9660ed8db07f34a6ad7b669343e7e79cd3 Author: borod108 <bodnopoz> AuthorDate: Sun Aug 28 15:24:18 2016 +0300 Commit: borod108 <bodnopoz> CommitDate: Tue Aug 30 10:18:42 2016 +0300 Change the range of captured metric data on initialization Captured metric data on RHV will now follow the setting of "initial_capture_days" and not capture 7 days back by default on initialization. https://bugzilla.redhat.com/show_bug.cgi?id=1357003 https://bugzilla.redhat.com/show_bug.cgi?id=1348879 .../providers/redhat/infra_manager/metrics_capture.rb | 2 +- spec/factories/authentication.rb | 4 ++++ spec/factories/ext_management_system.rb | 7 +++++++ .../redhat/infra_manager/metrics_capture_spec.rb | 16 ++++++++++++++++ 4 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 spec/models/manageiq/providers/redhat/infra_manager/metrics_capture_spec.rb 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://rhn.redhat.com/errata/RHBA-2017-0012.html |