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 0A6139CF3 for ; Thu, 23 Feb 2012 04:54:17 +0000 (UTC) Received: (qmail 29362 invoked by uid 500); 23 Feb 2012 04:54:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 29312 invoked by uid 500); 23 Feb 2012 04:54:14 -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 28984 invoked by uid 99); 23 Feb 2012 04:54:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 04:54:13 +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; Thu, 23 Feb 2012 04:54:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6DFB3335BBD for ; Thu, 23 Feb 2012 04:53:49 +0000 (UTC) Date: Thu, 23 Feb 2012 04:53:49 +0000 (UTC) From: "Phabricator (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <336556764.8202.1329972829451.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <20748698.1973.1329869568685.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5437) HRegionThriftServer does not start because of a bug in HbaseHandlerMetricsProxy 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-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214306#comment-13214306 ] Phabricator commented on HBASE-5437: ------------------------------------ tedyu has commented on the revision "HBASE-5437 [jira] HRegionThriftServer does not start because of a bug in HbaseHandlerMetricsProxy". Hadoop QA reported: [ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/src/main/java/org/apache/hadoop/hbase/thrift/ThriftMetrics.java:[118,55] cannot find symbol [ERROR] symbol : variable toString [ERROR] location: class java.lang.Class REVISION DETAIL https://reviews.facebook.net/D1887 > HRegionThriftServer does not start because of a bug in HbaseHandlerMetricsProxy > ------------------------------------------------------------------------------- > > Key: HBASE-5437 > URL: https://issues.apache.org/jira/browse/HBASE-5437 > Project: HBase > Issue Type: Bug > Components: metrics, thrift > Reporter: Scott Chen > Assignee: Scott Chen > Fix For: 0.94.0 > > Attachments: HBASE-5437.D1857.1.patch, HBASE-5437.D1887.1.patch > > > 3.facebook.com,60020,1329865516120: Initialization of RS failed. Hence aborting RS. > java.lang.ClassCastException: $Proxy9 cannot be cast to org.apache.hadoop.hbase.thrift.generated.Hbase$Iface > at org.apache.hadoop.hbase.thrift.HbaseHandlerMetricsProxy.newInstance(HbaseHandlerMetricsProxy.java:47) > at org.apache.hadoop.hbase.thrift.ThriftServerRunner.(ThriftServerRunner.java:239) > at org.apache.hadoop.hbase.regionserver.HRegionThriftServer.(HRegionThriftServer.java:74) > at org.apache.hadoop.hbase.regionserver.HRegionServer.initializeThreads(HRegionServer.java:646) > at org.apache.hadoop.hbase.regionserver.HRegionServer.preRegistrationInitialization(HRegionServer.java:546) > at org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:658) > at java.lang.Thread.run(Thread.java:662) > 2012-02-21 15:05:18,749 FATAL org.apache.hadoop.h -- 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