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 0F8D010C3E for ; Tue, 5 Nov 2013 03:25:20 +0000 (UTC) Received: (qmail 55990 invoked by uid 500); 5 Nov 2013 03:25:19 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 55790 invoked by uid 500); 5 Nov 2013 03:25:18 -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 55775 invoked by uid 99); 5 Nov 2013 03:25:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Nov 2013 03:25:17 +0000 Date: Tue, 5 Nov 2013 03:25:17 +0000 (UTC) From: "Ryan Fowler (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-6244) calculatePendingRanges could be asynchronous on 1.2 too 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-6244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Fowler updated CASSANDRA-6244: ----------------------------------- Attachment: CASSANDRA-6244-cassandra-2.0.txt My fault. I read the log wrong. Not the first time that's happened. Here's a patch for the cassandra-2.0 branch. The only real difference appeared to be the Table->Keyspace naming of things. > calculatePendingRanges could be asynchronous on 1.2 too > ------------------------------------------------------- > > Key: CASSANDRA-6244 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6244 > Project: Cassandra > Issue Type: Improvement > Components: Core > Environment: Cassandra 1.2, AWS > Reporter: Ryan Fowler > Assignee: Ryan Fowler > Fix For: 1.2.12 > > Attachments: 6244.txt, CASSANDRA-6244-cassandra-2.0.txt, escalating-phi.txt > > > calculatePendingRanges can hang up the Gossip thread to the point of a node marking all the other nodes down. > I noticed that the same problem was resolved with CASSANDRA-5135, so I attempted to port the patch from that issue to the 1.2 codebase. -- This message was sent by Atlassian JIRA (v6.1#6144)