[
https://issues.apache.org/jira/browse/IGNITE-10042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16666991#comment-16666991
]
ASF GitHub Bot commented on IGNITE-10042:
-----------------------------------------
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/5193
IGNITE-10042: Fix wrong TxLog root page type.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10042
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5193.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 #5193
----
commit 13c108c16dc809d53ef306029a37b737657f52ec
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
Date: 2018-10-29T10:45:34Z
IGNITE-10042: Fix wrong TxLog root page type.
----
> Wrong TxLog root page type.
> ---------------------------
>
> Key: IGNITE-10042
> URL: https://issues.apache.org/jira/browse/IGNITE-10042
> Project: Ignite
> Issue Type: Bug
> Components: mvcc
> Reporter: Andrew Mashenkov
> Assignee: Andrew Mashenkov
> Priority: Major
> Fix For: 2.7
>
>
> TxLog tries root pages has 'data page' type.
> This is a bug as tree structures root pages has to be a type of 'index page'.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)