You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Bessonov (Jira)" <ji...@apache.org> on 2024/03/04 08:15:00 UTC

[jira] [Created] (IGNITE-21661) Test scenario where all stable nodes are lost during a partially completed rebalance

Ivan Bessonov created IGNITE-21661:
--------------------------------------

             Summary: Test scenario where all stable nodes are lost during a partially completed rebalance
                 Key: IGNITE-21661
                 URL: https://issues.apache.org/jira/browse/IGNITE-21661
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Bessonov


Following case is possible:
 * Nodes A, B and C for a partition
 * B and C go offline
 * new distribution is A, D and E
 * full state transfer from A to D is completed
 * full state transfer from A to E is not
 * A goes offline
 * we perform "resetPartitions"

Ideally, we should use D as a new leader somehow, but the bare minimum should be a partition that is functional, maybe an empty one. We should test the case



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