--galera-info fails in 2.1.1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Critical
|
Alexey Kopytov | ||
2.1 |
Fix Released
|
Critical
|
Alexey Kopytov |
Bug Description
Yesterday, I upgrades to xtrabackup version 2.1.1, and now my backups fail.
The commandline is
/usr/bin/
and this results in
xtrabackup_55 version 2.1.1 for Percona Server 5.5.16 Linux (x86_64) (revision id: 600)
xtrabackup: uses posix_fadvise().
xtrabackup: cd to /srv/mysql/data
xtrabackup: Target instance is assumed as followings.
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: using O_DIRECT
>> log scanned up to (1597981)
[01] Streaming /srv/mysql/
[01] ...done
>> log scanned up to (1597981)
130516 08:03:20 innobackupex: Continuing after ibbackup has suspended
130516 08:03:20 innobackupex: Starting to lock all tables...
innobackupex: Error:
Error executing 'SHOW STATUS': Can't call method "selectall_hashref" on an undefined value at /usr/bin/
>> log scanned up to (1597981)
>> log scanned up to (1597981)
>> log scanned up to (1597981)
>> log scanned up to (1597981)
>> log scanned up to (1597981)
DBD::mysql::db selectrow_array failed: MySQL server has gone away at /usr/bin/
>> log scanned up to (1597981)
>> log scanned up to (1597981)
>> log scanned up to (1597981)
And this never completes.
Related branches
- Alexey Kopytov (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedsrc/Makefile (+1/-1)
summary: |
- Can't call method "selectall_hashref" on an undefined value + --galera-info fails in 2.1.1 |
Confirmed, --galera-info is broken in 2.1.1 which is a regression introduced by https:/ /blueprints. launchpad. net/percona- xtrabackup/ +spec/use- dbd-mysql- in-innobackupex. Thanks for the report.