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
Prevent to setup weight for all nodes every five seconds
Only replica sets with the vshard-storage role have weight attribute. We can use this to optimize setting of replica set weight.
There is two cases, when weight should not be set:
1. Current weight is null. It's mean, what this replica set isn't storage and weight wouldn't be applied.
2. Current weight of replica set is the same as weight specified in an annotation.
0 commit comments