tarantool / vshard

The new generation of sharding based on virtual buckets
Other
99 stars 30 forks source link

Support `master = 'auto'` in storage configuration for the other replicasets #430

Closed ImeevMA closed 1 year ago

ImeevMA commented 1 year ago

Currently master='auto' is only supported for the router. This is quite problematic because the master may sometimes not know who the master of an other replicasert is, or have incorrect information about the master of some other replicaset. This can lead to problems in the work of the rebalancer.