• Eduardo Semprebon's avatar
    Fix diskless load handling on broken EOF marker (#9752) · c22d3684
    Eduardo Semprebon authored
    During diskless replication, the check for broken EOF mark is misplaced
    and should be earlier. Now we do not swap db, we do proper cleanup and
    correctly raise module events on this kind of failure.
    
    This issue existed prior to #9323, but before, the side effect was not restoring
    backup and not raising the correct module events on this failure.
    c22d3684
replication.c 162 KB