[MDEV-19562] Centos7 Mariadb Galera Cluster Created: 2019-05-23 Updated: 2019-08-09 Resolved: 2019-08-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.2.24 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Na Yun Ho | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
CentOS 7 |
||
| Description |
|
mariadb-10.2.24-linux-glibc_214-x86_64.tar.gz MariaDB Start AND Crash 2019-05-23 12:24:00 139758071879488 [Note] WSREP: Read nil XID from storage engines, skipping position init To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help Server version: 10.2.24-MariaDB-log Thread pointer: 0x0 |
| Comments |
| Comment by Daniel Black [ 2019-05-23 ] |
|
What galera version is /app/mariadb/mariadb/lib/galera/libgalera_smm.so ? Where did it come from? Have you considered using the Centos 7 repository (below) and there is a galera package in there too which will work with the openssl version on Centos7? |
| Comment by Na Yun Ho [ 2019-05-23 ] |
|
libgalera_smm.so was used in the mariadb-10.2.24-linux-glibc_214-x86_64.tar.gz. And another test result. No Problem! Why doesn't the library in the tarball libgalera_smm.so work? |
| Comment by Daniel Black [ 2019-05-23 ] |
|
Galera expecting OPENSSL_1.0.0 in libcrypto. Looking at a RHEL7 box I have it seems OPENSSL_1.0.1 is the lowest define. Examining the galera .so and crypto.so with readelf will show you the defined and expected symbols. |
| Comment by Jan Lindström (Inactive) [ 2019-07-09 ] |
|
Does reported problem repeat if you use correct versions of the libraries ? |