Done
Details
Assignee
UnassignedUnassignedReporter
Arda BeyazogluArda BeyazogluNeeds QA
YesAffects versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Arda Beyazoglu
Arda BeyazogluNeeds QA
Yes
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created January 23, 2023 at 3:41 PM
Updated December 10, 2023 at 8:37 AM
Resolved December 10, 2023 at 8:37 AM
Hi,
Today an old innodb table (name=order_online_order) with 300-400 rows started to crash suddenly percona server 8.0.30-22. No DDL query executed for weeks.
Logs show that random select queries to the table cause this and create a stack trace. Here is the list of things i tried after it started to happen:
random "select x,y,z from table" queries often CRASHED.
"select count from table" query always CRASHED.
"optimize, analyze table" queries always CRASHED.
"select 1 from table" always WORKED.
"select primary_key_column from table limit 1" always WORKED.
creating another table, and running "insert into new table from old table" WORKED.
drop table WORKED.
After copying data to a duplicate table schema, i dropped the original one successfully and for now it works ok. Seems like sth is corrupted, but not the data, because i could fetch them in to new table.
Error log is attached. At 14.01.2023 we created this server from a xtrabackup backup and it works ok, until we encountered this issue. You can see that there is no log between 14.01.2023 and 23.01.2023, and the crash first happens around 13:00 and constantly repeats with different queries and sometimes different error codes.