how mydumper (should) handle sql errors ?
Hi,
As we can see below, a thread encountering an error is not stopping, and is retrying all each remaining tables.
I suppose it is an historic behavior.
But is it a wanted behavior ? Should mydumper have to be updated to handle this kind of error in a "proper" way ?
/usr/bin/mydumper --outputdir /home/dumps_
[...]
15-02-24 14:33:43 [INFO] - Thread 1 dumping data for `mysql`.`user`
2015-02-24 14:33:43 [INFO] - Thread 1 dumping data for `eCrm`.
2015-02-24 14:33:43 [INFO] - Non-InnoDB dump complete, unlocking tables
2015-02-24 14:33:45 [ERROR] - Could not read data from eCrm.tNewslette
2015-02-24 14:33:45 [INFO] - Thread 1 dumping data for `mysql`
2015-02-24 14:33:45 [ERROR] - Error dumping table (mysql.
2015-02-24 14:33:45 [INFO] - Empty table mysql.gtid_
2015-02-24 14:33:45 [INFO] - Thread 1 dumping data for `mysql`
2015-02-24 14:33:45 [ERROR] - Error dumping table (mysql.
[...]
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask CHANIAL David for more information if necessary.