PXC crashes with Assertion other.state() == s_committed || other.state() == s_aborted
General
Escalation
General
Escalation
Description
Environment
None
Smart Checklist
Activity
Show:

Julia Vural March 4, 2025 at 9:28 PM
It appears that this issue is no longer being worked on, so we are closing it for housekeeping purposes. If you believe the issue still exists, please open a new ticket after confirming it's present in the latest release.
Won't Do
Details
Details
Assignee
Unassigned
UnassignedReporter

Time tracking
4h 10m logged
Affects versions
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist

Open Smart Checklist
Created May 9, 2020 at 11:45 AM
Updated March 4, 2025 at 9:28 PM
Resolved March 4, 2025 at 9:28 PM
While running PSTRESS on PXC-8.0, a crash is seen. The crash seems to happen when below DDLs are executed in concurrent threads.
ALTER TABLE tt_15_p ADD COLUMN iN11 INT, LOCK=EXCLUSIVE, ALGORITHM=INPLACE;
ALTER TABLE tt_5 DROP COLUMN vN75, LOCK=EXCLUSIVE, ALGORITHM=INPLACE;
Steps to reproduce: