Kirill Tkalenko created IGNITE-18180:
----------------------------------------
Summary: Implement partition destruction for RocsDB
Key: IGNITE-18180
URL: https://issues.apache.org/jira/browse/IGNITE-18180
Project: Ignite
Issue Type: Improvement
Reporter: Kirill Tkalenko
Fix For: 3.0.0-beta2
At the moment, the destruction of the partition does not work quite correctly,
what are the problems:
# On
*org.apache.ignite.internal.storage.rocksdb.RocksDbTableStorage#destroyPartition*
call we don't destroy indexes;
# If the node falls after the call to destroy the partition and before
flushing, then the partition will continue to exist, which may lead to negative
consequences.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)