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 2017/09/21 14:35:00 UTC

[jira] [Commented] (IGNITE-6466) Ignite PDS1: Test testGetForInitialWrite failed in IgnitePdsCheckpointSimulationWithRealCpDisabledTest

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

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

GitHub user dspavlov opened a pull request:

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

    IGNITE-6466:Ignite PDS1: Test testGetForInitialWrite failed

    IgnitePdsCheckpointSimulationWithRealCpDisabledTest
    
    Data page IO print fixed

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

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

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

    https://github.com/apache/ignite/pull/2721.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 #2721
    
----
commit 8923eb2e7340faeff7e4a2c09e494a62bb0bf5ea
Author: dpavlov <dp...@gridgain.com>
Date:   2017-09-21T14:32:59Z

    IGNITE-6466:Ignite PDS1: Test testGetForInitialWrite failed in IgnitePdsCheckpointSimulationWithRealCpDisabledTest

----


> Ignite PDS1: Test testGetForInitialWrite failed in IgnitePdsCheckpointSimulationWithRealCpDisabledTest 
> -------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-6466
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6466
>             Project: Ignite
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Dmitriy Pavlov
>            Assignee: Dmitriy Pavlov
>              Labels: MakeTeamcityGreenAgain
>             Fix For: 2.3
>
>
> Assertion in 
> {noformat}
> java.lang.AssertionError
>     at org.apache.ignite.internal.pagemem.PageUtils.getShort(PageUtils.java:94)
>     at org.apache.ignite.internal.processors.cache.persistence.tree.io.DataPageIO.getPageEntrySize(DataPageIO.java:138)
>     at org.apache.ignite.internal.processors.cache.persistence.tree.io.DataPageIO.printPageLayout(DataPageIO.java:388)
>     at org.apache.ignite.internal.processors.cache.persistence.tree.io.DataPageIO.printPage(DataPageIO.java:1448)
>     at org.apache.ignite.internal.processors.cache.persistence.tree.io.PageIO.printPage(PageIO.java:571)
>     at org.apache.ignite.internal.pagemem.wal.record.PageSnapshot.toString(PageSnapshot.java:90)
>     at java.lang.String.valueOf(String.java:2849)
>     at org.apache.ignite.internal.processors.cache.persistence.db.file.IgnitePdsCheckpointSimulationWithRealCpDisabledTest.testGetForInitialWrite(IgnitePdsCheckpointSimulationWithRealCpDisabledTest.java:275)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at junit.framework.TestCase.runTest(TestCase.java:176)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:2000)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:132)
>     at org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:1915)
>     at java.lang.Thread.run(Thread.java:745)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)