Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.4.2, 1.5.0, 1.6.0
-
None
Description
Running in Yarn-standalone mode, when the Job Manager performs a failover, all TaskManager that are inherited from the previous JobManager will not send metrics to the new JobManager and other registered metric reporters.
A cursory glance reveal that these line of code might be the cause
Perhap the TaskManager close its metrics group when disassociating JobManager, but not creating a new one on fail-over association ?