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 0DC8C6FD2 for ; Thu, 16 Jun 2011 19:42:36 +0000 (UTC) Received: (qmail 21082 invoked by uid 500); 16 Jun 2011 19:42:35 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 21057 invoked by uid 500); 16 Jun 2011 19:42:35 -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 21049 invoked by uid 99); 16 Jun 2011 19:42:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 19:42:35 +0000 X-ASF-Spam-Status: No, hits=3.6 required=5.0 tests=HTML_MESSAGE,NO_DNS_FOR_FROM,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,TRACKER_ID X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.210.172] (HELO mail-iy0-f172.google.com) (209.85.210.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 19:42:29 +0000 Received: by iyn15 with SMTP id 15so1852003iyn.31 for ; Thu, 16 Jun 2011 12:42:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.177.8 with SMTP id bg8mr988234icb.144.1308253327036; Thu, 16 Jun 2011 12:42:07 -0700 (PDT) Received: by 10.231.174.200 with HTTP; Thu, 16 Jun 2011 12:42:07 -0700 (PDT) Date: Thu, 16 Jun 2011 12:42:07 -0700 Message-ID: Subject: Error trying to move a node - 0.7 From: Ben Frank To: dev@cassandra.apache.org Content-Type: multipart/alternative; boundary=90e6ba6e8946d58f7804a5d976db --90e6ba6e8946d58f7804a5d976db Content-Type: text/plain; charset=ISO-8859-1 Hi All, I'm getting the following error when trying to move a nodes token: nodetool -h 145.6.92.82 -p 18080 move 56713727820156410577229101238628035242 cassandra.in.sh executing for environment DEV1 Exception in thread "main" java.lang.AssertionError at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:393) at org.apache.cassandra.locator.TokenMetadata.ringIterator(TokenMetadata.java:418) at org.apache.cassandra.locator.NetworkTopologyStrategy.calculateNaturalEndpoints(NetworkTopologyStrategy.java:94) at org.apache.cassandra.service.StorageService.calculatePendingRanges(StorageService.java:807) at org.apache.cassandra.service.StorageService.calculatePendingRanges(StorageService.java:773) at org.apache.cassandra.service.StorageService.startLeaving(StorageService.java:1468) at org.apache.cassandra.service.StorageService.move(StorageService.java:1605) at org.apache.cassandra.service.StorageService.move(StorageService.java:1580) . . . my ring looks like this: Address Status State Load Owns Token 113427455640312821154458202477256070484 145.6.99.80 Up Normal 1.63 GB 36.05% 4629135223504085509237477504287125589 145.6.92.82 Up Normal 2.86 GB 1.09% 6479163079760931522618457053473150444 145.6.99.81 Up Normal 2.01 GB 62.86% 113427455640312821154458202477256070484 '80' and '81' are configured to be in the East coast data center and '82' is in the West Anyone shed any light as to what might be going on here? -Ben --90e6ba6e8946d58f7804a5d976db--