You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Chugunov (JIRA)" <ji...@apache.org> on 2017/08/08 13:35:00 UTC

[jira] [Created] (IGNITE-5992) IgniteCacheQueryNodeRestartDistributedJoinSelfTest::testRestarts and testRestartsBroadcast are flaky

Sergey Chugunov created IGNITE-5992:
---------------------------------------

             Summary: IgniteCacheQueryNodeRestartDistributedJoinSelfTest::testRestarts and testRestartsBroadcast are flaky
                 Key: IGNITE-5992
                 URL: https://issues.apache.org/jira/browse/IGNITE-5992
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.1
            Reporter: Sergey Chugunov
             Fix For: 2.2


Tests' success rate on TC is 72%.

Failures reproduce locally.

Tests fail with the same assertion in logs: 
{noformat}
java.lang.AssertionError: -9
	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap.hasMovingPartitions(GridDhtPartitionMap.java:135)
	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.hasMovingPartitions(GridDhtPartitionTopologyImpl.java:2090)
	at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.hasMovingPartitions(GridReduceQueryExecutor.java:366)
	at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.isPreloadingActive(GridReduceQueryExecutor.java:354)
	at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.query(GridReduceQueryExecutor.java:577)
	at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$8.iterator(IgniteH2Indexing.java:1160)
	at org.apache.ignite.internal.processors.cache.QueryCursorImpl.iterator(QueryCursorImpl.java:95)
	at org.apache.ignite.internal.processors.cache.QueryCursorImpl.getAll(QueryCursorImpl.java:114)
	at org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest$1.applyx(IgniteCacheQueryNodeRestartDistributedJoinSelfTest.java:154)
	at org.apache.ignite.internal.util.lang.GridAbsClosureX.apply(GridAbsClosureX.java:35)
	at org.apache.ignite.internal.util.lang.GridAbsClosure.run(GridAbsClosure.java:50)
	at org.apache.ignite.testframework.GridTestUtils$9.call(GridTestUtils.java:1210)
	at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
{noformat}

Sometimes nodes may observe negative number of moving partitions/



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