[MDEV-20989] InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.2.28/storage/innobase/dict/dict0dict.cc line 1467 Created: 2019-11-06 Updated: 2019-11-06 Resolved: 2019-11-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.2.28 |
| Fix Version/s: | 10.2.29, 10.1.43, 10.3.20, 10.4.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thiago Voltolini | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CloudLinux 7.7 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
After upgrading from 10.2.27 to 10.2.28 MariaDB was not starting up. Downgrading to 10.2.27 solved the problem. Error log was this after the update: ??2019-11-05 21:32:10 140612296050880 [Warning] InnoDB: io_setup() failed with EAGAIN. Will make 5 attempts before giving up. And after adding "innodb_use_native_aio = 0", it turned to this: ??2019-11-06 01:07:25 0x7f100ce4d8c0 InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.2.28/storage/innobase/dict/dict0dict.cc line 1467 Full error log attached |
| Comments |
| Comment by Elena Stepanova [ 2019-11-06 ] |
|
Thanks for the report. The issue has been first reported as |