Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFC63DDAB for ; Wed, 9 Jan 2013 00:20:31 +0000 (UTC) Received: (qmail 99492 invoked by uid 500); 9 Jan 2013 00:20:31 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 99461 invoked by uid 500); 9 Jan 2013 00:20:31 -0000 Mailing-List: contact dev-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 dev@cassandra.apache.org Received: (qmail 99453 invoked by uid 99); 9 Jan 2013 00:20:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2013 00:20:30 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of driftx@gmail.com designates 209.85.217.178 as permitted sender) Received: from [209.85.217.178] (HELO mail-lb0-f178.google.com) (209.85.217.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2013 00:20:23 +0000 Received: by mail-lb0-f178.google.com with SMTP id l5so829474lbo.37 for ; Tue, 08 Jan 2013 16:20:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=tbH+9t3RbM/1klke3w16jc3UasKqd9cOzo6PEf88LsM=; b=HRvC4eFf2mr2jJ8NvKa0oy/ge8Dnpy0DWpIPkhM5PpG80GsGES/UaF4rQ2M+NkEfZe qEHGU5c+/zuw5nd/EYX0QAQ6QAKyS+Vd4/upR4glvYuDvW1Kaat5KnYVGMG8jMciBhD6 ziMsNGj2arQPaZKT7/72j599H+KgaRAPPsxC03PQewSJ9AQWdl6chcf5qIdQg7NoZUqa IWhiwVSbK7Sb1uJOYqqgg7zsQFiChtgxxcbdMbvX8moGkm6G1R8xe9NEO4eb3wY7wWuZ Hw/sO3XAQOSvWLjaOdDAX2jr80gQhHydkA7tU9qTweJsgpOTgXE8hjDGOKxfGADE8fF6 5WVQ== Received: by 10.152.147.103 with SMTP id tj7mr64346973lab.54.1357690802911; Tue, 08 Jan 2013 16:20:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.48.70 with HTTP; Tue, 8 Jan 2013 16:19:42 -0800 (PST) In-Reply-To: References: From: Brandon Williams Date: Tue, 8 Jan 2013 18:19:42 -0600 Message-ID: Subject: Re: notifyFailureDetector gets the same object for localEndpointState and remoteEndpointState To: dev@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jan 8, 2013 at 6:10 PM, Jonathan Ellis wrote: > I agree, the Syn doesn't contain any EndpointState information and > notifyFD on the local state doesn't look useful. > > What do you think Brandon, can we just get rid of that call and the > nFD overload it invokes? Probably, since the real nFD is being done in the ack handler. I think this came up before but we were a little worried at the time, I'm less worried now. -Brandon