[
https://issues.apache.org/jira/browse/IGNITE-6154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16136804#comment-16136804
]
ASF GitHub Bot commented on IGNITE-6154:
----------------------------------------
GitHub user DmitriyGovorukhin opened a pull request:
https://github.com/apache/ignite/pull/2497
IGNITE-6154 Incorrect check checkpoint pages collection
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite IGNITE-6154
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2497.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 #2497
----
commit ec357391b7bba564168802ae390bdf827e0aac20
Author: Dmitriy Govorukhin <[email protected]>
Date: 2017-08-22T13:34:31Z
IGNITE-6154 fix incorrect check checkpoint pages
----
> Incorrect check checkpoint pages collection
> -------------------------------------------
>
> Key: IGNITE-6154
> URL: https://issues.apache.org/jira/browse/IGNITE-6154
> Project: Ignite
> Issue Type: Bug
> Components: general
> Reporter: Dmitriy Govorukhin
> Assignee: Dmitriy Govorukhin
> Priority: Critical
> Fix For: 2.2
>
>
> There is incorrect check !F.empty(collection) in checkpoint thread.
> There should be a full check all elements, because collection is collection
> of GridMultiCollectionWrapper, and we must check all mutlicollections.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)