[ERR] Node 10.62.1.41:6379 is not empty. Either the node already knows other nodes (check with CLUSTER NODES) or contains some key in database 0.
# Run:
systemctl stop redis-sentinel
systemctl stop redis-server
rm /var/lib/redis/dump.rdb
rm /var/lib/redis/redis*.conf
systemctl start redis-server
systemctl start redis-sentinel
# flushdb if necessary
############ System tweaks ######################
# XXX set in sysctl.conf
echo never > /sys/kernel/mm/transparent_hugepage/enabled
475:M 18 Jul 20:32:45.616 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
475:M 18 Jul 20:32:45.616 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.