Kirill Sizov created IGNITE-26837:
--------------------------------------
Summary: Introduce versioning token to all configuration changing
RAFT commands
Key: IGNITE-26837
URL: https://issues.apache.org/jira/browse/IGNITE-26837
Project: Ignite
Issue Type: Improvement
Reporter: Kirill Sizov
All RAFT commands that change configuration should have a new long value
associated with configuration. If the last updated configuration has the value
lower than the updated one, then the operation succeeds.
If the value of the token is less than the value of existing token, then the
operation is considered as stale (might happen due to reordering) and such
update should be rejected.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)