Sean McCarthy created CASSANDRA-13129:
-----------------------------------------
Summary: test failure in
upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD.rolling_upgrade_with_internode_ssl_test
Key: CASSANDRA-13129
URL: https://issues.apache.org/jira/browse/CASSANDRA-13129
Project: Cassandra
Issue Type: Bug
Components: Testing
Reporter: Sean McCarthy
Attachments: node1_debug.log, node1_gc.log, node1.log,
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log,
node3.log
example failure:
http://cassci.datastax.com/job/cassandra-3.X_large_dtest/20/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV3Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD/rolling_upgrade_with_internode_ssl_test
{code}
Unexpected error in node3 log, error:
ERROR [MessagingService-Incoming-/127.0.0.2] 2017-01-15 04:26:30,486
CassandraDaemon.java:205 - Exception in thread
Thread[MessagingService-Incoming-/127.0.0.2,5,main]
java.io.IOError: java.io.EOFException: Stream ended prematurely
at
org.apache.cassandra.db.LegacyLayout$7.computeNext(LegacyLayout.java:1123)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.LegacyLayout$7.computeNext(LegacyLayout.java:1097)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.utils.MergeIterator$Candidate.advance(MergeIterator.java:369)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.utils.MergeIterator$ManyToOne.advance(MergeIterator.java:189)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.utils.MergeIterator$ManyToOne.computeNext(MergeIterator.java:158)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.LegacyLayout.toUnfilteredRowIterator(LegacyLayout.java:608)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.LegacyLayout.onWireCellstoUnfilteredRowIterator(LegacyLayout.java:572)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.LegacyLayout.deserializeLegacyPartition(LegacyLayout.java:489)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.partitions.PartitionUpdate$PartitionUpdateSerializer.deserializePre30(PartitionUpdate.java:694)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.partitions.PartitionUpdate$PartitionUpdateSerializer.deserialize(PartitionUpdate.java:640)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:334)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:353)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:290)
~[apache-cassandra-3.0.9.jar:3.0.9]
at org.apache.cassandra.net.MessageIn.read(MessageIn.java:98)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.net.IncomingTcpConnection.receiveMessage(IncomingTcpConnection.java:201)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.net.IncomingTcpConnection.receiveMessages(IncomingTcpConnection.java:178)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:92)
~[apache-cassandra-3.0.9.jar:3.0.9]
Caused by: java.io.EOFException: Stream ended prematurely
at
net.jpountz.lz4.LZ4BlockInputStream.readFully(LZ4BlockInputStream.java:218)
~[lz4-1.3.0.jar:na]
at
net.jpountz.lz4.LZ4BlockInputStream.refill(LZ4BlockInputStream.java:150)
~[lz4-1.3.0.jar:na]
at
net.jpountz.lz4.LZ4BlockInputStream.read(LZ4BlockInputStream.java:117)
~[lz4-1.3.0.jar:na]
at java.io.DataInputStream.readFully(DataInputStream.java:195)
~[na:1.8.0_51]
at java.io.DataInputStream.readLong(DataInputStream.java:416)
~[na:1.8.0_51]
at
org.apache.cassandra.db.LegacyLayout.readLegacyCellBody(LegacyLayout.java:1072)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.LegacyLayout.readLegacyCell(LegacyLayout.java:1045)
~[apache-cassandra-3.0.9.jar:3.0.9]
at
org.apache.cassandra.db.LegacyLayout$7.computeNext(LegacyLayout.java:1108)
~[apache-cassandra-3.0.9.jar:3.0.9]
... 18 common frames omitted
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)