[
https://issues.apache.org/jira/browse/IGNITE-21284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Bessonov updated IGNITE-21284:
-----------------------------------
Description:
We need an API (with implementation) that's analogous to
"reset-lost-partitions", but with the ability to reuse living minority of nodes.
This API should gather the states of partitions, identify healthy peers, and
use them as a new raft group configuration (through the update of assignments).
We have to make sure that node with latest log index will become a leader, so
we will have to propagate desired minimum for log index in assignments and use
it during the voting.
was:
We need an API that's analogous to "reset-lost-partitions", but with the
ability to reuse living minority of nodes.
This API should gather the states of partitions, identify healthy peers, and
use them as a new raft group configuration (through the update of assignments).
We have to make sure that node with latest log index will become a leader, so
we will have to propagate desired minimum for log index in assignments and use
it during the voting.
> Internal API for manual raft group configuration update
> -------------------------------------------------------
>
> Key: IGNITE-21284
> URL: https://issues.apache.org/jira/browse/IGNITE-21284
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ivan Bessonov
> Priority: Major
> Labels: ignite-3
>
> We need an API (with implementation) that's analogous to
> "reset-lost-partitions", but with the ability to reuse living minority of
> nodes.
> This API should gather the states of partitions, identify healthy peers, and
> use them as a new raft group configuration (through the update of
> assignments).
> We have to make sure that node with latest log index will become a leader, so
> we will have to propagate desired minimum for log index in assignments and
> use it during the voting.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)