XComp commented on a change in pull request #18189:
URL: https://github.com/apache/flink/pull/18189#discussion_r782249875
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/runner/JobDispatcherLeaderProcess.java
##########
@@ -49,7 +50,9 @@ protected void onStart() {
dispatcherGatewayServiceFactory.create(
DispatcherId.fromUuid(getLeaderSessionId()),
Collections.singleton(jobGraph),
- ThrowingJobGraphWriter.INSTANCE);
+ Collections.emptyList(),
Review comment:
Same issue in the MiniDispatcher case. I left it as future task and
forgot about it. It's fixed now
--
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]