zentol edited a comment on pull request #17606:
URL: https://github.com/apache/flink/pull/17606#issuecomment-957620163


   How long does it actually take for Akka to consider something to be 
unreachable?
   
   It takes quite a while for this to show up:
   ```
   441053 [flink-akka.actor.default-dispatcher-23] WARN  
akka.remote.transport.netty.NettyTransport [] - Remote connection to [null] 
failed with java.net.ConnectException: Connection refused: no further 
information: /127.0.0.1:58498
   441056 [flink-akka.actor.default-dispatcher-23] WARN  
akka.remote.ReliableDeliverySupervisor [] - Association with remote system 
[akka.tcp://flink@127.0.0.1:58498] has failed, address is now gated for [50] 
ms. Reason: [Association failed with [akka.tcp://flink@127.0.0.1:58498]] Caused 
by: [java.net.ConnectException: Connection refused: no further information: 
/127.0.0.1:58498]
   ```
   
   After that we immediately throw `RecipientUnreachableExceptions.`


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