• Oran Agra's avatar
    diskless master disconnect replicas when rdb child failed (#7518) · f89f50db
    Oran Agra authored
    in case the rdb child failed, crashed or terminated unexpectedly redis
    would have marked the replica clients with repl_put_online_on_ack and
    then kill them only after a minute when no ack was received.
    
    it would not stream anything to these connections, so the only effect of
    this bug is a delay of 1 minute in the replicas attempt to re-connect.
    
    (cherry picked from commit a176cb56)
    f89f50db
replication.c 134 KB