Comment 6 for bug 1646100

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Re: Server becomes unresponsive during flushing after loading big files through LOAD DATA INFILE

This is caused by binary log Binlog_snapshot_file and Binlog_snapshot_position status variables, getting which tries to take LOCK_log with LOCK_status already locked. LOCK_log is taken by the committing thread which has a lot of work to binlog the file load, and LOCK_status is what all connection threads try to take in THD::release_resources