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 341C3737B for ; Thu, 1 Dec 2011 10:59:27 +0000 (UTC) Received: (qmail 85240 invoked by uid 500); 1 Dec 2011 10:59:24 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 85209 invoked by uid 500); 1 Dec 2011 10:59:24 -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 85201 invoked by uid 99); 1 Dec 2011 10:59:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2011 10:59:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.215.172] (HELO mail-ey0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2011 10:59:17 +0000 Received: by eabm6 with SMTP id m6so2272041eab.31 for ; Thu, 01 Dec 2011 02:58:57 -0800 (PST) Received: by 10.213.21.148 with SMTP id j20mr441209ebb.87.1322737137233; Thu, 01 Dec 2011 02:58:57 -0800 (PST) Received: from mvapc ([80.179.102.198]) by mx.google.com with ESMTPS id 49sm16376717eec.1.2011.12.01.02.58.56 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Dec 2011 02:58:56 -0800 (PST) From: "Michael Vaknine" To: References: <000e01ccaf96$5f5ae790$1e10b6b0$@com> <003101ccafa1$29d03c50$7d70b4f0$@com> In-Reply-To: Subject: RE: [RELEASE] Apache Cassandra 1.0.5 released Date: Thu, 1 Dec 2011 12:58:31 +0200 Message-ID: <004301ccb018$2af69ad0$80e3d070$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcyvvZ+0B53ajyj+RbqRfa8DQMBwdAAOFAkA Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org Unfortunately no. Second time I did the test: Restore 4 nodes to a new Cassandra cluster (0.7.8) Upgrade to 1.0.0 Run nodetool scrub on each node after upgrade before upgrading next node. Upgrade to 1.0.3 Upgrade to 1.0.5 Run nodetool repair on all nodes. All process was successful. What does this error means and how is it affecting my cluster? Do you think it is safe to upgrade to 1.0.5 and disregard this error? Thanks Michael -----Original Message----- From: Jonathan Ellis [mailto:jbellis@gmail.com] Sent: Thursday, December 01, 2011 2:10 AM To: user@cassandra.apache.org Subject: Re: [RELEASE] Apache Cassandra 1.0.5 released I don't think so. That code hasn't changed in a long time. Is it reproducible? On Wed, Nov 30, 2011 at 2:46 PM, Michael Vaknine wrote: > Hi, > Upgrade 1.0.3 to 1.0.5 > I have this errors > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 > AbstractCassandraDaemon.java (line 133) Fatal exception in thread Thread > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 java.lang.AssertionError > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 at > org.apache.cassandra.db.ColumnFamilyStore.maybeSwitchMemtable(ColumnFamilySt > ore.java:671) > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 at > org.apache.cassandra.db.ColumnFamilyStore.forceFlush(ColumnFamilyStore.java: > 745) > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 at > org.apache.cassandra.db.ColumnFamilyStore.forceBlockingFlush(ColumnFamilySto > re.java:750) > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 at > org.apache.cassandra.db.index.keys.KeysIndex.forceBlockingFlush(KeysIndex.ja > va:119) > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 at > org.apache.cassandra.db.index.SecondaryIndexManager.flushIndexesBlocking(Sec > ondaryIndexManager.java:258) > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 at > org.apache.cassandra.db.index.SecondaryIndexManager.maybeBuildSecondaryIndex > es(SecondaryIndexManager.java:123) > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 at > org.apache.cassandra.streaming.StreamInSession.closeIfFinished(StreamInSessi > on.java:151) > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 at > org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReade > r.java:103) > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 at > org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection. > java:184) > TST-Cass2 ERROR [Thread-58] 2011-11-30 20:40:17,449 at > org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.jav > a:81) > > Is this another regression? > > Thanks > Michael > > -----Original Message----- > From: Brandon Williams [mailto:driftx@gmail.com] > Sent: Wednesday, November 30, 2011 9:43 PM > To: user@cassandra.apache.org > Subject: Re: [RELEASE] Apache Cassandra 1.0.5 released > > On Wed, Nov 30, 2011 at 1:29 PM, Michael Vaknine > wrote: >> The files are not on the site >> The requested URL > /apache//cassandra/1.0.5/apache-cassandra-1.0.5-bin.tar.gz >> was not found on this server. > > It takes the mirrors some time to sync. > > -Brandon > -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of DataStax, the source for professional Cassandra support http://www.datastax.com