• Viktor Söderqvist's avatar
    Gossip forgotten nodes on `CLUSTER FORGET` (#10869) · 5032de50
    Viktor Söderqvist authored
    Gossip the cluster node blacklist in ping and pong messages.
    This means that CLUSTER FORGET doesn't need to be sent to all nodes in a cluster.
    It can be sent to one or more nodes and then be propagated to the rest of them.
    
    For each blacklisted node, its node id and its remaining blacklist TTL is gossiped in a
    cluster bus ping extension (introduced in #9530).
    5032de50
cluster.c 279 KB