Semen Boikov created IGNITE-7339:
------------------------------------
Summary: RENTING partition is not evicted after restore from storage
Key: IGNITE-7339
URL:
https://issues.apache.org/jira/browse/IGNITE-7339 Project: Ignite
Issue Type: Bug
Reporter: Semen Boikov
Priority: Critical
If partition was in RENTING state at the moment when node is stopped, then after restart it is not evicted.
It seems it is an issue in GridDhtLocalPartition.rent, 'tryEvictAsync' is not called is partition was already in RENTING state.
Also there is error in GridDhtPartitionTopologyImpl.checkEvictions: partition state is always treated as changed after part.rent call even if part.rent does not actually change state.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)