tillrohrmann commented on a change in pull request #11313: [FLINK-16373] Make
JobManagerLeaderListener thread safe
URL: https://github.com/apache/flink/pull/11313#discussion_r393700463
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/JobLeaderService.java
##########
@@ -432,8 +432,8 @@ protected void onRegistrationFailure(Throwable failure) {
@Override
protected CompletableFuture<RegistrationResponse>
invokeRegistration(
JobMasterGateway gateway,
- JobMasterId jobMasterId,
- long timeoutMillis) throws Exception {
+ JobMasterId fencingToken,
Review comment:
Ok, then I keep as is because it is defined with this name in the super
class.
----------------------------------------------------------------
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]
With regards,
Apache Git Services