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_r321691979
##########
File path:
flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala
##########
@@ -505,12 +492,6 @@ object AkkaUtils {
| threshold = $transportThreshold
| }
|
- | watch-failure-detector{
Review comment:
The `watch-failure-detector` configuration is relevant for Akka's deathwatch
mechanism. Since we don't use this feature anymore, we can remove the
configuration.
----------------------------------------------------------------
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