Bug 1134445
Summary: | Globally uncaught exception when trying to view graph for the time period when there is no data collected | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> | ||||
Component: | UI | Assignee: | Mike Thompson <mithomps> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Armine Hovsepyan <ahovsepy> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | JON 3.2.1, JON 3.2.2 | CC: | ahovsepy, bkramer, loleary, mfoley | ||||
Target Milestone: | ER02 | Keywords: | Regression | ||||
Target Release: | JON 3.3.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
When trying to generate the metric graph for a time period when there was no collected data, a Globally Uncaught Exception was shown in the JBoss ON UI and "lowestValue is null" message was shown in the Message Center. The fix now assigns the measurement definition UOM when no valid values are available, which fixes the reported issue.
|
Story Points: | --- | ||||
Clone Of: | 1131583 | Environment: | |||||
Last Closed: | 2014-12-11 13:59:34 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: | 1092507 | ||||||
Bug Blocks: | 1131583 | ||||||
Attachments: |
|
Description
Larry O'Leary
2014-08-27 14:06:35 UTC
Putting to ON_QA as this fix is available in the current ER builds: Comment https://bugzilla.redhat.com/show_bug.cgi?id=1092507#c5 from upstream bug shows this was in commit: > commit 17239b3b948a8c2b05a21bd87d25aeed7217020f > Author: Mike Thompson <mithomps> > Date: Tue Apr 29 10:34:00 2014 -0700 > > [BZ 1092507] Globally uncaught exception when selecting an area which doesn't contain data in unfolded graph. Zooming in on range of no data (NaN) causes the lowestValue to become null because there is no low value (there are no valid values at all). This scenario was solved by assigning the measurement definition UOM when no valid values are available. From comment https://bugzilla.redhat.com/show_bug.cgi?id=1092507#c1 on upstream bug, another set of test steps: > Another way I reproduced the Globally uncaught exception: > > 1. Navigate to a resource ( RHQ AGENT) > 2. Navigate to Monitoring->Metrics tab > 3. Unfold the metric 'Agent-Server clock difference' > 4. click on the time range '1m' or '3m'( range having no data ) > 5. It display Globally uncaught exception in UI Created attachment 931823 [details]
metrics_nan
verified on jon 3.3 er1 screen-shot attached |