[
https://issues.apache.org/jira/browse/IGNITE-8659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496583#comment-16496583
]
ASF GitHub Bot commented on IGNITE-8659:
----------------------------------------
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/4100
IGNITE-8659: Wrong FreeList usage in PendingTree may lead to page cor…
…ruption.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8659
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4100.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 #4100
----
commit 2a795f826bf5acdba8851bd08135580f1e08e109
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
Date: 2018-05-31T13:54:24Z
IGNITE-8659: Wrong FreeList usage in PendingTree may lead to page
corruption.
----
> Wrong FreeList usage in PendingTree may lead to page corruption.
> ----------------------------------------------------------------
>
> Key: IGNITE-8659
> URL: https://issues.apache.org/jira/browse/IGNITE-8659
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Reporter: Andrew Mashenkov
> Assignee: Andrew Mashenkov
> Priority: Major
> Fix For: 2.6
>
>
> Per-partition pending trees uses common index freelist.
> This make possible partition data pages will be used by indices and lead to
> errors as pages have different structures.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)