Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Not a Bug
-
Affects Version/s: 10.0.17-galera
-
Fix Version/s: 10.0.19-galera
-
Component/s: Replication
-
Labels:None
Description
The environment is a mixed of Mysql5.6 and MariaDB 10.0. RBR replication from 5.6 to 10.0 is working fine except we have a large volume of data copy from one innodb table into another innodb table.
example.
INSERT into lgV3_Report.T_Report_Copy
select * from lgV3_Report.T_Report where Date >='2015-2-20' AND Date < '2015-2-25';
Which could be a few million of rows. All MySQL 5.6 salves are committed this query without problem. However, on a MariaDB 10.0.17 salve, the SQL_Slave thread stopped with this error
"Got error 5 "Input/output error" during COMMIT;"
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
I tried to reproduce with a simple table and 4M rows, it worked all right.
Leo Kwan,
Is it reproducible every time?
If not, did you check for real input/output errors (maybe disk problems or something)?
If yes and there was none, please
If any of this information is private, you can upload it to ftp.askmonty.org/private
Thanks.