Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 90435 invoked from network); 16 Feb 2011 00:25:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 00:25:39 -0000 Received: (qmail 24466 invoked by uid 500); 16 Feb 2011 00:25:37 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 24383 invoked by uid 500); 16 Feb 2011 00:25:37 -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 24375 invoked by uid 99); 16 Feb 2011 00:25:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 00:25:37 +0000 X-ASF-Spam-Status: No, hits=4.3 required=5.0 tests=FS_REPLICA,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [69.50.2.38] (HELO ht1.hostedexchange.local) (69.50.2.38) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 00:25:30 +0000 Received: from HT1.hostedexchange.local (172.16.69.39) by ht2.hostedexchange.local (172.16.69.40) with Microsoft SMTP Server (TLS) id 8.2.255.0; Tue, 15 Feb 2011 16:25:10 -0800 Received: from mbx2.hostedexchange.local ([172.16.69.30]) by HT1.hostedexchange.local ([172.16.69.39]) with mapi; Tue, 15 Feb 2011 16:25:10 -0800 From: Shu Zhang To: "user@cassandra.apache.org" Date: Tue, 15 Feb 2011 16:25:10 -0800 Subject: Keyspace additions are not replicated to one node in the cluster Thread-Topic: Keyspace additions are not replicated to one node in the cluster Thread-Index: AQHLzW/4y0nGo2rYgEGXK+gBCuRkxA== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi, a node in my cassandra cluster will not accept keyspace additions appli= ed to other nodes. In its logs, it says: DEBUG [MigrationStage:1] 2011-02-15 15:39:57,995 DefinitionsUpdateResponseV= erbHandler.java (line 71) Applying AddKeyspace from {X} DEBUG [MigrationStage:1] 2011-02-15 15:39:57,995 DefinitionsUpdateResponseV= erbHandler.java (line 79) Migration not applied Previous version mismatch. = cannot apply. My cassandra nodes' version is 0.7-rc4. Does anyone know how I can recover from this problem? I'm fine with this no= de being synced to whatever data definition is defined on the rest of the c= luster. Thanks, Shu=