I have a MariaDB/Galera cluster running on three RHEL7 nodes and it was running beautifully till some time in November i think when an update (Sorry, i don't have versions but it was 10.1 something) stopped this starting up automatically. I can start the process manually and it starts up just fine but it doesn't start automatically which makes me sad.Any ideas where i can start with this?
--
You received this message because you are subscribed to the Google Groups "codership" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codership-team+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[##########@########## ~]$ sudo systemctl status mysqld
-l
[sudo] password for ##########:
● mariadb.service - MariaDB database server
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled;
vendor preset: disabled)
Drop-In: /etc/systemd/system/mariadb.service.d
└─migrated-from-my.cnf-settings.conf
Active: failed (Result: exit-code) since Wed 2017-01-25 13:12:42
GMT; 3min 37s ago
Process: 500 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ]
&& VAR= || VAR=`/usr/bin/galera_recovery`; [ $? -eq 0
] && systemctl set-environment _WSREP_START_POSITION=$VAR
|| exit 1 (code=exited, status=1/FAILURE)
Process: 484 ExecStartPre=/bin/sh -c systemctl unset-environment
_WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Jan 25 13:12:42 ########## sh[500]: WSREP: Failed to start mysqld for wsrep recovery: '2017-01-25 13:12:39
139791298672896 [Note] InnoDB: Using mutexes to ref count buffer pool pages
Jan 25 13:12:42 ########## sh[500]: 2017-01-25 13:12:39 139791298672896 [Note] InnoDB: The InnoDB memory
heap is disabled
Jan 25 13:12:42 ########## sh[500]: 2017-01-25 13:12:39 139791298672896 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
Jan 25 13:12:42 ########## sh[500]: 2017-01-25 13:12:39 139791298672896 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
Jan 25 13:12:42 ########## sh[500]: 2017-01-25 13:12:39 139791298672896 [Note] InnoDB: Compressed tables use zlib 1.2.7
Jan 25 13:12:42 ########## sh[500]: 2017-01-25 13:12:39 139791298672896 [Note] InnoDB: Using Linux native AIO
Jan 25 13:12:42 ########## sh[500]: 2017-01-25 13:12:39 139791298672896 [Note] InnoDB: Using SSE crc32 instructions
Jan 25 13:12:42 ########## sh[500]: 2017-01-25 13:12:39 139791298672896 [Note] InnoDB: Initializing buffer pool, size = 122.0M
Jan 25 13:12:42 ########## sh[500]: 2017-01-25 13:12:39 139791298672896 [Note] InnoDB: Completed initialization of buffer pool
Jan 25 13:12:42 ########## sh[500]: 2017-01-25 13:12:39 139791298672896 [Note] InnoDB: Highest supported file format is Barracuda.