Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
- TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing
- In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is created and then checked whether it exists in context.getApplications(). everytime ApplicationImpl is created state machine is intialized and TimelineClient is created which is required only if added to the context.
- Remove unused imports in TimelineServiceV2Publisher & TestSystemMetricsPublisherForV2.java
Attachments
Attachments
Issue Links
- is related to
-
YARN-4073 Unused ApplicationACLsManager in ContainerManagerImpl
- Resolved