Done
Details
Assignee
Krunal BauskarKrunal Bauskar(Deactivated)Reporter
Krunal BauskarKrunal Bauskar(Deactivated)Time tracking
6h 15m loggedFix versions
Affects versions
Priority
High
Details
Details
Assignee
Krunal Bauskar
Krunal Bauskar(Deactivated)Reporter
Krunal Bauskar
Krunal Bauskar(Deactivated)Time tracking
6h 15m logged
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created September 10, 2019 at 7:55 AM
Updated March 6, 2024 at 10:05 PM
Resolved September 11, 2019 at 3:37 AM
ADMIN command like OPTIMIZE etc... can cause complete cluster stall.
MySQL may decide to run OPTIMIZE with table re-creation (InnoDB approach). Table-recreation is internal so the binlog is turned off. Changes done by upstream to fix another bug also caused this binlog turn off action to turn off wsrep_on = off this means OPTIMIZE (DDL statement running under TOI mode) can't brute force abort the local running transaction. This eventually breaks consistency semantics and leads to a deadlock.