MAPREDUCE-7310. Clear the fileMap in JHEventHandlerForSigtermTest (#2499)

Co-authored-by: Zhengxi Li <zli89@illinois.edu>
Reviewed-by: Wanqiang Ji <jiwq@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
lzx404243 2021-01-12 00:45:13 -06:00 committed by GitHub
parent ae894ecfcc
commit ca7dd5fad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1119,6 +1119,7 @@ protected void processDoneFiles(JobId jobId) throws IOException {
class JHEventHandlerForSigtermTest extends JobHistoryEventHandler { class JHEventHandlerForSigtermTest extends JobHistoryEventHandler {
public JHEventHandlerForSigtermTest(AppContext context, int startCount) { public JHEventHandlerForSigtermTest(AppContext context, int startCount) {
super(context, startCount); super(context, startCount);
JobHistoryEventHandler.fileMap.clear();
} }
public void addToFileMap(JobId jobId) { public void addToFileMap(JobId jobId) {