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

[jira] [Updated] (IGNITE-18421) Fix IncomingSnapshotCopier#cancel for the case of network problems

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

Kirill Tkalenko updated IGNITE-18421:
-------------------------------------
    Description: 
Need to fix *org.apache.ignite.internal.table.distributed.raft.snapshot.incoming.IncomingSnapshotCopier#cancel* when network hangs occur.

I think that it is enough to save the future in a variable that will be created after accessing the network, and on canceling the *IncomingSnapshotCopier*, also cancel this future. 
And also think about the *IncomingSnapshotCopier#NETWORK_TIMEOUT*.

  was:
Need to fix *org.apache.ignite.internal.table.distributed.raft.snapshot.incoming.IncomingSnapshotCopier#cancel* when network hangs occur.

I think that it is enough to save the future in a variable that will be created after accessing the network, and on canceling the *IncomingSnapshotCopier*, also cancel this future. 
And also think about the count of *IncomingSnapshotCopier#NETWORK_TIMEOUT*.


> Fix IncomingSnapshotCopier#cancel for the case of network problems
> ------------------------------------------------------------------
>
>                 Key: IGNITE-18421
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18421
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> Need to fix *org.apache.ignite.internal.table.distributed.raft.snapshot.incoming.IncomingSnapshotCopier#cancel* when network hangs occur.
> I think that it is enough to save the future in a variable that will be created after accessing the network, and on canceling the *IncomingSnapshotCopier*, also cancel this future. 
> And also think about the *IncomingSnapshotCopier#NETWORK_TIMEOUT*.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)