YARN-4456. Clean up Lint warnings in nodemanager (templedf via rkanter)
(cherry picked from commit 6fbfb501f2
)
This commit is contained in:
parent
5057abc390
commit
b7f7d42c27
|
@ -2138,7 +2138,7 @@ public class TestLogAggregationService extends BaseContainerManagerTest {
|
|||
ApplicationEventType.APPLICATION_LOG_HANDLING_INITED) };
|
||||
checkEvents(appEventHandler, expectedInitEvents, false, "getType",
|
||||
"getApplicationID");
|
||||
reset(appEventHandler);
|
||||
reset(new EventHandler[] {appEventHandler});
|
||||
|
||||
logAggregationService.handle(new LogHandlerAppFinishedEvent(appId));
|
||||
logAggregationService.stop();
|
||||
|
|
Loading…
Reference in New Issue