zentol commented on a change in pull request #14879:
URL: https://github.com/apache/flink/pull/14879#discussion_r572223592



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/operators/coordination/OperatorCoordinatorHolder.java
##########
@@ -141,13 +140,8 @@ private OperatorCoordinatorHolder(
         this.operatorMaxParallelism = operatorMaxParallelism;
     }
 
-    public void lazyInitialize(
-            SchedulerNG scheduler, ComponentMainThreadExecutor 
mainThreadExecutor) {
-        lazyInitialize(scheduler::handleGlobalFailure, mainThreadExecutor);
-    }
-
     @VisibleForTesting

Review comment:
       This should be removed




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


Reply via email to