You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replication.failover: election enables RAFT based leader election
mechanism on a replicaset. The instances can be configured in the
following election modes: off, candidate, voter, manual. It is
controlled by the replication.election_mode parameter.
However, the election mode parameter has no sense and confusing for
other failover modes (off, manual, supervised). So, it is
forbidden to set the election modes other than off in failover
modes != election.
Related dev. issue(s): tarantool/tarantool#9431
Related doc. issue(s): https://github.com/tarantool/enterprise_doc/issues/253
Product: Tarantool
Since: 3.0
Root document: https://www.tarantool.io/en/doc/latest/reference/configuration/configuration_reference/#configuration-reference-replication-election-mode
SME: @ Totktonada
Details
replication.failover: election
enables RAFT based leader electionmechanism on a replicaset. The instances can be configured in the
following election modes:
off
,candidate
,voter
,manual
. It iscontrolled by the
replication.election_mode
parameter.However, the election mode parameter has no sense and confusing for
other failover modes (
off
,manual
,supervised
). So, it isforbidden to set the election modes other than
off
in failovermodes !=
election
.Summary:
replication.failover: off
replication.election_mode: off
: OKreplication.election_mode: candidate
: FAILreplication.election_mode: voter
: FAILreplication.election_mode: manual
: FAILreplication.failover: manual
replication.election_mode: off
: OKreplication.election_mode: candidate
: FAILreplication.election_mode: voter
: FAILreplication.election_mode: manual
: FAILreplication.failover: election
replication.election_mode: off
: OKreplication.election_mode: candidate
: OKreplication.election_mode: voter
: OKreplication.election_mode: manual
: OKreplication.failover: supervised
replication.election_mode: off
: OKreplication.election_mode: candidate
: FAILreplication.election_mode: voter
: FAILreplication.election_mode: manual
: FAILRequested by @ Totktonada in tarantool/tarantool@a03064b.
The text was updated successfully, but these errors were encountered: