redis/tests/cluster
Sankar ea1bc6f623 Process loss of slot ownership in cluster bus (#12344)
Process loss of slot ownership in cluster bus

When a node no longer owns a slot, it clears the bit corresponding
to the slot in the cluster bus messages. The receiving nodes
currently don't record the fact that the sender stopped claiming
a slot until some other node in the cluster starts claiming the slot.
This can cause a slot to go missing during slot migration when subjected
to inopportune race with addition of new shards or a failover.
This fix forces the receiving nodes to process the loss of ownership
to avoid spreading wrong information.

(cherry picked from commit 1190f25ca7)
2023-09-06 20:55:58 +03:00
..
tests Process loss of slot ownership in cluster bus (#12344) 2023-09-06 20:55:58 +03:00
tmp Cluster test: add tmp dir to Git repo. 2014-05-26 18:08:12 +02:00
cluster.tcl Add new cluster shards command (#10293) 2022-03-15 18:24:40 -07:00
run.tcl Fix recent daily CI test failures (#9966) 2021-12-20 12:31:13 +02:00