XComp commented on a change in pull request #14804: URL: https://github.com/apache/flink/pull/14804#discussion_r580041891
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobManagerRunnerResult.java ########## @@ -56,9 +57,10 @@ public boolean isInitializationFailure() { * @return the successful completed {@link ArchivedExecutionGraph} * @throws IllegalStateException if the result is not a success */ - public ArchivedExecutionGraph getArchivedExecutionGraph() { + // TODO: rename method and javadoc Review comment: Good that you found that. It appears that I did something wrong when doing a final lookup for TODOs ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org