YARN-4456. Clean up Lint warnings in nodemanager (templedf via rkanter)
This commit is contained in:
parent
ae48c496dc
commit
6fbfb501f2
@ -2138,7 +2138,7 @@ private void finishApplication(ApplicationId appId,
|
|||||||
ApplicationEventType.APPLICATION_LOG_HANDLING_INITED) };
|
ApplicationEventType.APPLICATION_LOG_HANDLING_INITED) };
|
||||||
checkEvents(appEventHandler, expectedInitEvents, false, "getType",
|
checkEvents(appEventHandler, expectedInitEvents, false, "getType",
|
||||||
"getApplicationID");
|
"getApplicationID");
|
||||||
reset(appEventHandler);
|
reset(new EventHandler[] {appEventHandler});
|
||||||
|
|
||||||
logAggregationService.handle(new LogHandlerAppFinishedEvent(appId));
|
logAggregationService.handle(new LogHandlerAppFinishedEvent(appId));
|
||||||
logAggregationService.stop();
|
logAggregationService.stop();
|
||||||
|
Loading…
Reference in New Issue
Block a user