Because of a full disk, my master logged a large heap of "LOST" incident messages. I tried to auto-skip them, but that did not work.
MariaDB [(none)]> show variables like '%slave_skip%';
|
+------------------------+-------+
|
| Variable_name | Value |
|
+------------------------+-------+
|
| slave_skip_errors | 1590 |
|
| sql_slave_skip_counter | 0 |
|
+------------------------+-------+
|
2 rows in set (0.00 sec)
|
MariaDB [(none)]> show slave status\G
|
Slave_SQL_Running: No
|
Last_Errno: 1590
|
Last_Error: The incident LOST_EVENTS occured on the master. Message: error writing to the binary log
|