Stefan Miklosovic created CASSANDRA-19612:
---------------------------------------------

             Summary: flaky IntersectFilteringQueryTest
                 Key: CASSANDRA-19612
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19612
             Project: Cassandra
          Issue Type: Bug
          Components: Test/dtest/java
            Reporter: Stefan Miklosovic


I start to see flaky IntersectFilteringQueryTest both in 5.0 and trunk.

 
{code:java}
      
org.apache.cassandra.distributed.test.guardrails.IntersectFilteringQueryTest 
shouldNotWarnOrFailOnIndexQuery
        com.datastax.driver.core.exceptions.ReadFailureException: Cassandra 
failure during read query at consistency QUORUM (2 responses were required but 
only 1 replica responded, 1 failed)
                at 
com.datastax.driver.core.exceptions.ReadFailureException.copy(ReadFailureException.java:180)
                at 
com.datastax.driver.core.exceptions.ReadFailureException.copy(ReadFailureException.java:30)
                at 
com.datastax.driver.core.DriverThrowables.propagateCause(DriverThrowables.java:35)
                at 
com.datastax.driver.core.DefaultResultSetFuture.getUninterruptibly(DefaultResultSetFuture.java:293)
                at 
com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:58)
                at 
org.apache.cassandra.distributed.test.guardrails.GuardrailTester.executeViaDriver(GuardrailTester.java:92)
                at 
org.apache.cassandra.distributed.test.guardrails.IntersectFilteringQueryTest.shouldNotWarnOrFailOnIndexQuery(IntersectFilteringQueryTest.java:115)
                at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
                at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        Caused by: com.datastax.driver.core.exceptions.ReadFailureException: 
Cassandra failure during read query at consistency QUORUM (2 responses were 
required but only 1 replica responded, 1 failed)
                at 
com.datastax.driver.core.exceptions.ReadFailureException.copy(ReadFailureException.java:192)
                at 
com.datastax.driver.core.Responses$Error.asException(Responses.java:181)
 {code}
 

It most probably needs a little bit more love and run it through multiplexer 
maybe?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to