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
default_policy: introduce and respect ReplicaOrder
For LWT optimisation, we want to request replicas to be given in
the ring order. For other cases (non-LWT requests) the order:
- either does not matter (can be arbitrary),
- or it is required to be random, but then the replicas are to be
shuffled anyway, so before shuffling they can be given, again,
in arbitrary order.
This leads to introducing the enum ReplicaOrder with Arbitrary and
RingOrder variants.
0 commit comments