Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6
-
None
Description
InnoDB fails to identify the tablespace after recovery in rename_table test case.
2021-11-23 18:35:55 0 [ERROR] InnoDB: Tablespace 6 was not found at ./test/t2.ibd.
|
2021-11-23 18:35:55 0 [ERROR] InnoDB: Set innodb_force_recovery=1 to ignore this and to permanently lose all changes to the tablespace.
|
2021-11-23 18:35:55 0 [ERROR] InnoDB: Plugin initialization aborted at srv0start.cc[1447] with error Tablespace not found
|
|
InnoDB removes the space id from deferred tablespace when name is being matched. I think defer tablespace should handle rename table in a better way
Attachments
Issue Links
- blocks
-
MDEV-27022 Buffer pool is being flushed during recovery
-
- Closed
-
-
MDEV-28923 atomic.rename_table occasionally fails
-
- Closed
-
- duplicates
-
MDEV-26954 Failed ALTER causes table corruption after recovery - Tablespace not found
-
- Closed
-
- relates to
-
MDEV-27234 InnoDB dictionary recovery wrongly uses READ UNCOMMITTED isolation level instead of READ COMMITTED
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
InnoDB fails to identify the tablespace after recovery in rename_table test case.
{code} 2021-11-23 18:35:55 0 [ERROR] InnoDB: Tablespace 6 was not found at ./test/t2.ibd. 2021-11-23 18:35:55 0 [ERROR] InnoDB: Set innodb_force_recovery=1 to ignore this and to permanently lose all changes to the tablespace. 2021-11-23 18:35:55 0 [ERROR] InnoDB: Plugin initialization aborted at srv0start.cc[1447] with error Tablespace not found {code} InnoDB removes the space id from deferred tablespace when name is being matched. I think defer tablespace should handle rename table in a better way |
Component/s | Storage Engine - InnoDB [ 10129 ] |
Affects Version/s | 10.6 [ 24028 ] |
Fix Version/s | 10.6 [ 24028 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Assignee | Thirunarayanan Balathandayuthapani [ thiru ] |
Assignee | Thirunarayanan Balathandayuthapani [ thiru ] | Marko Mäkelä [ marko ] |
Status | Confirmed [ 10101 ] | In Review [ 10002 ] |
Workflow | MariaDB v3 [ 127926 ] | MariaDB v4 [ 143807 ] |
Fix Version/s | 10.6.6 [ 26811 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
Fix Version/s | 10.7 [ 24805 ] |
Fix Version/s | 10.7.2 [ 26813 ] | |
Fix Version/s | 10.7 [ 24805 ] |
Link |
This issue relates to |
Link |
This issue blocks |
Link |
This issue duplicates |
Link |
This issue blocks |
Patch is in bb-10.6-
MDEV-27111