Mirza Aliev created IGNITE-26759:
------------------------------------
Summary: Allow to do partition restart with clean up even if there
is not enough nodes
Key: IGNITE-26759
URL: https://issues.apache.org/jira/browse/IGNITE-26759
Project: Ignite
Issue Type: Improvement
Reporter: Mirza Aliev
Currently if a user tries to perform partition restart with clean up and there
is no enough alive nodes, operation will be rejected.
Enough nodes means that
{code:java}
aliveStableNodes.size() > (zoneDescriptor.replicas() / 2 + 1)
{code}
We can weaken this restriction with the special flag {{--force}} if user is ok
that such operation could lead to data loss.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)