Bug 1279506
| Summary: | Logging backtrace in metrics processing | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Marius Cornea <mcornea> | |
| Component: | C&U Capacity and Utilization | Assignee: | Ladislav Smola <lsmola> | |
| Status: | CLOSED ERRATA | QA Contact: | Ola Pavlenko <opavlenk> | |
| Severity: | high | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.5.0 | CC: | cpelland, gblomqui, jhardy, jprause, mfeifer, obarenbo, simaishi | |
| Target Milestone: | GA | |||
| Target Release: | 5.6.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | openstack | |||
| Fixed In Version: | 5.6.0.0 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1290212 (view as bug list) | Environment: | ||
| Last Closed: | 2016-06-29 15:05:09 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1290212 | |||
|
Description
Marius Cornea
2015-11-09 15:25:29 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/b0dc1b1034cc67dd9a8d8dd6b354158ed6ffb617 commit b0dc1b1034cc67dd9a8d8dd6b354158ed6ffb617 Author: Ladislav Smola <lsmola> AuthorDate: Thu Nov 12 13:48:52 2015 +0100 Commit: Ladislav Smola <lsmola> CommitDate: Thu Nov 12 13:48:52 2015 +0100 Log backtrace of queued job error Log backtrace of queued job error, otherwise it's almost impossible to track the error. In the BZ there is link to another BZ that had very hard to track exception message. Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1279506 app/models/miq_queue.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=c766b21cd76805f2c19fb386eb18db06f4013c15 commit c766b21cd76805f2c19fb386eb18db06f4013c15 Author: Ladislav Smola <lsmola> AuthorDate: Thu Nov 12 13:48:52 2015 +0100 Commit: Ladislav Smola <lsmola> CommitDate: Mon Mar 7 11:12:04 2016 +0100 Log backtrace of queued job error Log backtrace of queued job error, otherwise it's almost impossible to track the error. In the BZ there is link to another BZ that had very hard to track exception message. Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1279506 app/models/miq_queue.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=934d6fa7d9c417370b61d819e3b6d7023cb6890f commit 934d6fa7d9c417370b61d819e3b6d7023cb6890f Merge: 5bac7f3 c766b21 Author: Greg Blomquist <gblomqui> AuthorDate: Fri Mar 11 09:40:45 2016 -0500 Commit: Greg Blomquist <gblomqui> CommitDate: Fri Mar 11 09:40:45 2016 -0500 Merge branch 'bz1290212' into '5.5.z' Log backtrace of queued job error Log backtrace of queued job error, otherwise it's almost impossible to track the error. In the BZ there is link to another BZ that had very hard to track exception message. Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1279506 Clean cherry-pick of: https://github.com/ManageIQ/manageiq/pull/5402 Fixes 5.5.z BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1290212 See merge request !838 app/models/miq_queue.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |