When sentinel is triggering a master/slave failover with has many connections such as 10,000 , master is stuck on "client kill type normal"
To reproduce
Please note that we are using 4U8G VMs for hosting Master and Slave. The sentinel monitors and if master is down over 10 seconds and trigger a failover.
Describe the bug
When sentinel is triggering a master/slave failover with has many connections such as 10,000 , master is stuck on "client kill type normal"
To reproduce Please note that we are using 4U8G VMs for hosting Master and Slave. The sentinel monitors and if master is down over 10 seconds and trigger a failover.
./memtier_benchmark-12 -s host -p 6379 -a password -t 200 -c 50 -n 100000 --command='SET key data' --data-size-range=50000-60000 --key-minimum=1 --key-maximum=50000000 --command-key-pattern=P
Expected behavior
Failover can successfully switch a failed master to slave.
Additional information
gdb trace.txt
redis.log
keydb.conf example