Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Won't Fix
-
None
-
None
Description
The counter code chooses a single replica to coordinate a write, meaning that it should be subject to dynamic snitch latencies like a read would be. This already works when there are reads going on, because the dynamic snitch read latencies are used to pick a node to coordinate, but when there are no reads going on (such as during a backfill) the latencies do not adjust.