Duplicate
Details
Details
Assignee
nitendra.bhosle
nitendra.bhosle(Deactivated)Reporter
mohit.joshi
mohit.joshiTime tracking
1d 3h 45m logged
Priority
Smart Checklist
Smart Checklist
Created March 11, 2021 at 7:00 AM
Updated March 6, 2024 at 10:40 AM
Resolved May 4, 2021 at 6:20 PM
While testing PXC-5.7 and PXC-8.0 on a 3 node cluster setup, it is observed that if a certain combinations of DMLs (INSERT,UPDATE,DELETE,REPLACE) are executed on a prepared metadata containing both partition and non-partition tables with frequent COMMIT and ROLLBACK, the nodes gets into an inconsistent state leading to:
shut down of node 2 and node 3 with node1 being alive (on 5.7)
shutdown of node 1 and node 2(primary) and node 3 being alive (on 8.0)
Attaching the conf file for starting the nodes and the SQL file which can be run from primary node to repeat the problem.
Update: The problem exists in PS as well. Please refer to comments section