Over-replicated ranges after zone config change #18911
Labels
A-kv-distribution
Relating to rebalancing and leasing.
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
I'm running a 5-node cluster on Digital Ocean. The version running on each node is:
I was running tpcc against the cluster for a while. Then I created a zone config to replicate the
tpcc.customer
table 5 times instead of 3:After a few minutes, I checked to make sure the table was, in fact, replicated 5 times:
A little while later, I change the tables replication factor back to 3:
I confirmed that the zone config was updated:
But after another 20 min or so, the table still has 5 replicas:
The text was updated successfully, but these errors were encountered: