[ 
https://issues.apache.org/jira/browse/IGNITE-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501827#comment-16501827
 ] 

ASF GitHub Bot commented on IGNITE-7339:
----------------------------------------

GitHub user ascherbakoff opened a pull request:

    https://github.com/apache/ignite/pull/4138

    IGNITE-7339 RENTING partition is not evicted after restore from storage

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-7339

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4138.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4138
    
----
commit 2dcdb5379e038560888165d2416b20e60dc887ff
Author: Aleksei Scherbakov <alexey.scherbakoff@...>
Date:   2018-05-16T10:01:41Z

    IGNITE-7339 RENTING partition is not evicted after restore from storage

commit 807c90711cdd4577bd3ff788e30a95168fc17848
Author: Aleksei Scherbakov <alexey.scherbakoff@...>
Date:   2018-05-17T17:21:21Z

    Merge branch 'master' of https://github.com/apache/ignite into ignite-7339

commit ba9fe91ea9a81c6aa70bf88fdb50be6354a58275
Author: Aleksei Scherbakov <alexey.scherbakoff@...>
Date:   2018-05-21T09:23:59Z

    IGNITE-7339 RENTING partition is not evicted after restore from storage

commit 814b8e0b6fb2827604d7c2a26d50acabcc3ed7b2
Author: Aleksei Scherbakov <alexey.scherbakoff@...>
Date:   2018-06-04T16:08:52Z

    Merge branch 'master' of https://github.com/apache/ignite into ignite-7339

commit a1d50119a42f27b1d9b3596ac213f366c8ba435c
Author: Aleksei Scherbakov <alexey.scherbakoff@...>
Date:   2018-06-04T17:23:36Z

    IGNITE-7339 RENTING partition is not evicted after restore from storage.

commit 09a6263cbc317f152e668c2a6925052d62a9a820
Author: Aleksei Scherbakov <alexey.scherbakoff@...>
Date:   2018-06-04T17:25:38Z

    IGNITE-7339 RENTING partition is not evicted after restore from storage.

----


> 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
>            Assignee: Alexei Scherbakov
>            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
(v7.6.3#76005)

Reply via email to