Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 16493 invoked from network); 20 Dec 2009 08:24:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Dec 2009 08:24:45 -0000 Received: (qmail 21560 invoked by uid 500); 20 Dec 2009 08:24:45 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 21511 invoked by uid 500); 20 Dec 2009 08:24:45 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 21501 invoked by uid 99); 20 Dec 2009 08:24:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 08:24:44 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 08:24:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1B35C234C045 for ; Sun, 20 Dec 2009 00:24:18 -0800 (PST) Message-ID: <1275080861.1261297458097.JavaMail.jira@brutus> Date: Sun, 20 Dec 2009 08:24:18 +0000 (UTC) From: "Chris Goffinet (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-634) Hinted Handoff Exception In-Reply-To: <1176441786.1260898578065.JavaMail.jira@brutus> 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-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792972#action_12792972 ] Chris Goffinet commented on CASSANDRA-634: ------------------------------------------ Does this patch address the NullException? I tried latest from branch 05 and am still seeing this exception. > Hinted Handoff Exception > ------------------------ > > Key: CASSANDRA-634 > URL: https://issues.apache.org/jira/browse/CASSANDRA-634 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.5 > Reporter: Chris Goffinet > Assignee: Jaakko Laine > Fix For: 0.5 > > Attachments: 634-1st-part-gossip-about-all-nodes.patch > > > Updated to the latest codebase from cassandra-0.5 branch. All nodes booted up fine and then I start noticing this error: > ERROR [HINTED-HANDOFF-POOL:1] 2009-12-14 22:05:34,191 CassandraDaemon.java (line 71) Fatal exception in thread Thread[HINTED-HANDOFF-POOL:1,5,main] > java.lang.RuntimeException: java.lang.NullPointerException > at org.apache.cassandra.db.HintedHandOffManager$1.run(HintedHandOffManager.java:253) > 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:619) > Caused by: java.lang.NullPointerException > at org.apache.cassandra.gms.FailureDetector.isAlive(FailureDetector.java:146) > at org.apache.cassandra.db.HintedHandOffManager.sendMessage(HintedHandOffManager.java:106) > at org.apache.cassandra.db.HintedHandOffManager.deliverAllHints(HintedHandOffManager.java:177) > at org.apache.cassandra.db.HintedHandOffManager.access$000(HintedHandOffManager.java:75) > at org.apache.cassandra.db.HintedHandOffManager$1.run(HintedHandOffManager.java:249) > ... 3 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.