• Binbin's avatar
    Fix cluster human_nodename Getter data loss in nodes.conf (#12325) · cd4f3e20
    Binbin authored
    auxHumanNodenameGetter limited to %.40s, since we did not limit the
    length of config cluster-announce-human-nodename, %.40s will cause
    nodename data loss (we will persist it in nodes.conf).
    
    Additional modified auxHumanNodenamePresent to use sdslen.
    cd4f3e20
cluster.c 296 KB