[
https://issues.apache.org/jira/browse/AMBARI-25587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Payer updated AMBARI-25587:
---------------------------------
Affects Version/s: 2.7.5
2.7.4
> Metrics cannot be stored and the exception message is null when metric value
> is NaN
> ------------------------------------------------------------------------------------
>
> Key: AMBARI-25587
> URL: https://issues.apache.org/jira/browse/AMBARI-25587
> Project: Ambari
> Issue Type: Bug
> Components: ambari-metrics
> Affects Versions: 2.7.4, 2.7.5
> Environment: Ambari:2.7.4
> Reporter: akiyamaneko
> Priority: Major
> Fix For: 2.7.6
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The exception information frequently appeared in ambari-metrics-collector.log
> as follows:
> {code:java}
> 2020-11-12 12:28:11,200 WARN
> org.apache.ambari.metrics.core.timeline.PhoenixHBaseAccessor: Failed on
> insert records to store : null
> 2020-11-12 12:28:11,200 WARN
> org.apache.ambari.metrics.core.timeline.PhoenixHBaseAccessor: Metric that
> cannot be stored :
> [default.General.hs2_avg_active_session_time,hiveserver2]{1605155168235=NaN,
> 1605155198236=NaN, 1605155228235=NaN, 1605155258235=NaN}
> {code}
> The exception message of metrics written to HBase is directly displayed as
> null.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)