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

[jira] [Created] (IGNITE-6433) We need to cancel eviction instead of waiting it when we should own a partition because we had lost it

Eduard Shangareev created IGNITE-6433:
-----------------------------------------

             Summary: We need to cancel eviction instead of waiting it when we should own a partition because we had lost it
                 Key: IGNITE-6433
                 URL: https://issues.apache.org/jira/browse/IGNITE-6433
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.1
            Reporter: Eduard Shangareev
             Fix For: 2.3


If PartitionLossPolicy.IGNORE is used and we have lost some partition which would belong to us because of affinity assignment and its state was RENTING then we would wait for its eviction completing what would hang cluster (the time of exchange would significantly increase).

Instead of waiting we should cancel eviction and it's all.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)