The large value of ws_size may be causing issues here.
@Ales,
d) Does this happen only when a certain limit (in this case 20000000) is exceeded - DELETE FROM docStatsDetail LIMIT 20000000? If so, it more looks like c). Also, I see buffer reserve/resize at the last leg of the crash.
a) Looks like a crash in galera, so adding galera project here as well.
b) Also, this looks similar to https:/ /bugs.launchpad .net/codership- mysql/+ bug/1254179
c)
wsrep_max_ws_rows = 128K
wsrep_max_ws_size = 4096M
The large value of ws_size may be causing issues here.
@Ales,
d) Does this happen only when a certain limit (in this case 20000000) is exceeded - DELETE FROM docStatsDetail LIMIT 20000000? If so, it more looks like c). Also, I see buffer reserve/resize at the last leg of the crash.