• Ping Xie's avatar
    Fix PONG message processing for primary-ship tracking during failovers (#13055) · 28976a90
    Ping Xie authored
    This commit updates the processing of PONG gossip messages in the
    cluster. When a node (B) becomes a replica due to a failover, its PONG
    messages include its new primary node's (A) information and B's
    configuration epoch is aligned with A's. This allows observer nodes to
    identify changes in primary-ship, addressing issues of intermediate
    states and enhancing cluster state consistency during topology changes.
    
    Fix #13018
    28976a90
cluster_legacy.c 258 KB