On Mon, Jun 20, 2011 at 09:45, Sylvain Lebresne <sylv...@datastax.com> wrote: > On Mon, Jun 20, 2011 at 1:58 PM, Shotaro Kamio <kamios...@gmail.com> wrote: >> Hi, >> >> NEWS.txt claims that rolling upgrade works. >> Upgrading >> --------- >> - 0.8.1 is backwards compatible with 0.8, upgrade can be achieved by a >> simple rolling restart. >> ------ >> >> 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. >> >> ------ >> INFO [Thread-1264] 2011-06-20 18:27:05,295 IncomingTcpConnection.java >> (line 103) Received connection from newer protocol version. Ignorning >> message. >> INFO [Thread-1263] 2011-06-20 18:27:05,324 IncomingTcpConnection.java >> (line 103) Received connection from newer protocol version. Ignorning >> message. >> INFO [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 question > 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.
If things are working properly, he shouldn't see any of these messages on a minor version upgrade because the version number should remain constant. The message version should only change on major releases (if necessary). It could be that the existing cluster was built with non-released code (sporting a different message version). Gary. > -- > Sylvain > >> >> Regards, >> Shotaro >> >> >> On Thu, Jun 16, 2011 at 6:38 PM, Sylvain Lebresne <sylv...@datastax.com> >> 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@r1136328 >>> Artifacts: >>> https://repository.apache.org/content/repositories/orgapachecassandra-019/org/apache/cassandra/apache-cassandra/0.8.1/ >>> Staging repository: >>> https://repository.apache.org/content/repositories/orgapachecassandra-019/ >>> >>> 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 and >>> those are thus not included in the artifacts. Releases of the CQL drivers >>> will >>> now be decorrelated of the core Cassandra releases and vote for those will >>> 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 >> >