[ 
https://issues.apache.org/jira/browse/IGNITE-17502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amelchev Nikita updated IGNITE-17502:
-------------------------------------
    Labels: ise  (was: )

> 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
>            Priority: Major
>              Labels: ise
>             Fix For: 2.14
>
>
> 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)

Reply via email to