You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (JIRA)" <ji...@apache.org> on 2016/08/12 14:25:20 UTC

[jira] [Commented] (CASSANDRA-12445) StreamingTransferTest.testTransferRangeTombstones failure

    [ https://issues.apache.org/jira/browse/CASSANDRA-12445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418907#comment-15418907 ] 

Paulo Motta commented on CASSANDRA-12445:
-----------------------------------------

It seems the max wait time of 1s for streaming connections to be closed may not be enough in some edge situations (ie. overload of test cluster), so I increased the max wait time to 10s and submitted two multiplexer runs for comparison:
* [250x max wait time of 1s|http://cassci.datastax.com/job/pauloricardomg-testall-multiplex/2/]
* [250x max wait time of 10s|http://cassci.datastax.com/job/pauloricardomg-testall-multiplex/3/]

Will update ticket status after multiplexer test runs.

> StreamingTransferTest.testTransferRangeTombstones failure
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-12445
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12445
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Streaming and Messaging, Testing
>            Reporter: Joel Knighton
>            Assignee: Paulo Motta
>
> Sample failure on 3.9 [here|http://cassci.datastax.com/job/cassandra-3.9_testall/72/testReport/junit/org.apache.cassandra.streaming/StreamingTransferTest/testTransferRangeTombstones_compression/].
> The test does not fail consistently. The error is as follows:
> {code}
> junit.framework.AssertionFailedError: Streaming connections remain registered in MessagingService
> 	at org.apache.cassandra.streaming.StreamingTransferTest.verifyConnectionsAreClosed(StreamingTransferTest.java:283)
> 	at org.apache.cassandra.streaming.StreamingTransferTest.transfer(StreamingTransferTest.java:252)
> 	at org.apache.cassandra.streaming.StreamingTransferTest.transferSSTables(StreamingTransferTest.java:223)
> 	at org.apache.cassandra.streaming.StreamingTransferTest.testTransferRangeTombstones(StreamingTransferTest.java:374)
> {code}



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