Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65A4B18E55 for ; Tue, 24 Nov 2015 16:09:11 +0000 (UTC) Received: (qmail 55519 invoked by uid 500); 24 Nov 2015 16:09:11 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 55486 invoked by uid 500); 24 Nov 2015 16:09:11 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 55467 invoked by uid 99); 24 Nov 2015 16:09:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 16:09:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 086582C1F62 for ; Tue, 24 Nov 2015 16:09:11 +0000 (UTC) Date: Tue, 24 Nov 2015 16:09:11 +0000 (UTC) From: "Yuki Morishita (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-10557) Streaming can throw exception when trying to retry MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-10557: --------------------------------------- Component/s: Streaming and Messaging > Streaming can throw exception when trying to retry > -------------------------------------------------- > > Key: CASSANDRA-10557 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10557 > Project: Cassandra > Issue Type: Bug > Components: Streaming and Messaging > Reporter: Yuki Morishita > Assignee: Yuki Morishita > Priority: Minor > Fix For: 2.1.12, 2.2.4, 3.0.0 > > > Streaming can throw below exception when trying to retry. > This seems to be happening when underlining cause is not catched properly. > {code} > ERROR 18:45:56 [Stream #9f95fa90-7691-11e5-931f-5b735851f84a] Streaming error occurred > java.lang.IllegalArgumentException: Unknown type 0 > at org.apache.cassandra.streaming.messages.StreamMessage$Type.get(StreamMessage.java:97) ~[main/:na] > at org.apache.cassandra.streaming.messages.StreamMessage.deserialize(StreamMessage.java:58) ~[main/:na] > at org.apache.cassandra.streaming.ConnectionHandler$IncomingMessageHandler.run(ConnectionHandler.java:261) ~[main/:na] > at java.lang.Thread.run(Thread.java:745) [na:1.8.0_45] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)