Better error message than "Got error 5 during COMMIT"

Bug #1315387 reported by Raghavendra D Prabhu
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
MySQL patches by Codership
New
Undecided
Unassigned
5.5
New
Undecided
Unassigned
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC
Status tracked in 5.6
5.5
Won't Fix
Undecided
Unassigned
5.6
Confirmed
Wishlist
Unassigned

Bug Description

It is shown when max writeset size is exceed. Also, no one knows what error 5 here means either.

Revision history for this message
Valerii Kravchuk (valerii-kravchuk) wrote :

Test case is like this:

mysql> create table T (i int primAry key auto_increment, s varchar(1024));
mysql> set global wsrep_max_ws_size=1024;
mysql> insert into T (s) values (repeat('i',1024));
ERROR 1180 (HY000): Got error 5 during COMMIT

Revision history for this message
Krunal Bauskar (krunal-bauskar) wrote :

this needs addition of new error codes for WSREP.
can be done as part of error-handling revamp of wsrep.

Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXC-1178

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.