Maxim Muzafarov created IGNITE-12796:
----------------------------------------
Summary: pendingTree of the persisted cache data store must be marked as destroyed
Key: IGNITE-12796
URL:
https://issues.apache.org/jira/browse/IGNITE-12796 Project: Ignite
Issue Type: Task
Reporter: Maxim Muzafarov
{{pendingTree}} of the persisted cache data store ({{GridCacheDataStore}} may fail to find rows during concurrent cache stop operation or {{purgeExpired}} with simultaneously partition eviction occurred (e.g. moved to another node on a new node joins).
Probably we should mark {{pendingTree}} as destroyed {{BPlusTree#markDestroyed}} the same way as it happens for {{IgniteCacheOffheapManagerImpl.CacheDataStoreImpl#dataTree}}.
Investigation and reproducer required.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)