Bug 769935
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: | RHQ Project Maintainer <rhq-maint> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3.0.1, 4.3 | CC: | hbrock, hrupp, larstobi, lkrejci, loleary, skondkar |
Target Milestone: | --- | ||
Target Release: | JON 2.4.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 753226 | Environment: | |
Last Closed: | 2012-02-07 19:18:25 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: |
Description
Charles Crouch
2011-12-22 19:31:25 UTC
Verified on version: 2.4.2.GA build number: 3fd0075:1afdc60 The invalid numeric metrics log messages are not logged as warning. These are logged at DEBUG in agent log as below: 2011-12-26 00:26:30,542 DEBUG [MeasurementManager.sender-1] (rhq.core.pc.measurement.MeasurementCollectorRunner)- Numeric metric [Servlet.AvgResponseTime] with schedule id [17515] is invalid - value is [Double.NaN]. 2011-12-26 00:26:30,542 DEBUG [MeasurementManager.sender-1] (rhq.core.pc.measurement.MeasurementCollectorRunner)- Numeric metric [Servlet.MinResponseTime] with schedule id [17517] is invalid - value is [Double.NaN]. 2011-12-26 00:26:30,542 DEBUG [MeasurementManager.sender-1] (rhq.core.pc.measurement.MeasurementCollectorRunner)- Numeric metric [Servlet.MaxResponseTime] with schedule id [17516] is invalid - value is [Double.NaN]. Marking as verified. changing status of VERIFIED BZs for JON 2.4.2 and JON 3.0 to CLOSED/CURRENTRELEASE |