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 C9D5A9FA8 for ; Tue, 17 Apr 2012 20:53:40 +0000 (UTC) Received: (qmail 54006 invoked by uid 500); 17 Apr 2012 20:53:40 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 53945 invoked by uid 500); 17 Apr 2012 20:53:40 -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 53720 invoked by uid 99); 17 Apr 2012 20:53:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 20:53:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 20:53:34 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4D45D39E56D for ; Tue, 17 Apr 2012 20:53:13 +0000 (UTC) Date: Tue, 17 Apr 2012 20:53:13 +0000 (UTC) From: "Jonathan Ellis (Resolved) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1333740462.34652.1334695993317.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <549354773.34559.1334694317496.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CASSANDRA-4162) nodetool disablegossip does not prevent gossip delivery of writes via already-initiated hinted handoff 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-4162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-4162. --------------------------------------- Resolution: Invalid Hint delivery does not depend on gossip, so I would not expect disabling gossip to stop an already-started delivery, nor should it. (It *should* however stop subsequent handoff runs.) > nodetool disablegossip does not prevent gossip delivery of writes via already-initiated hinted handoff > ------------------------------------------------------------------------------------------------------ > > Key: CASSANDRA-4162 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4162 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.0.9 > Environment: reported on IRC, believe it was a linux environment, nick "rhone", cassandra 1.0.8 > Reporter: Robert Coli > Priority: Minor > Labels: gossip > > This ticket derives from #cassandra, aaron_morton and I assisted a user who had run "disablethrift" and "disablegossip" and was confused as to why he was seeing writes to his node. > Aaron and I went through a series of debugging questions, user verified that there was traffic on the gossip port. His node was showing as down from the perspective of other nodes, and nodetool also showed that gossip was not active. > Aaron read the code and had the user turn debug logging on. The user saw Hinted Handoff messages being delivered and Aaron confirmed in the code that a hinted handoff delivery session only checks gossip state when it first starts. As a result, it will continue to deliver hints and disregard gossip state on the target node. > per nodetool docs > " > disablegossip - Disable gossip (effectively marking the node dead) > " > I believe most people will be using disablegossip and disablethrift for operational reasons, and propose that they do not expect HH delivery to continue, via gossip, when they have run "disablegossip". -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira