Amelchev Nikita created IGNITE-17502:
----------------------------------------
Summary: Tasks to sent the snapshot files are not ordered
Key: IGNITE-17502
URL: https://issues.apache.org/jira/browse/IGNITE-17502
Project: Ignite
Issue Type: Bug
Reporter: Amelchev Nikita
Assignee: Amelchev Nikita
Tasks to sent the snapshot files are not ordered. This leads to socket timeout
in a file sender while thread is busy by sending to other node:
{noformat}
sender.send(part1);
...
otherSender.send(part3);
...
// `sender` throws socket timeout exception.
sender.send(part2);
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)