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 375BFDF39 for ; Fri, 7 Sep 2012 16:28:08 +0000 (UTC) Received: (qmail 64041 invoked by uid 500); 7 Sep 2012 16:28:07 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 64011 invoked by uid 500); 7 Sep 2012 16:28: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 64002 invoked by uid 99); 7 Sep 2012 16:28:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 16:28:07 +0000 Date: Sat, 8 Sep 2012 03:28:07 +1100 (NCT) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: <878200820.50985.1347035287917.JavaMail.jiratomcat@arcas> In-Reply-To: <1960112954.47244.1346974028031.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CASSANDRA-4626) Multiple values for CurrentLocal Node ID 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-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450763#comment-13450763 ] Sylvain Lebresne commented on CASSANDRA-4626: --------------------------------------------- bq. Maybe we should name the accessor methods CounterId instead of NodeId? That's a good idea, I'll do that. > Multiple values for CurrentLocal Node ID > ---------------------------------------- > > Key: CASSANDRA-4626 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4626 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.0.11 > Reporter: Aaron Morton > Fix For: 1.0.12 > > Attachments: 4626.txt > > > From this email thread http://www.mail-archive.com/user@cassandra.apache.org/msg24677.html > There are multiple columns for the CurrentLocal row in NodeIdInfo: > {noformat} > [default@system] list NodeIdInfo ; > Using default limit of 100 > ... > ------------------- > RowKey: 43757272656e744c6f63616c > => (column=01efa5d0-e133-11e1-0000-51be601cd0ff, value=0a1020d2, timestamp=1344414498989) > => (column=92109b80-ea0a-11e1-0000-51be601cd0af, value=0a1020d2, timestamp=1345386691897) > {noformat} > SystemTable.getCurrentLocalNodeId() throws an assertion that occurs when the static constructor for o.a.c.utils.NodeId is in the stack. > The impact is a java.lang.NoClassDefFoundError when accessing a particular CF (I assume on with counters) on a particular node. > Cannot see an obvious cause in the code. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira