[
https://issues.apache.org/jira/browse/IGNITE-17532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Bessonov updated IGNITE-17532:
-----------------------------------
Description:
Current implementation has WAL disabled. This means that deleted partition can
resurrect bu itself after restart and no one will delete it.
Partition should be treated as deleted only when it's deleted on disc. For this
reason "destroyPartition" method should return a future.
EDIT: current implementation does return a future, but with explicit flush,
which is technically unnecessary.
was:
Current implementation has WAL disabled. This means that deleted partition can
resurrect bu itself after restart and no one will delete it.
Partition should be treated as deleted only when it's deleted on disc. For this
reason "destroyPartition" method should return a future.
> RocksDB partition destruction
> -----------------------------
>
> Key: IGNITE-17532
> URL: https://issues.apache.org/jira/browse/IGNITE-17532
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ivan Bessonov
> Assignee: Ivan Bessonov
> Priority: Major
> Fix For: 3.0.0-alpha6
>
>
> Current implementation has WAL disabled. This means that deleted partition
> can resurrect bu itself after restart and no one will delete it.
> Partition should be treated as deleted only when it's deleted on disc. For
> this reason "destroyPartition" method should return a future.
> EDIT: current implementation does return a future, but with explicit flush,
> which is technically unnecessary.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)