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 E9182109B5 for ; Sun, 26 Jan 2014 16:22:41 +0000 (UTC) Received: (qmail 97328 invoked by uid 500); 26 Jan 2014 16:22:38 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 97255 invoked by uid 500); 26 Jan 2014 16:22:38 -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 97245 invoked by uid 99); 26 Jan 2014 16:22:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jan 2014 16:22:37 +0000 Date: Sun, 26 Jan 2014 16:22:37 +0000 (UTC) From: "Edward Capriolo (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6620) Collateral damage from killing a node 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-6620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13882334#comment-13882334 ] Edward Capriolo commented on CASSANDRA-6620: -------------------------------------------- Why resolve this? It is a problem I think. Cassandra should not time out in this scenario? > Collateral damage from killing a node > ------------------------------------- > > Key: CASSANDRA-6620 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6620 > Project: Cassandra > Issue Type: Bug > Reporter: Edward Capriolo > Attachments: nodelogs.txt > > > I have designed a new scenario with farsandra: > 3 nodes with Replication factor = 2 a Counter column family. I perform 10,000 inserts to node 1. I kill off node 2, do 10000 more inserts. restart node 2. Sometimes I made it completely though this test. However sometimes I do not. I have seen the client throw time out exceptions. it seems like the death of node 2 greatly upsets node 1 and it times out a request. Since the default is ready 1 should this be happening? -- This message was sent by Atlassian JIRA (v6.1.5#6160)