[MDEV-21927] RocksDB: Failed to get column family flags from cf, SIGABRT in myrocks::Rdb_drop_index_thread::run Created: 2020-03-12 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Reproducible on 10.2-10.5, debug and non-debug alike. |
| Comments |
| Comment by Sergei Petrunia [ 2021-05-07 ] | ||||||||||||
|
Doesn't reproduce on the upstream. This commit made changed the execution:
| ||||||||||||
| Comment by Sergei Petrunia [ 2021-05-07 ] | ||||||||||||
|
A bit more detail: debug printouts from both upstream MyRocks and MariaDB's
I'm not sure what is the purpose of the second start_ongoing_index_operation
The crash happens because add_cf_flags call wasn't made. | ||||||||||||
| Comment by Sergei Petrunia [ 2021-05-07 ] | ||||||||||||
|
Looking at MariaDB's MyRocks: That is, in order to reproduce this bug, the ALTER TABLE needs to create a column family for the new index and then fail. |