[MDEV-24419] Galera crash after ALTER TABLE convert to utf8mb4: Assertion failure in file data0type.cc line 67 Created: 2020-12-16 Updated: 2021-06-17 Resolved: 2021-01-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Galera |
| Affects Version/s: | 10.4.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Deyvid Evaristo | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | 67, alter, character-set, crash, galera, need_feedback | ||
| Environment: |
2 node MariaDB Galera cluster on 4GB RAM CentOS 7.* |
||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Description |
|
After issuing a sequence of ALTER TABLE commands Galera crashed completely on both nodes: SQL Commands: alter table table1 convert to character set utf8mb4 collate utf8mb4_unicode_ci; mysql_error.log output/crash: InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.4.12/storage/innobase/data/data0type.cc line 67 |
| Comments |
| Comment by Marko Mäkelä [ 2020-12-16 ] |
|
Can you repeat this with MariaDB 10.4.14 or later? This looks like a possible duplicate of |
| Comment by Deyvid Evaristo [ 2020-12-16 ] |
|
Thanks Marko, good to know that. I will perform a new test. |