tillrohrmann commented on a change in pull request #9638: [FLINK-13883]
Deprecate unused AkkaOptions related to Akka's death watch
URL: https://github.com/apache/flink/pull/9638#discussion_r321692678
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/ZooKeeperTestUtils.java
##########
@@ -81,10 +81,6 @@ public static Configuration configureZooKeeperHA(
config.setString(CheckpointingOptions.CHECKPOINTS_DIRECTORY,
fsStateHandlePath + "/checkpoints");
config.setString(HighAvailabilityOptions.HA_STORAGE_PATH,
fsStateHandlePath + "/recovery");
- // Akka failure detection and execution retries
- config.setString(AkkaOptions.WATCH_HEARTBEAT_INTERVAL, "1000
ms");
Review comment:
Yes exactly. They weren't used for several releases 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services