Bug 783881
Summary: | MeasurementSenderRunner should log debug instead of warning if a numeric metric value is null, NaN, or Infinity | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Charles Crouch <ccrouch> |
Component: | Plugin Container | Assignee: | Charles Crouch <ccrouch> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | low | Docs Contact: | |
Priority: | urgent | ||
Version: | unspecified | CC: | hbrock, hrupp, larstobi, lkrejci, loleary, skondkar, spinder |
Target Milestone: | --- | ||
Target Release: | JON 3.0.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 753226 | Environment: | |
Last Closed: | 2013-09-03 15:05:35 UTC | Type: | --- |
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: | 753226 | ||
Bug Blocks: | 782579 |
Description
Charles Crouch
2012-01-23 05:14:47 UTC
This fix needs to get ported to JON3.0.1 (rhq repo branch release/jon3.0.x) and tested by engineering, then pushed to ON-QA A fix for this issue went into JON2.4.2 Moving this to ON_QA as there is now a binary available to test with: https://brewweb.devel.redhat.com//buildinfo?buildID=197202 Verified on 3.0.1.GA RC2 build (Build Number: b2cb23b:859b914) The invalid numeric metrics log messages are logged at DEBUG in agent log as below: 2012-02-06 17:34:19,962 DEBUG [MeasurementManager.sender-1] (rhq.core.pc.measurement.MeasurementSenderRunner)- Numeric metric [Servlet.maximumResponseTime] with schedule id [18776] is invalid - value is [Double.NaN]. 2012-02-06 17:34:19,963 DEBUG [MeasurementManager.sender-1] (rhq.core.pc.measurement.MeasurementSenderRunner)- Numeric metric [Servlet.minimumResponseTime] with schedule id [18777] is invalid - value is [Double.NaN]. 2012-02-06 17:34:19,963 DEBUG [MeasurementManager.sender-1] (rhq.core.pc.measurement.MeasurementSenderRunner)- Numeric metric [Servlet.averageResponseTime] with schedule id [18773] is invalid - value is [Double.NaN]. Bulk closing of old issues in VERIFIED state. |