Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C286AE70E for ; Tue, 25 Jun 2013 18:15:39 +0000 (UTC) Received: (qmail 25407 invoked by uid 500); 25 Jun 2013 18:15:37 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 24971 invoked by uid 500); 25 Jun 2013 18:15:33 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 24963 invoked by uid 99); 25 Jun 2013 18:15:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jun 2013 18:15:33 +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 rcoli@eventbrite.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qc0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jun 2013 18:15:27 +0000 Received: by mail-qc0-f173.google.com with SMTP id l10so7513679qcy.18 for ; Tue, 25 Jun 2013 11:15:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=Peu18SZDRDp21VzH1d9dPCsGdPthQKluDVld/EpOHIM=; b=FxQcsrzx+ZLUKiIipAqTJg2MQBk0pPXiNAVdZsMPkZIKhatuWUv0M7zCjWETRFBirD LCXSaVCKIEolD4i0hELg2bS9neoc5Yv7rOkp/+WiJuD4vJ177kNypsQgKDOtxWw84rbv yWaTUfFfhQwmIcmHaOL9jSQJtCJk4aosA356H6POVsmWGpO0wd1FWEs+h8DWG76sXs+o tbVRrR82PFgJjc2ijlbrK7lZC/DLX4fHXk0fDniqr6IF4uvtGhclhdcklS8UAQeur1Zi nApLStZA8os3bHyJ7otfDP31vN0bzZzSsxjxuWDOQ5ozuSsBvFn96UDjcfievUzP5+0g 6AIg== MIME-Version: 1.0 X-Received: by 10.224.7.71 with SMTP id c7mr1270412qac.17.1372184106598; Tue, 25 Jun 2013 11:15:06 -0700 (PDT) Received: by 10.49.94.227 with HTTP; Tue, 25 Jun 2013 11:15:06 -0700 (PDT) In-Reply-To: <17C39FE466076C46B6E83F129C7B19CE2E7E6AD1@HKXPRD0310MB352.apcprd03.prod.outlook.com> References: <17C39FE466076C46B6E83F129C7B19CE2E7E6AD1@HKXPRD0310MB352.apcprd03.prod.outlook.com> Date: Tue, 25 Jun 2013 11:15:06 -0700 Message-ID: Subject: Re: Problems with node rejoining cluster From: Robert Coli To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmpF8GJrVHLci3DEXBM/0nVjLXhcs/KHmsQdF9531EeS4lQssHltTFdpfBU6tIaeC6Qyzg4 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 24, 2013 at 11:19 PM, Arindam Barua wrote: > - We do not specify any tokens in cassandra.yaml relying on > bootstrap assigning the tokens automatically. As cassandra.yaml comments state, you should never ever do this in a real cluster. I don't know what is causing your underlying issue, but not-specifying tokens is a strong contender. =Rob