Ivan Bessonov created IGNITE-28225:
--------------------------------------
Summary: Retry handshake if a network issue appeared
Key: IGNITE-28225
URL: https://issues.apache.org/jira/browse/IGNITE-28225
Project: Ignite
Issue Type: Bug
Reporter: Ivan Bessonov
In `org.apache.ignite.internal.network.DefaultMessagingService#sendViaNetwork`
we only retry opening the channel in `sender.send`, while expecting that
`channelFuture` must be acquired successfully.
This might not be the case, we should retry the channel creation with a retry
strategy that would depend on a specific API call (send by address / name / ID
/ etc.)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)