[MDEV-7838] Got error 5 "Input/output error" during COMMIT; Created: 2015-03-25 Updated: 2015-03-27 Resolved: 2015-03-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.0.17-galera |
| Fix Version/s: | 10.0.19-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Leo Kwan | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| 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 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;" |
| Comments |
| Comment by Elena Stepanova [ 2015-03-25 ] | |||||||||
|
I tried to reproduce with a simple table and 4M rows, it worked all right. leomkkwan,
If any of this information is private, you can upload it to ftp.askmonty.org/private Thanks. | |||||||||
| Comment by Leo Kwan [ 2015-03-26 ] | |||||||||
|
It can be reproducible every time. I got the exact error from the error log.
This is a stand alone server running 10.0.17-MariaDB-wsrep-log. Running with the following config. wsrep is enabled, but it's only a one node cluster.
I am not sure this is a bug or not now. | |||||||||
| Comment by Elena Stepanova [ 2015-03-26 ] | |||||||||
|
Thanks. It's still important that you are using the wsrep version – from the log exceprt, it looks like the problem might have started there. nirbhay_c, | |||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2015-03-27 ] | |||||||||
|
In galera cluster there is a limit set on the transaction size (1GB by default) that it can handle. It can be controlled by wsrep_max_ws_size system variable: https://mariadb.com/kb/en/mariadb/galera-cluster-system-variables/#wsrep_max_ws_size |