zentol commented on a change in pull request #16312:
URL: https://github.com/apache/flink/pull/16312#discussion_r660026602



##########
File path: 
flink-tests/src/test/java/org/apache/flink/test/recovery/ProcessFailureCancelingITCase.java
##########
@@ -127,7 +127,10 @@ public void testCancelingOnProcessFailure() throws 
Throwable {
         final ScheduledExecutorService ioExecutor = 
TestingUtils.defaultExecutor();
         final HighAvailabilityServices haServices =
                 HighAvailabilityServicesUtils.createHighAvailabilityServices(
-                        config, ioExecutor, 
AddressResolution.NO_ADDRESS_RESOLUTION);
+                        config,
+                        ioExecutor,
+                        AddressResolution.NO_ADDRESS_RESOLUTION,
+                        RpcSystem.load());

Review comment:
       It does not really matter either way; the RpcSystem is a stateless 
factory of sorts.




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to