You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/08/01 06:14:20 UTC

[jira] [Created] (IGNITE-3614) Failed test: CacheContinuousQueryFailoverTxReplicatedSelfTest.testUpdatePartitionCounter

Vladimir Ozerov created IGNITE-3614:
---------------------------------------

             Summary: Failed test: CacheContinuousQueryFailoverTxReplicatedSelfTest.testUpdatePartitionCounter
                 Key: IGNITE-3614
                 URL: https://issues.apache.org/jira/browse/IGNITE-3614
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.6
            Reporter: Vladimir Ozerov
            Assignee: Nikolay Tikhonov
            Priority: Critical
             Fix For: 1.7


Test periodically fail with the following stack trace:

{code}
java.lang.Exception: Failed to find a server node.
    at org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest.testUpdatePartitionCounter(CacheContinuousQueryFailoverAbstractSelfTest.java:390)
    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:1760)
    at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:118)
    at org.apache.ignite.testframework.junits.GridAbstractTest$4.run(GridAbstractTest.java:1698)
    at java.lang.Thread.run(Thread.java:745)
{code}
Apparently, this is a bug in the test - somehow it cannot return cache reliably.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)