[
https://issues.apache.org/jira/browse/HADOOP-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511703
]
Hadoop QA commented on HADOOP-1589:
-----------------------------------
+1
http://issues.apache.org/jira/secure/attachment/12361542/patch.txt applied and
successfully tested against trunk revision r555114.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/395/testReport/
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/395/console
> Exception handling in HBase is broken over client server connections
> --------------------------------------------------------------------
>
> Key: HADOOP-1589
> URL: https://issues.apache.org/jira/browse/HADOOP-1589
> Project: Hadoop
> Issue Type: Bug
> Components: contrib/hbase
> Affects Versions: 0.14.0, 0.15.0
> Reporter: Jim Kellerman
> Assignee: Jim Kellerman
> Fix For: 0.14.0, 0.15.0
>
> Attachments: patch.txt
>
>
> When an exception is thrown in a server process, the Hadoop Server class
> passes the exception class name and error message across the wire to the
> Hadoop Client. The Hadoop Client then throws a RemoteException with the class
> name and error message as part of its payload. Thus an interface like:
> public HRegionInfo getRegionInfo(final Text regionName) throws
> NotServingRegionException;
> actually throws a RemoteException on the client with
> org.apache.hadoop.hbase.NotServingRegionException as the class name and the
> remote message as the message.
> Anywhere in the HBase code where we try to catch NotServingRegionException
> will thus never see it if it came across an RPC.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.