StefanRRichter commented on a change in pull request #6751: [FLINK-10403] Port
JobManagerHAProcessFailureBatchRecoveryITCase to new code base
URL: https://github.com/apache/flink/pull/6751#discussion_r220459106
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/recovery/JobManagerHAProcessFailureBatchRecoveryITCase.java
##########
@@ -293,13 +286,11 @@ public void testJobManagerProcessFailure() throws
Exception {
String leaderAddress = leaderListener.getAddress();
UUID leaderId = leaderListener.getLeaderSessionID();
- // Get the leader ref
- ActorRef leaderRef =
AkkaUtils.getActorRef(leaderAddress, testActorSystem, deadline.timeLeft());
- ActorGateway leaderGateway = new
AkkaActorGateway(leaderRef, leaderId);
+ final CompletableFuture<DispatcherGateway>
dispatcherGatewayFuture = rpcService.connect(leaderAddress,
DispatcherId.fromUuid(leaderId), DispatcherGateway.class);
Review comment:
line is a bit long
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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