Andrey Khitrin created IGNITE-22167:
---------------------------------------
Summary: RocksDB: cannot create a default zone just twice
Key: IGNITE-22167
URL: https://issues.apache.org/jira/browse/IGNITE-22167
Project: Ignite
Issue Type: Bug
Components: persistence
Affects Versions: 3.0.0-beta2
Reporter: Andrey Khitrin
Steps to reproduce:
# Start AI3 cluster of 1 node
# Run few simple SQL queries:
{code:sql}
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
{code}
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).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)