yuchen-ecnu commented on code in PR #25798: URL: https://github.com/apache/flink/pull/25798#discussion_r1893709533
########## flink-runtime/src/main/java/org/apache/flink/streaming/api/graph/AdaptiveGraphManager.java: ########## @@ -291,6 +299,8 @@ private List<JobVertex> createJobVerticesAndUpdateGraph(List<StreamNode> streamN generateConfigForJobVertices(jobVertexBuildContext); + onStreamGraphUpdated(streamGraph); Review Comment: I added a private function `generateStreamGraphJson()` to `AdaptiveGraphManager` and called it in `onStreamGraphUpdated` & here to make it clearer. -- 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