• antirez's avatar
    PSYNC: safer handling of PSYNC requests. · d62ae1ec
    antirez authored
    There was a bug that over-esteemed the amount of backlog available,
    however this could only happen when a slave was asking for an offset
    that was in the "future" compared to the master replication backlog.
    
    Now this case is handled well and logged as an incident in the master
    log file.
    d62ae1ec
replication.c 62.8 KB