Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B18A62BD for ; Mon, 20 Jun 2011 14:45:53 +0000 (UTC) Received: (qmail 86870 invoked by uid 500); 20 Jun 2011 14:45:52 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 86843 invoked by uid 500); 20 Jun 2011 14:45:52 -0000 Mailing-List: contact dev-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 dev@cassandra.apache.org Received: (qmail 86835 invoked by uid 99); 20 Jun 2011 14:45:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 14:45:52 +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 (athena.apache.org: domain of sylvain@datastax.com designates 209.85.218.44 as permitted sender) Received: from [209.85.218.44] (HELO mail-yi0-f44.google.com) (209.85.218.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 14:45:47 +0000 Received: by yie30 with SMTP id 30so3181844yie.31 for ; Mon, 20 Jun 2011 07:45:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.108.231 with SMTP id q67mr7535364yhg.522.1308581126152; Mon, 20 Jun 2011 07:45:26 -0700 (PDT) Received: by 10.236.103.50 with HTTP; Mon, 20 Jun 2011 07:45:26 -0700 (PDT) X-Originating-IP: [88.183.33.171] In-Reply-To: References: Date: Mon, 20 Jun 2011 16:45:26 +0200 Message-ID: Subject: Re: [VOTE] Release Apache Cassandra 0.8.1 From: Sylvain Lebresne To: dev@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Jun 20, 2011 at 1:58 PM, Shotaro Kamio wrote: > Hi, > > NEWS.txt claims that rolling upgrade works. > =A0 =A0Upgrading > =A0 =A0--------- > =A0 =A0 =A0 - 0.8.1 is backwards compatible with 0.8, upgrade can be achi= eved by a > =A0 =A0 =A0 =A0 =A0simple rolling restart. > =A0 =A0------ > > However, we got following messages when rolling upgrade from 0.8.0 > based binary to 0.8 branch binary. Our data feeder got a lot of > timeout exception during the upgrade. > Is there a message version incompatibility? Looks like CASSANDRA-2280 > changes message version number. > > ------ > =A0INFO [Thread-1264] 2011-06-20 18:27:05,295 IncomingTcpConnection.java > (line 103) Received connection from newer protocol version. Ignorning > message. > =A0INFO [Thread-1263] 2011-06-20 18:27:05,324 IncomingTcpConnection.java > (line 103) Received connection from newer protocol version. Ignorning > message. > =A0INFO [Thread-1264] 2011-06-20 18:27:05,755 IncomingTcpConnection.java > (line 103) Received connection from newer protocol version. Ignorning > message. > ------ Do you see a lot of those, or only few during a small interval ? Same quest= ion the timeout exceptions ? You could get a few of these messages the time it takes to the node to figure out to which version they are talking. This should be fairly quick tough. As for the timeouts, what is your replication factor and consistency level = for the inserts and did you update only one node at a time ? -- Sylvain > > Regards, > Shotaro > > > On Thu, Jun 16, 2011 at 6:38 PM, Sylvain Lebresne = wrote: >> It's the two weeks anniversary of the release of Cassandra 0.8.0. And in= the >> meantime there has been a fair number of bug fixes and improvements. >> >> I thus propose the following artifacts for release as 0.8.1. >> >> SVN: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@r= 1136328 >> Artifacts: https://repository.apache.org/content/repositories/orgapachec= assandra-019/org/apache/cassandra/apache-cassandra/0.8.1/ >> Staging repository: >> https://repository.apache.org/content/repositories/orgapachecassandra-01= 9/ >> >> The artifacts as well as a debian package are also available here: >> http://people.apache.org/~slebresne/ >> >> Note that this release does not include any update of the CQL drivers an= d >> those are thus not included in the artifacts. Releases of the CQL driver= s will >> now be decorrelated of the core Cassandra releases and vote for those wi= ll be >> called separately. >> >> The vote will be open for 72 hours (longer if needed). >> >> [1]: http://goo.gl/Vnau4 (CHANGES.txt) >> [2]: http://goo.gl/Ihb0U (NEWS.txt) >> >> -- >> Sylvain >> > > > > -- > Shotaro Kamio >