redis slave should not run addslots
Closed this issue · 2 comments
noelmcloughlin commented
I think line 414 should be deleted. I added during troubleshooting stuff.
k8s-statefulsets/redis-set.yaml
Line 414 in cc72894
if [ "$ORDINAL" -eq "0" ]; then
## Controllers
/usr/local/bin/redis-cli cluster addslots "$(seq 0 16383)"
else
/usr/local/bin/redis-cli cluster addslots "$(seq 0 16383)"
# Slaves of a random master
noelmcloughlin commented
Fixed by 64f9247
noelmcloughlin commented
Also removed enclosing double quotes in commit: 2d64880