Till Rohrmann created FLINK-23202: ------------------------------------- Summary: RpcService should fail result futures if messages could not be sent Key: FLINK-23202 URL: https://issues.apache.org/jira/browse/FLINK-23202 Project: Flink Issue Type: Improvement Components: Runtime / Coordination Affects Versions: 1.12.4, 1.13.1 Reporter: Till Rohrmann Fix For: 1.14.0
The {{RpcService}} should fail result futures if messages could not be sent. This would speed up the failure detection mechanism because it would not rely on the timeout. One way to achieve this could be to listen to the dead letters and then sending a {{Failure}} message back to the sender. -- This message was sent by Atlassian Jira (v8.3.4#803005)