Skip to content
  • Venkatesh Venugopal's avatar
    63fc08e2
    Bug#25839610 ABORT OCCUR DURING SLAVE BACKUP WHEN RELAY LOG INDEX IS LOCK · 63fc08e2
    Venkatesh Venugopal authored
    Problem
    -------
    When Relay log index file is locked by other process,
    server is unable to do any changes to the index file.
    Server treats this situation as fatal and executing
    intentional abort.
    
    
    Analysis & Fix
    --------------
    Sometimes an outsider can lock index files for temporary
    viewing purpose. For eg: MEB locks
    binlog.index/relaylog.index to view the content of the file.
    During that small period of time, deletion/rename of the
    file is not possible on some platforms(Eg: Windows) Server
    should retry the delete operation for few times instead of
    panicking immediately.
    63fc08e2
    Bug#25839610 ABORT OCCUR DURING SLAVE BACKUP WHEN RELAY LOG INDEX IS LOCK
    Venkatesh Venugopal authored
    Problem
    -------
    When Relay log index file is locked by other process,
    server is unable to do any changes to the index file.
    Server treats this situation as fatal and executing
    intentional abort.
    
    
    Analysis & Fix
    --------------
    Sometimes an outsider can lock index files for temporary
    viewing purpose. For eg: MEB locks
    binlog.index/relaylog.index to view the content of the file.
    During that small period of time, deletion/rename of the
    file is not possible on some platforms(Eg: Windows) Server
    should retry the delete operation for few times instead of
    panicking immediately.
Loading