Comment 6 for bug 1648015

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

Initial look at processlist suggest that drop table is in progress.
Other 2 threads are waiting as DROP/DDL action is serialized in Galera.
(This is classic Galera Blocking DDL issue).

----------------------------------------------------------------------

Server got killed as timeout for innodb exceeded the set threshold.

2016-12-07T09:37:16.688769Z 0 [ERROR] [FATAL] InnoDB: Semaphore wait has lasted > 600 seconds. We intentionally crash the server because it appears to be hung.

----------------------------------------------------------------------

Did this workload worked w/o any wait with PXC-5.6 ?