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: make PriorityInversionRequeue and ReplicateQueueMaxSize metamorphic
Previously, we introduced the cluster settings PriorityInversionRequeue and
ReplicateQueueMaxSize, defaulting them to true and math.MaxInt64 on master but
keeping them disabled and defaultQueueMaxSize on release branches. To allow
additional bake time in release branches, this commit makes both settings
metamorphic on the release branches.
0 commit comments