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

[jira] [Created] (IGNITE-18430) Add integration test for a case when RAFT snapshot installation is cancelled in the middle

Roman Puchkovskiy created IGNITE-18430:
------------------------------------------

             Summary: Add integration test for a case when RAFT snapshot installation is cancelled in the middle
                 Key: IGNITE-18430
                 URL: https://issues.apache.org/jira/browse/IGNITE-18430
             Project: Ignite
          Issue Type: Improvement
            Reporter: Roman Puchkovskiy
             Fix For: 3.0.0-beta2


The scenario is as follows:
 # A streamed RAFT snapshot installation is started
 # Part of data is transferred
 # Snapshot is cancelled (maybe due to the recipient node failure)

As a result, the storage at the recipient node should be in a consistent state. What a 'consistent state' means should be clarified; this could be the state before the snapshot installation started, or it could be some undefined state, but the node would require next snapshot to be installed to function; it should not serve any read/write operations before that.



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