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 EAFF2C647 for ; Fri, 19 Jul 2013 15:40:57 +0000 (UTC) Received: (qmail 54334 invoked by uid 500); 19 Jul 2013 15:40:57 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 54235 invoked by uid 500); 19 Jul 2013 15:40:51 -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 53256 invoked by uid 99); 19 Jul 2013 15:40:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2013 15:40:49 +0000 Date: Fri, 19 Jul 2013 15:40:49 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-8987) ProtobufUtil.toException doesn't handle plain RemoteException, gets a NoSuchMethodException 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/HBASE-8987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-8987. -------------------------- Resolution: Fixed Hadoop Flags: Reviewed Committed to trunk and 0.95 yesterday. > ProtobufUtil.toException doesn't handle plain RemoteException, gets a NoSuchMethodException > ------------------------------------------------------------------------------------------- > > Key: HBASE-8987 > URL: https://issues.apache.org/jira/browse/HBASE-8987 > Project: HBase > Issue Type: Bug > Reporter: Jean-Daniel Cryans > Assignee: stack > Fix For: 0.98.0, 0.95.2 > > Attachments: 8987.txt > > > From this build: https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/622/testReport/junit/org.apache.hadoop.hbase.replication/TestReplicationKillMasterRSCompressed/killOneMasterRS/ > The client never recovered from the RS that was killed, it retried 35 times this: > {noformat} > 13-07-18 12:20:08,786 WARN [hbase-table-pool-93-thread-2] client.AsyncProcess$1(413): The call to the RS failed, we don't know where we stand. location=region=test,ggg,1374149978397.552678a9e3bcf94d8621486842fd5f66., hostname=juno.apache.org,36408,1374149970324, seqNum=1 > java.io.IOException: java.lang.NoSuchMethodException: org.apache.hadoop.ipc.RemoteException.(java.lang.String) > at org.apache.hadoop.hbase.protobuf.ProtobufUtil.toException(ProtobufUtil.java:1219) > at org.apache.hadoop.hbase.protobuf.ResponseConverter.getResults(ResponseConverter.java:85) > at org.apache.hadoop.hbase.client.MultiServerCallable.call(MultiServerCallable.java:103) > at org.apache.hadoop.hbase.client.MultiServerCallable.call(MultiServerCallable.java:43) > at org.apache.hadoop.hbase.client.ServerCallable.withoutRetries(ServerCallable.java:259) > at org.apache.hadoop.hbase.client.AsyncProcess$1.run(AsyncProcess.java:411) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) > 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:895) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.lang.NoSuchMethodException: org.apache.hadoop.ipc.RemoteException.(java.lang.String) > at java.lang.Class.getConstructor0(Class.java:2715) > at java.lang.Class.getDeclaredConstructor(Class.java:1987) > at org.apache.hadoop.hbase.protobuf.ProtobufUtil.toException(ProtobufUtil.java:1215) > ... 11 more > {noformat} -- 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