Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 93002 invoked from network); 3 Apr 2009 13:44:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Apr 2009 13:44:41 -0000 Received: (qmail 62770 invoked by uid 500); 3 Apr 2009 13:44:41 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 62755 invoked by uid 500); 3 Apr 2009 13:44:41 -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 62745 invoked by uid 99); 3 Apr 2009 13:44:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2009 13:44:41 +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; Fri, 03 Apr 2009 13:44:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E353E234C003 for ; Fri, 3 Apr 2009 06:44:12 -0700 (PDT) Message-ID: <481943692.1238766252916.JavaMail.jira@brutus> Date: Fri, 3 Apr 2009 06:44:12 -0700 (PDT) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-13) fix the EndPointState time bookmarking in Gossiper In-Reply-To: <70890932.1238078995078.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-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695386#action_12695386 ] Jonathan Ellis commented on CASSANDRA-13: ----------------------------------------- Hi Zhu, You should join us on #cassandra on freenode IRC. If you don't have an irc client, this web-based one is ok: http://www.mibbit.com/?server=irc.freenode.net&channel=%23cassandra&nick=yournamehere > fix the EndPointState time bookmarking in Gossiper > --------------------------------------------------- > > Key: CASSANDRA-13 > URL: https://issues.apache.org/jira/browse/CASSANDRA-13 > Project: Cassandra > Issue Type: Bug > Reporter: zhu han > Original Estimate: 0.02h > Remaining Estimate: 0.02h > > In Gossiper#doStatusCheck(line 485 to line 489) > The code is > long l = now - epState.getUpdateTimestamp(); --> should be : "long l = epState.getUpdateTimestamp();" > long duration = now - l; > if ( !epState.isAlive() && (duration > aVeryLongTime_) ) > { > evictFromMembership(endpoint); > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.