[MDEV-15307] MariaDB 10.1 crashing on binlog switch to new file Created: 2018-02-13 Updated: 2020-08-25 Resolved: 2018-02-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Replication |
| Affects Version/s: | 10.1.28 |
| Fix Version/s: | 10.1.30 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Chris Calender (Inactive) | Assignee: | Andrei Elkin |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
User is encountering MariaDB 10.1.28 crashing on binlog switch to new file.
Query:
They are trying to delete 100000 rows from a table with approx 10710898 rows. Their max_binlog_size = 2M, which has been recommended to them to increase. But still, there should not be a crash. Note that the stack traces look very similar to these: https://jira.mariadb.org/browse/MDEV-14290 However, the above both mention RocksDB, which this user is not using. However, Andrii stated in the latter report that, "According to |
| Comments |
| Comment by Elena Stepanova [ 2018-02-13 ] |
|
Crash in MYSQL_BIN_LOG::mark_xid_done points at |
| Comment by Andrei Elkin [ 2018-02-14 ] |
|
This one must be a duplicate of |