tillrohrmann commented on a change in pull request #6876: [FLINK-10251] Handle 
oversized response messages in AkkaRpcActor
URL: https://github.com/apache/flink/pull/6876#discussion_r246337946
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/rpc/akka/AkkaRpcActorHandshakeTest.java
 ##########
 @@ -60,9 +60,10 @@ public static void setupClass() {
                final ActorSystem actorSystem2 = 
AkkaUtils.createDefaultActorSystem();
                final ActorSystem wrongVersionActorSystem = 
AkkaUtils.createDefaultActorSystem();
 
-               akkaRpcService1 = new AkkaRpcService(actorSystem1, timeout);
-               akkaRpcService2 = new AkkaRpcService(actorSystem2, timeout);
-               wrongVersionAkkaRpcService = new 
WrongVersionAkkaRpcService(wrongVersionActorSystem, timeout);
+               akkaRpcService1 = new AkkaRpcService(actorSystem1, 
AkkaRpcServiceConfiguration.defaultConfiguration());
+               akkaRpcService2 = new AkkaRpcService(actorSystem2, 
AkkaRpcServiceConfiguration.defaultConfiguration());
 
 Review comment:
   Same here

----------------------------------------------------------------
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

Reply via email to