XComp commented on a change in pull request #18536:
URL: https://github.com/apache/flink/pull/18536#discussion_r798423128
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java
##########
@@ -169,100 +169,35 @@ public Dispatcher(
DispatcherBootstrapFactory dispatcherBootstrapFactory,
DispatcherServices dispatcherServices)
throws Exception {
- this(
- rpcService,
- fencingToken,
- recoveredJobs,
- recoveredDirtyJobs,
- dispatcherBootstrapFactory,
- dispatcherServices,
- new JobManagerRunnerRegistry(16));
- }
-
- private Dispatcher(
Review comment:
I wasn't sure whether it would break the Github PR view here. That's why
I added the revert. I will squash the commits properly after you give your
thumbs up on squashing
--
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]