You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2017/12/29 08:57:00 UTC

[jira] [Created] (IGNITE-7339) RENTING partition is not evicted after restore from storage

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)