Fixed - Cluster failover handling #5857

pull/5924/head
Nikita Koksharov 8 months ago
parent 7b2c1895a9
commit 4bf4cb13e3

@ -965,7 +965,7 @@ public class ClusterConnectionManager extends MasterSlaveConnectionManager {
}
private Collection<ClusterPartition> getLastPartitions() {
return lastUri2Partition.values();
return new HashSet<>(lastUri2Partition.values());
}
public int getSlot(MasterSlaveEntry entry) {

Loading…
Cancel
Save