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
kvserver: default ReplicateQueueMaxSize to math.MaxInt64
Previously, the maximum size of the replicate queue was made configurable via a
cluster setting, since replica item structs are small and enforcing the a max
size seemed unnecessary. This commit sets the default replicate queue size to
MaxInt64. This allows more backing time on the master since we plan to backport
the change and give customers the option to set it to MaxInt64. If this behavior
proves stable, MaxInt64 will become the default replicate queue size in future
releases as well.
0 commit comments