I'm facing a strange problem this morning with my 3 nodes Percona XtraDB Test Cluster, one of my node cannot rejoin/join back the cluster, each time it tries the SST part is not succeeding and so the node is shutting down itself a few seconds after being started.
Error logs from joiner node and donor node are available on Pastebin :
Also, as it was stated on the donor error log, I've checked the content of the innobackup.backup.log but also without success as I do not have any idea of what could be the problem there :
------------------------------------------------------------------------------------------------
# cat /opt/mysql-galera/data//innobackup.backup.log
InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy
and Percona Ireland Ltd 2009-2012. All Rights Reserved.
This software is published under
the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.
130506 11:47:33 innobackupex: Starting mysql with options: --defaults-file='/etc/my-galera.cnf' --password=xxxxxxxx --user='replicator' --socket='/opt/mysql-galera/data/mysqld.sock' --unbuffered --
130506 11:47:33 innobackupex: Connected to database with mysql child process (pid=12616)
130506 11:47:39 innobackupex: Connection to database server closed
IMPORTANT: Please check that the backup run completes successfully.
At the end of a successful backup run innobackupex
prints "completed OK!".
innobackupex: Using mysql Ver 14.14 Distrib 5.5.30, for Linux (i686) using readline 5.1
innobackupex: Using mysql server version Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
innobackupex: Created backup directory /tmp
tar: -: Cannot write: Broken pipe
tar: Error is not recoverable: exiting now
innobackupex: Error: Failed to stream 'backup-my.cnf': Inappropriate ioctl for device at /usr/bin/innobackupex line 381.
------------------------------------------------------------------------------------------------
Anyone who already had this problem please ? Any clue/information would be very appreciated to understand what is the problem here.
Thanks !
Regards,
Laurent