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 29E4E98A9 for ; Mon, 17 Oct 2011 07:08:35 +0000 (UTC) Received: (qmail 79820 invoked by uid 500); 17 Oct 2011 07:08:35 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 79650 invoked by uid 500); 17 Oct 2011 07:08:34 -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 79635 invoked by uid 99); 17 Oct 2011 07:08:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2011 07:08:32 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Mon, 17 Oct 2011 07:08:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C56C330CD0F for ; Mon, 17 Oct 2011 07:08:11 +0000 (UTC) Date: Mon, 17 Oct 2011 07:08:11 +0000 (UTC) From: "Jonathan Ellis (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1279837143.19821.1318835291810.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2086529227.51327.1313713947436.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3060) Boostrapping node stuck after receiving file with version mismatch 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-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128704#comment-13128704 ] Jonathan Ellis commented on CASSANDRA-3060: ------------------------------------------- It is documented, in NEWS.txt under "Upgrading." > Boostrapping node stuck after receiving file with version mismatch > ------------------------------------------------------------------ > > Key: CASSANDRA-3060 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3060 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.8.3 > Reporter: Benjamin Schrauwen > Priority: Minor > > When adding a node to the cluster, the boostrapping process get's stuck when it receives a file which is apparently from an older version. This is the Exception > java.lang.RuntimeException: Cannot recover SSTable /var/lib/cassandra/data/Mollom/recent_sessions-tmp-f-1 due to version mismatch. (current version is g). > at org.apache.cassandra.io.sstable.SSTableWriter.createBuilder(SSTableWriter.java:240) > at org.apache.cassandra.db.compaction.CompactionManager.submitSSTableBuild(CompactionManager.java:1090) > at org.apache.cassandra.streaming.StreamInSession.finished(StreamInSession.java:110) > at org.apache.cassandra.streaming.IncomingStreamReader.readFile(IncomingStreamReader.java:104) > at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:61) > at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:177) > at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:114) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira