You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/14 10:58:00 UTC

[jira] [Commented] (IGNITE-7947) Not all OWNING partitions saved in PartitionAllocationMap during checkpoint

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

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

GitHub user EdShangGG opened a pull request:

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

    IGNITE-7947 Not all OWNING partitions saved in PartitionAllocationMap…

    … during checkpoint

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

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

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

    https://github.com/apache/ignite/pull/3632.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 #3632
    
----
commit f7f419c42e9bb6d2b9e72c2fe1b8e007c82655fc
Author: Eduard Shangareev <es...@...>
Date:   2018-03-14T10:56:24Z

    IGNITE-7947 Not all OWNING partitions saved in PartitionAllocationMap during checkpoint

----


> Not all OWNING partitions saved in PartitionAllocationMap during checkpoint
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-7947
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7947
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.4
>            Reporter: Eduard Shangareev
>            Assignee: Eduard Shangareev
>            Priority: Major
>             Fix For: 2.5
>
>
> In checkpoint begin listeners we collect PartitionAllocationMap in offheap managers. 
> But if rowStore is null than we ignore this partition in any case even if we own it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)