Hi,
I am trying to learn redis and I had setup redis cluster few days back. It was working fine since yesterday. Now the cluster is being reported in fail state by "cluster info" command
Here is the output
cluster_state:fail
cluster_slots_assigned:16384
cluster_slots_ok:12288
cluster_slots_pfail:0
cluster_slots_fail:4096
cluster_known_nodes:10
cluster_size:4
cluster_current_epoch:525
cluster_my_epoch:520
cluster_stats_messages_sent:14012420
cluster_stats_messages_received:13920791
How to debug and fix this issue? Are there any recommended steps.
Thanks in advance for any help here.