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 43C7217219 for ; Fri, 10 Jul 2015 07:53:10 +0000 (UTC) Received: (qmail 157 invoked by uid 500); 10 Jul 2015 07:53:05 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 125 invoked by uid 500); 10 Jul 2015 07:53:05 -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 108 invoked by uid 99); 10 Jul 2015 07:53:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2015 07:53:04 +0000 Date: Fri, 10 Jul 2015 07:53:04 +0000 (UTC) From: "Stefania (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9765) checkForEndpointCollision fails for legitimate collisions 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-9765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621927#comment-14621927 ] Stefania commented on CASSANDRA-9765: ------------------------------------- CI results: http://cassci.datastax.com/job/stef1927-9765-2.0-testall/lastSuccessfulBuild/ http://cassci.datastax.com/job/stef1927-9765-2.0-dtest/lastSuccessfulBuild/ > checkForEndpointCollision fails for legitimate collisions > --------------------------------------------------------- > > Key: CASSANDRA-9765 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9765 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Richard Low > Assignee: Stefania > Fix For: 2.0.17 > > > Since CASSANDRA-7939, checkForEndpointCollision no longer catches a legitimate collision. Without CASSANDRA-7939, wiping a node and starting it again fails with 'A node with address %s already exists', but with it the node happily enters joining state, potentially streaming from the wrong place and violating consistency. -- This message was sent by Atlassian JIRA (v6.3.4#6332)