zhougit86 commented on code in PR #24163: URL: https://github.com/apache/flink/pull/24163#discussion_r1495227606
########## flink-kubernetes/src/main/java/org/apache/flink/kubernetes/KubernetesResourceManagerDriver.java: ########## @@ -114,7 +116,8 @@ public KubernetesResourceManagerDriver( @Override protected void initializeInternal() throws Exception { - podsWatchOpt = watchTaskManagerPods(); + podsWatchOptFuture = watchTaskManagerPods(); + podsWatchOptFuture.get(); Review Comment: This is because the watchTaskManagerPods before is a sync method, I just want to keep it the same behavior as before. -- 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