gyfora commented on code in PR #271: URL: https://github.com/apache/flink-kubernetes-operator/pull/271#discussion_r901588881
########## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/controller/FlinkDeploymentController.java: ########## @@ -73,8 +71,6 @@ private final MetricManager<FlinkDeployment> metricManager; private final StatusRecorder<FlinkDeploymentStatus> statusRecorder; private final EventRecorder eventRecorder; - private final ConcurrentHashMap<Tuple2<String, String>, FlinkDeploymentStatus> statusCache = Review Comment: good point, will remove that too -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org