[jira] [Updated] (IGNITE-22167) RocksDB: cannot create a default zone just twice

2024-05-07 Thread Vyacheslav Koptilin (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-22167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vyacheslav Koptilin updated IGNITE-22167:
-
Labels: ignite-3 rocksdb  (was: 3.0.0 ignite-3 rocksdb)

> 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
>Priority: Critical
>  Labels: ignite-3, rocksdb
>
> 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)


[jira] [Updated] (IGNITE-22167) RocksDB: cannot create a default zone just twice

2024-05-07 Thread Vyacheslav Koptilin (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-22167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vyacheslav Koptilin updated IGNITE-22167:
-
Labels: 3.0.0 ignite-3 rocksdb  (was: 3.0.0 rocksdb)

> 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
>Priority: Critical
>  Labels: 3.0.0, ignite-3, rocksdb
>
> 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)


[jira] [Updated] (IGNITE-22167) RocksDB: cannot create a default zone just twice

2024-05-06 Thread Andrey Khitrin (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-22167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrey Khitrin updated IGNITE-22167:

Priority: Critical  (was: Major)

> 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
>Priority: Critical
>  Labels: 3.0.0, rocksdb
>
> 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)