Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 80B279D8B for ; Wed, 9 May 2012 05:17:24 +0000 (UTC) Received: (qmail 84371 invoked by uid 500); 9 May 2012 05:17:23 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 84156 invoked by uid 500); 9 May 2012 05:17:22 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 84108 invoked by uid 99); 9 May 2012 05:17:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 05:17:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Wed, 09 May 2012 05:17:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3251643A731 for ; Wed, 9 May 2012 05:17:00 +0000 (UTC) Date: Wed, 9 May 2012 05:17:00 +0000 (UTC) From: "Zhihong Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <340595750.42665.1336540620207.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2049192325.40718.1336507069265.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5963) ClassCastException: FileSystem$Cache$ClientFinalizer cannot be cast to 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/HBASE-5963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Yu updated HBASE-5963: ------------------------------ Attachment: 5963-v2.txt Patch v2 introduces ShutdownHookManager shim. Please review. > ClassCastException: FileSystem$Cache$ClientFinalizer cannot be cast to Thread > ----------------------------------------------------------------------------- > > Key: HBASE-5963 > URL: https://issues.apache.org/jira/browse/HBASE-5963 > Project: HBase > Issue Type: Bug > Affects Versions: 0.94.0, 0.96.0 > Environment: Bigtop 0.4.0-incubating-SNAPSHOT, Hadoop 2.0.0-alpha-SNAPSHOT, HBase 0.94.0-SNAPSHOT > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Attachments: 5963-v2.txt, HBASE-5963.patch, HBASE-5963.patch > > > {code} > 12/05/08 19:49:26 INFO regionserver.HRegionServer: STOPPED: Failed initialization > Exception in thread "main" java.lang.ClassCastException: org.apache.hadoop.fs.FileSystem$Cache$ClientFinalizer cannot be cast to java.lang.Thread > at org.apache.hadoop.hbase.regionserver.ShutdownHook.suppressHdfsShutdownHook(ShutdownHook.java:181) > at org.apache.hadoop.hbase.regionserver.ShutdownHook.install(ShutdownHook.java:82) > at org.apache.hadoop.hbase.regionserver.HRegionServer.startRegionServer(HRegionServer.java:3601) > at org.apache.hadoop.hbase.regionserver.HRegionServer.startRegionServer(HRegionServer.java:3585) > at org.apache.hadoop.hbase.regionserver.HRegionServerCommandLine.start(HRegionServerCommandLine.java:61) > at org.apache.hadoop.hbase.regionserver.HRegionServerCommandLine.run(HRegionServerCommandLine.java:75) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) > at org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:76) > at org.apache.hadoop.hbase.regionserver.HRegionServer.main(HRegionServer.java:3645) > {code} -- 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