redis version : redis-cli 7.0.9

We currently have a redis cluster with 3 masters and 3 slaves hosted on 6 Linux VM append only is set to yes.

One of our Master servers became full and the redis node on this server was unable to write to the AOF file (the error returned to the client was MISCONF Errors writing to the AOF file: No space left on device).

The cluster did not detect node failure and did not proceed with failover.

I expected the failover to proceed normally in this case, but it did not.

Is this normal ?

Comment From: enjoy-binbin

As far as I know, this kind of error does not trigger a failover

@oranagra do you have some thoughts?

Comment From: oranagra

not my domain. @madolson?

Comment From: infordb

In the case of sentinel, when aof write fail occurs in redis, sentinel triggers a failover normally.

Does redis cluster work differently?