Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9F319FFF for ; Wed, 21 Sep 2011 08:49:07 +0000 (UTC) Received: (qmail 18993 invoked by uid 500); 21 Sep 2011 08:49:05 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 18966 invoked by uid 500); 21 Sep 2011 08:49:05 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 18957 invoked by uid 99); 21 Sep 2011 08:49:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2011 08:49:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sylvain@datastax.com designates 209.85.213.44 as permitted sender) Received: from [209.85.213.44] (HELO mail-yw0-f44.google.com) (209.85.213.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2011 08:48:59 +0000 Received: by ywa6 with SMTP id 6so1188505ywa.31 for ; Wed, 21 Sep 2011 01:48:38 -0700 (PDT) Received: by 10.236.123.43 with SMTP id u31mr3081317yhh.97.1316594918246; Wed, 21 Sep 2011 01:48:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.110.18 with HTTP; Wed, 21 Sep 2011 01:48:18 -0700 (PDT) X-Originating-IP: [88.183.33.171] In-Reply-To: References: From: Sylvain Lebresne Date: Wed, 21 Sep 2011 10:48:18 +0200 Message-ID: Subject: Re: OutboundTcpConnection in 1.0.0 may stop working To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Sep 21, 2011 at 9:59 AM, liangfeng wrote: > In cassandra1.0.0, I found that OutboundTcpConnection will throw > RuntimeException when it encounters an IOException(in write()) .In this case, > OutboundTcpConnection as a thread will stop working--do not send any message to > other nodes. > This is not reasonable,isn't it? I don't think it is. This was introduced by CASSANDRA-1788 so maybe there was a good reason for it but I don't see it right away if there is one. This is likely a mistake. Do you mind opening a ticket on JIRA for this ? -- Sylvain