Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0
-
Reviewed
Description
add AM container launch and register delay metrics in QueueMetrics to help diagnose performance issue.
Added two metrics in QueueMetrics:
aMLaunchDelay: the time spent from sending event AMLauncherEventType.LAUNCH to receiving event RMAppAttemptEventType.LAUNCHED in RMAppAttemptImpl.
aMRegisterDelay: the time waiting from receiving event RMAppAttemptEventType.LAUNCHED to receiving event RMAppAttemptEventType.REGISTERED(ApplicationMasterService#registerApplicationMaster) in RMAppAttemptImpl.
Attachments
Attachments
Issue Links
- relates to
-
YARN-3105 Add generic state transition metrics to existing framework
- Open