Skip to content

Commit

Permalink
YARN-11204. Various MapReduce tests fail with NPE in AggregatedLogDel…
Browse files Browse the repository at this point in the history
…etionService.stopRMClient. Contributed by Szilard Nemeth.
  • Loading branch information
9uapaw committed Jun 29, 2022
1 parent 073b8ea commit 2d133a5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ public class AggregatedLogDeletionService extends AbstractService {

private Timer timer = null;
private long checkIntervalMsecs;
private List<LogDeletionTask> tasks;
private List<LogDeletionTask> tasks = new ArrayList<>();

public static class LogDeletionTask extends TimerTask {
private Configuration conf;
Expand Down

0 comments on commit 2d133a5

Please sign in to comment.