Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7.0
-
None
-
None
Description
DefaultMetricsSystem.shutdown() is called in TezChild. IIUC, shutdown is meant to be called in daemon context (datanode/namenode). LLAP daemon initializes the metrics system, after running the first query TezChild shuts down the metrics system which results in closing of all metrics endpoints/sinks.