Eduard Shangareev created IGNITE-11578:
------------------------------------------
Summary: Stopping node after destroying cache in shared cache
group would leave data of this cache in persistence
Key: IGNITE-11578
URL: https://issues.apache.org/jira/browse/IGNITE-11578
Project: Ignite
Issue Type: Improvement
Reporter: Eduard Shangareev
If a cache is in a shared group its destroy would trigger async eviction of its
cache.
If we stop node at the moment, after restart the eviction wouldn't be
retriggered.
As a result, the part of data of the cache would last on persistence.
We could fix it by adding a flag in metastore about eviction start and removing
only on eviction stop. If on node start such flag is presented, we need to
continue the eviction.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)