• Vladislav Vaintroub's avatar
    fixup 63b9d6e7 , log_sys.write_buf can't run in a loop · 972b4564
    Vladislav Vaintroub authored
    The write_lock is released after the first time already.
    
    This leaves the hole in the log_write_and_flush logic, some
    flush_lock/write_lock waiters could be hanging, until the
    background redo log flush comes.
    
    The possibility of that is relatively tiny though.
    972b4564
log0log.cc 29.9 KB