• antirez's avatar
    PSYNC: safer handling of PSYNC requests. · 37e06bd9
    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.
    37e06bd9
replication.c 62.8 KB