Bug #68854 | START BACKUP WAIT STARTED waits forever on backup errors | ||
---|---|---|---|
Submitted: | 3 Apr 2013 9:54 | Modified: | 27 Jun 2013 21:41 |
Reporter: | Hartmut Holzgraefe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | mysql-cluster-7.2.10, 7.2.12 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[3 Apr 2013 9:54]
Hartmut Holzgraefe
[3 Apr 2013 11:30]
MySQL Verification Team
Hello Hartmut, Thank you for the report. Verified as described on reported and later version. Thanks, Umesh
[3 Apr 2013 11:30]
MySQL Verification Team
## 7.2.12 ndb_mgm> START BACKUP 1; Waiting for completed, this may take several minutes Node 2: Backup 1 started from node 1 Node 2: Backup 1 started from node 1 completed StartGCP: 522 StopGCP: 525 #Records: 2059 #LogRecords: 0 Data: 52164 bytes Log: 0 bytes ndb_mgm> ndb_mgm> ndb_mgm> START BACKUP 1; Waiting for completed, this may take several minutes Node 2: Backup 1 started from 1 has been aborted. Error: 1350 Backup failed * 3001: Could not start backup * Backup failed: file already exists (use 'START BACKUP <backup id>'): Temporary error: Temporary Resource error ndb_mgm> ndb_mgm> START BACKUP 1 WAIT STARTED; Waiting for started, this may take several minutes Node 2: Backup 1 started from 1 has been aborted. Error: 1350 ## [root@ushastry mysql-cluster-7.2.12]# bin/perror --ndb 1350 NDB error code 1350: Backup failed: file already exists (use 'START BACKUP <backup id>'): Temporary error: Temporary Resource error MySQL error code 1350 (ER_VIEW_SELECT_CLAUSE): View's SELECT contains a '%s' clause
[27 Jun 2013 21:41]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. Fixed in NDB 7.0+. Documented as follows in the NDB 7.0.39, 7.1.28, 7.2.14, and 7.3.3 changelogs: After issuing START BACKUP id WAIT STARTED, if id had already been used for a backup ID, an error caused by the duplicate ID occurred as expected, but following this, the START BACKUP command never completed. Closed.