Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 55797 invoked from network); 29 Dec 2009 18:47:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Dec 2009 18:47:52 -0000 Received: (qmail 40148 invoked by uid 500); 29 Dec 2009 18:47:52 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 40073 invoked by uid 500); 29 Dec 2009 18:47:52 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 40054 invoked by uid 99); 29 Dec 2009 18:47:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Dec 2009 18:47:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Dec 2009 18:47:50 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 69BA6234C045 for ; Tue, 29 Dec 2009 10:47:29 -0800 (PST) Message-ID: <1035243066.1262112449425.JavaMail.jira@brutus.apache.org> Date: Tue, 29 Dec 2009 18:47:29 +0000 (UTC) From: "Gary Dusbabek (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Updated: (CASSANDRA-651) cassandra 0.5 version throttles and sometimes kills traffic to a node if you restart it. In-Reply-To: <1025901731.1261589789430.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-651: ------------------------------------ Attachment: 651.patch Patched into trunk. Link the gossip and messaging service so that invalid connection pools can be shutdown when a node goes offline. > cassandra 0.5 version throttles and sometimes kills traffic to a node if you restart it. > ---------------------------------------------------------------------------------------- > > Key: CASSANDRA-651 > URL: https://issues.apache.org/jira/browse/CASSANDRA-651 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.5 > Environment: latest in 0.5 branch > Reporter: Ramzi Rabah > Assignee: Jaakko Laine > Fix For: 0.5 > > Attachments: 651.patch > > > From the cassandra user message board: > "I just recently upgraded to latest in 0.5 branch, and I am running > into a serious issue. I have a cluster with 4 nodes, rackunaware > strategy, and using my own tokens distributed evenly over the hash > space. I am writing/reading equally to them at an equal rate of about > 230 reads/writes per second(and cfstats shows that). The first 3 nodes > are seeds, the last one isn't. When I start all the nodes together at > the same time, they all receive equal amounts of reads/writes (about > 230). > When I bring node 4 down and bring it back up again, node 4's load > fluctuates between the 230 it used to get to sometimes no traffic at > all. The other 3 still have the same amount of traffic. And no errors > what so ever seen in logs. " -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.