Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Invalid
-
3.0
-
None
-
Docs Required, Release Notes Required
Description
Steps to reproduce:
- Start AI3 cluster of 1 node
- Run few simple SQL queries:
create zone if not exists "ROCKSDB" with storage_profiles='default_rocksdb'; create table ... with PRIMARY_ZONE='ROCKSDB'; insert into table ... values(); -- probably, unneeded create zone if not exists "ROCKSDB" with storage_profiles='default_rocksdb'; -- absolutely the same query as the 1st one
Expected behavior: the 2nd "create zone" query must be executed successfully (because a zone is already created).
Actual behavior: the 2nd "create zone" query simply hangs.
Found on commit 654a11a4a00919ce2b3ff4ca0e59e83377124dea (recent AI3 at the time).
Attachments
Issue Links
- is related to
-
IGNITE-22169 RocksDb: NPE on index creation
- Resolved