You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Petrov (JIRA)" <ji...@apache.org> on 2016/05/09 11:45:12 UTC

[jira] [Created] (CASSANDRA-11736) LegacySSTableTest::testStreamLegacyCqlTables fails

Alex Petrov created CASSANDRA-11736:
---------------------------------------

             Summary: LegacySSTableTest::testStreamLegacyCqlTables fails
                 Key: CASSANDRA-11736
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11736
             Project: Cassandra
          Issue Type: Bug
          Components: Testing
            Reporter: Alex Petrov
            Priority: Minor
             Fix For: 3.7


[example|https://cassci.datastax.com/view/Dev/view/ifesdjeen/job/ifesdjeen-11604-trunk-testall/lastCompletedBuild/testReport/org.apache.cassandra.io.sstable/LegacySSTableTest/testStreamLegacyCqlTables_compression/] 

Error Message
{code}
org.apache.cassandra.streaming.StreamException: Stream failed
{code}

Stacktrace
{code}
java.util.concurrent.ExecutionException: org.apache.cassandra.streaming.StreamException: Stream failed
	at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:299)
	at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:286)
	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:116)
	at org.apache.cassandra.io.sstable.LegacySSTableTest.streamLegacyTable(LegacySSTableTest.java:175)
	at org.apache.cassandra.io.sstable.LegacySSTableTest.streamLegacyTables(LegacySSTableTest.java:155)
	at org.apache.cassandra.io.sstable.LegacySSTableTest.testStreamLegacyCqlTables(LegacySSTableTest.java:145)
Caused by: org.apache.cassandra.streaming.StreamException: Stream failed
	at org.apache.cassandra.streaming.management.StreamEventJMXNotifier.onFailure(StreamEventJMXNotifier.java:85)
	at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)
	at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)
	at com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:145)
	at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:202)
	at org.apache.cassandra.streaming.StreamResultFuture.maybeComplete(StreamResultFuture.java:215)
	at org.apache.cassandra.streaming.StreamResultFuture.handleSessionComplete(StreamResultFuture.java:191)
	at org.apache.cassandra.streaming.StreamSession.closeSession(StreamSession.java:429)
	at org.apache.cassandra.streaming.StreamSession.sessionFailed(StreamSession.java:639)
	at org.apache.cassandra.streaming.StreamSession.messageReceived(StreamSession.java:489)
	at org.apache.cassandra.streaming.ConnectionHandler$IncomingMessageHandler.run(ConnectionHandler.java:276)
	at java.lang.Thread.run(Thread.java:745)
{code}

I've ran {{bisect}} against last commits and (given it fails constantly) it started failing after [this commit|https://github.com/apache/cassandra/commit/1e92ce43a5a730f81d3f6cfd72e7f4b126db788a].



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