Bug #19651 | State of restore using NDB restore is unknown due to error 1221 | ||
---|---|---|---|
Submitted: | 9 May 2006 18:34 | Modified: | 2 Nov 2006 5:28 |
Reporter: | Jonathan Miller | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 4.1 -> | OS: | Linux (Linux 32 Bit OS) |
Assigned to: | david li | CPU Architecture: | Any |
[9 May 2006 18:34]
Jonathan Miller
[9 May 2006 18:55]
Jonas Oreland
It went ok, but you should look at your redolog buffer as suggested by message. It could also be that your disk are slow so that writing to the redolog is slow. If it fail it will say <quote from code> err << "Restore: Failed to restore table: "; err << metaData[i]->getTableName() << " ... Exiting " << endl; exitHandler(NDBT_FAILED); </quoto from code> Maybe jon can add a note about that ndb_restore will print any temporary error that it encounters. And that it will be explicit if it fails. Or do you think it should print something like "Restore successful, but encountered temporary error, please look at configuration..."
[9 May 2006 19:02]
Jonathan Miller
Hi, I would really like to implement both of your suggestions if possible. Thanks,
[20 Sep 2006 1:46]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/12249 ChangeSet@1.2534, 2006-09-20 09:48:06+08:00, dli@dev3-76.dev.cn.tlan +3 -0 fix for bug#19651, if temporary error occured while retoring, report it in the restore result.
[26 Sep 2006 3:02]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/12508 ChangeSet@1.2534, 2006-09-26 11:03:11+08:00, dli@dev3-76.dev.cn.tlan +4 -0 fix for bug#19651, if temporary error occured while retoring, report it in the restore result.
[10 Oct 2006 18:28]
Jonas Oreland
pushed into 5.1.12
[1 Nov 2006 14:25]
Jonas Oreland
pushed into 4.1.22
[1 Nov 2006 14:34]
Jonas Oreland
pushed into 5.0.29
[2 Nov 2006 5:28]
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. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html Documented bugfix for 4.1.22, 5.0.29, 5.1.12.
[4 Nov 2006 3:10]
Jon Stephens
*Fix for 5.0 documented in 5.0.30 Release Notes.*