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 B4E461029A for ; Thu, 26 Feb 2015 18:31:14 +0000 (UTC) Received: (qmail 69483 invoked by uid 500); 26 Feb 2015 18:31:07 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 69447 invoked by uid 500); 26 Feb 2015 18:31:07 -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 69403 invoked by uid 99); 26 Feb 2015 18:31:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2015 18:31:07 +0000 Date: Thu, 26 Feb 2015 18:31:07 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-8768) Using a Cassandra 2.0 seed doesn't allow a new Cassandra 2.1 node to bootstrap 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-8768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams resolved CASSANDRA-8768. ----------------------------------------- Resolution: Fixed Done in 649a5cd > Using a Cassandra 2.0 seed doesn't allow a new Cassandra 2.1 node to bootstrap > ------------------------------------------------------------------------------ > > Key: CASSANDRA-8768 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8768 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Ron Kuris > Assignee: Brandon Williams > Priority: Minor > Fix For: 2.1.4 > > Attachments: gossip-with-2.0-patch.txt > > > If you spin up a Cassandra 2.0 cluster with some seeds, and then attempt to attach a Cassandra 2.1 node to it, you get the following message: > {code}OutboundTcpConnection.java:429 - Handshaking version with /10.24.0.10{code} > Turning on debug, you get a few additional messages: > {code}DEBUG [WRITE-/(ip)] MessagingService.java:789 - Setting version 7 for /10.24.0.10 > DEBUG [WRITE-/(ip)] OutboundTcpConnection.java:369 - Target max version is 7; will reconnect with that version{code} > However, the code never reconnects. See the comments as to why. -- This message was sent by Atlassian JIRA (v6.3.4#6332)