Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
This is a follow-up based on discussion around HDDS-8536 in this PR. Replication manager will try to keep all replicas with unique origin node IDs for quasi-closed containers that cannot be closed, while fully replicating the healthy replicas. This could require up to 5 replicas to satisfy, for example:
SCM state: Quasi-closed
Replica states: quasi-closed(origin 1) quasi-closed(origin 1) quasi-closed(origin 1) unhealthy(origin 2) unhealthy(origin 3)
In a 4 node cluster, or a 5 node cluster trying to decommission a node, this would remain under-replicated or get stuck. In this case, we need to choose how to proceed.
Attachments
Attachments
Issue Links
- duplicates
-
HDDS-10239 Storage Container Reconciliation
- Open