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_r321692363
##########
File path:
flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaTestBase.java
##########
@@ -118,8 +117,6 @@ public static void shutDownServices() throws Exception {
protected static Configuration getFlinkConfiguration() {
Configuration flinkConfig = new Configuration();
- flinkConfig.setString(AkkaOptions.WATCH_HEARTBEAT_PAUSE, "5 s");
Review comment:
The test is using an unused configuration option for several releases.
Hence, it seems to work with the default of the heartbeat options for quite
some time. Hence, I would not touch if there is not a very good reason for it.
----------------------------------------------------------------
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