XComp commented on a change in pull request #18627:
URL: https://github.com/apache/flink/pull/18627#discussion_r800524326



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java
##########
@@ -579,23 +624,28 @@ private CleanupJobState jobManagerRunnerFailed(JobID 
jobId, Throwable throwable)
         return CleanupJobState.LOCAL;
     }
 
-    JobManagerRunner createJobManagerRunner(JobGraph jobGraph, long 
initializationTimestamp)
-            throws Exception {
+    private JobManagerRunner initializeJobManagerRunner(JobGraph jobGraph) 
throws Exception {

Review comment:
       I actually don't remember anymore. But you're right - `createXYZ` still 
works




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to