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/21 23:38:00 UTC

[jira] [Commented] (IGNITE-8007) We should treat as empty any partition as empty if it doesn't have any data

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

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

GitHub user EdShangGG opened a pull request:

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

    IGNITE-8007 We should treat as empty any partition as empty if it doe…

    …sn't have any data

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

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

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

    https://github.com/apache/ignite/pull/3677.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 #3677
    
----
commit 5ba8a4d29bf7c8420abff2c7323622bbefdfca2f
Author: Eduard Shangareev <es...@...>
Date:   2018-03-21T23:36:17Z

    IGNITE-8007 We should treat as empty any partition as empty if it doesn't have any data

----


> We should treat as empty any partition as empty if it doesn't have any data
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-8007
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8007
>             Project: Ignite
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Eduard Shangareev
>            Assignee: Eduard Shangareev
>            Priority: Major
>             Fix For: 2.5
>
>
> GridCacheOffheapManager#addPartition
> Now we take into account was lastIndex = 0 or not, but it doesn't matter. Partition doesn't have any data, so it's empty.



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