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 3C5EF637C for ; Fri, 20 May 2011 08:18:28 +0000 (UTC) Received: (qmail 47317 invoked by uid 500); 20 May 2011 08:18:28 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 47270 invoked by uid 500); 20 May 2011 08:18:28 -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 47262 invoked by uid 99); 20 May 2011 08:18:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 08:18:28 +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; Fri, 20 May 2011 08:18:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5C0AAD253E for ; Fri, 20 May 2011 08:17:47 +0000 (UTC) Date: Fri, 20 May 2011 08:17:47 +0000 (UTC) From: "Peter Schuller (JIRA)" To: commits@cassandra.apache.org Message-ID: <2045581867.29955.1305879467373.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CASSANDRA-2674) accidental 'recommission' is too easy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 accidental 'recommission' is too easy ------------------------------------- Key: CASSANDRA-2674 URL: https://issues.apache.org/jira/browse/CASSANDRA-2674 Project: Cassandra Issue Type: Bug Reporter: Peter Schuller Priority: Minor (tested on 0.7.5, but I have no reason to believe it's specific) After decommission, simply restarting the node causes it to pop back into the cluster as Up/Normal without ceremony or streaming, violating consistency in the cluster. This was with autobootstrap enabled in the configuration, and I triggered it specifically for the purpose of testing it, but since the intent was to have that always be turned on anyway (as per CASSANDRA-2447) this is a problem given how easy it is for a node to get started again after a long-running 'decommission' is started. (E.g., host reboots, whatever.) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira