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 E35F89137 for ; Mon, 9 Jul 2012 13:04:35 +0000 (UTC) Received: (qmail 10319 invoked by uid 500); 9 Jul 2012 13:04:35 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 10290 invoked by uid 500); 9 Jul 2012 13:04:35 -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 10257 invoked by uid 99); 9 Jul 2012 13:04:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 13:04:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id A2253141887 for ; Mon, 9 Jul 2012 13:04:34 +0000 (UTC) Date: Mon, 9 Jul 2012 13:04:34 +0000 (UTC) From: "Sam Overton (JIRA)" To: commits@cassandra.apache.org Message-ID: <1817327928.22608.1341839074665.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (CASSANDRA-4429) nodetool ring throws java.lang.AssertionError in TokenMetadata.getTopology MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sam Overton created CASSANDRA-4429: -------------------------------------- Summary: nodetool ring throws java.lang.AssertionError in TokenMetadata.getTopology Key: CASSANDRA-4429 URL: https://issues.apache.org/jira/browse/CASSANDRA-4429 Project: Cassandra Issue Type: Bug Components: Tools Affects Versions: 1.2 Reporter: Sam Overton {noformat} $ bin/nodetool -h localhost ring Exception in thread "main" java.lang.AssertionError at org.apache.cassandra.locator.TokenMetadata.getTopology(TokenMetadata.java:851) at org.apache.cassandra.service.StorageService.effectiveOwnership(StorageService.java:2781) at org.apache.cassandra.service.StorageService.effectiveOwnership(StorageService.java:70) {noformat} TokenMetadata.getTopology() can only be called on a clone of TokenMetadata, not the StorageService instance. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira