MDEV-5195: Race when switching relay log causing crash
In parallel replication, when the IO thread switches relay log, the SQL thread re-opens the current relaylog and seeks to the current position. There was a race that would cause it to sometimes seek to the wrong position, causing corruption and crash.
Showing
Please register or sign in to comment