Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5311#discussion_r164068015 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java --- @@ -100,8 +97,6 @@ private final LeaderElectionService leaderElectionService; - private final JobExecutionResultCache jobExecutionResultCache = new JobExecutionResultCache(); --- End diff -- Forgot about this. Will remove it.
---