You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/03 09:59:02 UTC

[jira] [Updated] (IGNITE-10603) MVCC: Inconsistent partition state after recovery.

     [ https://issues.apache.org/jira/browse/IGNITE-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Muzafarov updated IGNITE-10603:
-------------------------------------
    Fix Version/s:     (was: 2.8)
                   2.9

> MVCC: Inconsistent partition state after recovery.
> --------------------------------------------------
>
>                 Key: IGNITE-10603
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10603
>             Project: Ignite
>          Issue Type: Bug
>          Components: mvcc
>            Reporter: Andrey Mashenkov
>            Priority: Major
>              Labels: WAL, mvcc_stability
>             Fix For: 2.9
>
>
> IgnitePdsPartitionsStateRecoveryTest.testPartitionsStateConsistencyAfterRecoveryNoCheckpoints() fails in mvcc mode.
>  
> {noformat}
> java.lang.AssertionError: Node restored moving partitions after join to topology.
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.apache.ignite.internal.processors.cache.persistence.IgnitePdsPartitionsStateRecoveryTest.testPartitionsStateConsistencyAfterRecoveryNoCheckpoints(IgnitePdsPartitionsStateRecoveryTest.java:165)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at junit.framework.TestCase.runTest(TestCase.java:176)
> at org.apache.ignite.testframework.junits.GridAbstractTest.access$001(GridAbstractTest.java:149)
> at org.apache.ignite.testframework.junits.GridAbstractTest$6.evaluate(GridAbstractTest.java:2106)
> at org.apache.ignite.testframework.junits.GridAbstractTest$7.run(GridAbstractTest.java:2123)
> at java.lang.Thread.run(Thread.java:748){noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)