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 1465B9272 for ; Thu, 27 Oct 2011 15:14:42 +0000 (UTC) Received: (qmail 37230 invoked by uid 500); 27 Oct 2011 15:14:40 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 37218 invoked by uid 500); 27 Oct 2011 15:14:40 -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 37210 invoked by uid 500); 27 Oct 2011 15:14:39 -0000 Delivered-To: apmail-incubator-cassandra-user@incubator.apache.org Received: (qmail 37207 invoked by uid 99); 27 Oct 2011 15:14:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2011 15:14:39 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2011 15:14:34 +0000 Received: from jim.nabble.com ([192.168.236.80]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RJRem-0006wI-Ud for cassandra-user@incubator.apache.org; Thu, 27 Oct 2011 08:14:12 -0700 Date: Thu, 27 Oct 2011 08:14:12 -0700 (PDT) From: RobinUs2 To: cassandra-user@incubator.apache.org Message-ID: <1319728452942-6936722.post@n2.nabble.com> Subject: 2 node cluster, 1 node down, overall failure MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I currently run a 2-node cluster with version cassandra 1.0 (stable). With replication factor 2 on the keyspace which I'm testing. When I shutdown node B, it's impossible to connect with thrift to node A. The gossiper on node A says that node B is down. My keyspace: create keyspace Testing with placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy' and strategy_options = {replication_factor:2}; Does anyone have a clue what goes wrong? Address DC Rack Status State Load Owns Token 167057712653383445280042298172156091026 IP-Of-Node-B datacenter1 rack1 Up Normal 2.04 MB 45.00% 73482254385124880979556330753059704699 IP-Of-Node-A datacenter1 rack1 Up Normal 2.73 MB 55.00% 167057712653383445280042298172156091026 -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/2-node-cluster-1-node-down-overall-failure-tp6936722p6936722.html Sent from the cassandra-user@incubator.apache.org mailing list archive at Nabble.com.