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 B9ACF926D for ; Mon, 28 Nov 2011 15:24:03 +0000 (UTC) Received: (qmail 63775 invoked by uid 500); 28 Nov 2011 15:24:03 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 63751 invoked by uid 500); 28 Nov 2011 15:24:03 -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 63742 invoked by uid 99); 28 Nov 2011 15:24:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 15:24:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 15:24:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 56F26A4615 for ; Mon, 28 Nov 2011 15:23:40 +0000 (UTC) Date: Mon, 28 Nov 2011 15:23:40 +0000 (UTC) From: "Gabriel Rosendorf (Resolved) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1119009723.18035.1322493820375.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <249156040.2871.1321977399894.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CASSANDRA-3522) Fatal exception in thread Thread MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Rosendorf resolved CASSANDRA-3522. ------------------------------------------ Resolution: Fixed Fix Version/s: 1.0.3 > Fatal exception in thread Thread > --------------------------------- > > Key: CASSANDRA-3522 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3522 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.0.0 > Environment: Ubuntu 10.04 LTS - 8GB mem/ 360 GB disk - Hosted by RS > Reporter: Gabriel Rosendorf > Assignee: Brandon Williams > Priority: Minor > Fix For: 1.0.3 > > > Seeing this recurring exception on all machines in a 5 node cluster. Recently upgraded to 1.0.0 from 0.7.2. > ERROR [MutationStage:20] 2011-11-22 15:25:55,758 AbstractCassandraDaemon.java (line 133) Fatal exception in thread Thread[MutationStage:20,5,main] > java.lang.AssertionError > at org.apache.cassandra.locator.TokenMetadata.getToken(TokenMetadata.java:273) > at org.apache.cassandra.service.StorageProxy$4.run(StorageProxy.java:350) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) -- 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