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
There are configuration constraints that are related to anonymous replicas.
A replicaset must contain at least one non-anonymous instance.
An anonymous replica can't be configured as writable instance using database.mode or <replicaset>.leader options.
An anonymous replica can't be configured with replication.election_mode equals to candidate, voter or manual (only off is allowed).
A few more nuances about anonymous replicas:
Anonymous replicas are filtered out from default upstream list.
A replication.failover: election replicaset can contain anonymous replicas, but replication.election_mode defaults to off for them (unlike non-anonymous instances, where the default is candidate).
replication.failover: supervised skips anonymous replicas, when choosing a bootstrap leader.
A anonymous replica can joined a replicaset, which has all the instances in read-only mode (unlike a non-anonymous instance).
Related dev. issue(s): tarantool/tarantool#9432
Product: Tarantool
Since: 3.0
Root document:
<cfg_replication-replication_anon>
links)SME: @ Totktonada
Details
replication.anon: true
option is now working.There are configuration constraints that are related to anonymous replicas.
database.mode
or<replicaset>.leader
options.replication.election_mode
equals tocandidate
,voter
ormanual
(onlyoff
is allowed).A few more nuances about anonymous replicas:
replication.failover: election
replicaset can contain anonymous replicas, butreplication.election_mode
defaults tooff
for them (unlike non-anonymous instances, where the default iscandidate
).replication.failover: supervised
skips anonymous replicas, when choosing a bootstrap leader.See details in tarantool/tarantool#9432 and tarantool/tarantool#9418.
Requested by @ Totktonada in tarantool/tarantool@5ba3ace.
The text was updated successfully, but these errors were encountered: