• antirez's avatar
    Cluster: configEpoch assignment in SETNODE improved. · 6d550f2d
    antirez authored
    Avoid to trash a configEpoch for every slot migrated if this node has
    already the max configEpoch across the cluster.
    
    Still work to do in this area but this avoids both ending with a very
    high configEpoch without any reason and to flood the system with fsyncs.
    6d550f2d
cluster.c 151 KB