You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2022/08/10 09:12:00 UTC

[jira] [Updated] (IGNITE-17502) Tasks to sent the snapshot files are not ordered

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