mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 01:11:33 +00:00
Merge pull request #1629 from mattsta/fix-trib-master-assignment
Cluster: Restore proper trib master iteration
This commit is contained in:
@ -586,6 +586,7 @@ class RedisTrib
|
|||||||
nodes_count -= 1
|
nodes_count -= 1
|
||||||
assigned_replicas += 1
|
assigned_replicas += 1
|
||||||
puts "Adding replica #{slave} to #{m}"
|
puts "Adding replica #{slave} to #{m}"
|
||||||
|
break
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user