Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 67854 invoked from network); 4 Feb 2010 20:11:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2010 20:11:52 -0000 Received: (qmail 52718 invoked by uid 500); 4 Feb 2010 20:11:51 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 52694 invoked by uid 500); 4 Feb 2010 20:11:51 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 52428 invoked by uid 99); 4 Feb 2010 20:11:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 20:11:50 +0000 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 20:11:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A9C30234C4A9 for ; Thu, 4 Feb 2010 12:11:29 -0800 (PST) Message-ID: <81970751.47821265314289694.JavaMail.jira@brutus.apache.org> Date: Thu, 4 Feb 2010 20:11:29 +0000 (UTC) From: "Chris Goffinet (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Resolved: (CASSANDRA-735) Bootstrapping with replication factor of 1 In-Reply-To: <75977190.14621264376777933.JavaMail.jira@brutus.apache.org> 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-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet resolved CASSANDRA-735. -------------------------------------- Resolution: Invalid > Bootstrapping with replication factor of 1 > ------------------------------------------ > > Key: CASSANDRA-735 > URL: https://issues.apache.org/jira/browse/CASSANDRA-735 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.6 > Reporter: Chris Goffinet > Fix For: 0.6 > > > I was testing a 2 node cluster w/ replication factor of 1. I added another node to cluster. (RackAwareStrategy) > New Node: 10.2.128.43 > Node Moving Data: 10.2.128.38 > .38 starts anticompacting and begins streaming data over. On node .43 I see stream added messages in log file, and it looks like all streams are finished. > Node .38: > INFO [COMPACTION-POOL:1] 2010-01-24 15:33:37,954 CompactionManager.java (line 364) AntiCompacting [] > INFO [STREAM-STAGE:1] 2010-01-24 15:33:37,961 Streaming.java (line 136) Waiting for transfer to /10.2.128.43 to complete > Node .43 is doing nothing at this point besides removing some SSTables that need to be deleted and few compactions. I noticed this that seemed little strange: > INFO [AE-SERVICE-STAGE:1] 2010-01-24 15:33:40,792 AntiEntropyService.java (line 233) Sending AEService tree for (Digg,Users) to: [/10.2.128.38] > I saw 2 of these occur after streaming added. It seems node .38 is waiting on .43 to acknowledge streaming is finished but it never occurs, so the node never completes bootstrap. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.