[MDEV-17985] rocksdb crashes mariadb 10.3 Created: 2018-12-12 Updated: 2018-12-13 Resolved: 2018-12-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | 10.3.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Philip orleans | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 7 fully updated |
||
| Description |
|
2018-12-12 15:32:18 140415786465472 [ERROR] Can't open shared library '/usr/lib64/mysql/plugin/ha_rocksdb.so' (errno: 2, undefined symbol: _ZN7handler11engine_nameEv) |
| Comments |
| Comment by Elena Stepanova [ 2018-12-12 ] |
|
Please paste the output of rpm -qa | grep -i maria |
| Comment by Philip orleans [ 2018-12-13 ] |
|
MariaDB-server-10.3.11-1.el7.centos.x86_64 I removed RocksDB. |
| Comment by Elena Stepanova [ 2018-12-13 ] |
|
The RocksDB was the most interesting one – the error (first line in the log snippet) suggests that the RocksDB version didn't much the server version, which is why the library didn't load, which further led to RocksDB variables being unrecognizable. |
| Comment by Philip orleans [ 2018-12-13 ] |
|
Please close the case. I just reinstalled the engine with Yum, and it did not crash. Just by curiosity, when I shutdown the server I get |
| Comment by Elena Stepanova [ 2018-12-13 ] |
|
Here is what marko said about it in a comment to MDEV-10814:
philip_38, which kernel version do you have? |
| Comment by Philip orleans [ 2018-12-13 ] |
|
I have 4.15.18-9-pve |
| Comment by Daniel Black [ 2018-12-13 ] |
|
Released in stable kernel's 4.18.14, 4.14.76, 4.9.133, 4.4.161, and 3.18.124, and will be in 3.16.62. Redhat has confirmed it will be in their kernels (probably out already). Without this fix, the impact is that a core dump may not contain all the information. |