[
https://issues.apache.org/jira/browse/IGNITE-5971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16756304#comment-16756304
]
Alexei Scherbakov edited comment on IGNITE-5971 at 1/30/19 4:33 PM:
--------------------------------------------------------------------
The problem with \{{testMultiThreadedFailover}} seems related to unclosed hole
in cq update sequence on backup if primary node will fail.
Fixed in IGNITE-10078
was (Author: ascherbakov):
The problem with \{[testMultiThreadedFailover}} seems related to unclosed hole
in cq update sequence on backup if primary node will fail.
Fixed in IGNITE-10078
> Ignite Continuous Query 2: Flaky failure of #testMultiThreadedFailover
> ----------------------------------------------------------------------
>
> Key: IGNITE-5971
> URL: https://issues.apache.org/jira/browse/IGNITE-5971
> Project: Ignite
> Issue Type: Test
> Affects Versions: 2.1
> Reporter: Ivan Rakov
> Priority: Major
> Labels: MakeTeamcityGreenAgain
>
> Bunch of tests inherited from CacheContinuousQueryFailoverAbstractSelfTest
> have flaky #testMultiThreadedFailover test. It fails from time to time in all
> inherited test classes.
> CacheContinuousQueryAsyncFailoverAtomicSelfTest.testFailoverStartStopBackup
> fails with problem that looks the same.
> {noformat}
> junit.framework.AssertionFailedError: Lose events, see log for details.
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.TestCase.fail(TestCase.java:227)
> at
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest.checkEvents(CacheContinuousQueryFailoverAbstractSelfTest.java:1225)
> at
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest.access$3600(CacheContinuousQueryFailoverAbstractSelfTest.java:117)
> at
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest$22$3.run(CacheContinuousQueryFailoverAbstractSelfTest.java:1962)
> at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
> at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:435)
> at
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest$23.run(CacheContinuousQueryFailoverAbstractSelfTest.java:2025)
> at
> org.apache.ignite.testframework.GridTestUtils$9.call(GridTestUtils.java:1236)
> at
> org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)