Description
It is observed that in hadoop-3.1-RC0, NodeManager are unable to initialize TimelineCollectorWebService!
Primary reason is HADOOP-15657 is not present in hadoop-3.1 branch!
Following error is seen NM logs
Caused by: org.apache.hadoop.metrics2.MetricsException: Unsupported metric field putEntitiesFailureLatency of type org.apache.hadoop.metrics2.lib.MutableQuantiles at org.apache.hadoop.metrics2.lib.MutableMetricsFactory.newForField(MutableMetricsFactory.java:87)
We need to revert YARN-8270 from branch-3.1!
Attachments
Issue Links
- is broken by
-
YARN-8270 Adding JMX Metrics for Timeline Collector and Reader
- Resolved