You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2013/12/17 19:28:08 UTC

[jira] [Comment Edited] (HBASE-10181) HBaseObjectWritable.readObject catches DoNotRetryIOException and wraps it back in a regular IOException

    [ https://issues.apache.org/jira/browse/HBASE-10181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850218#comment-13850218 ] 

Lars Hofhansl edited comment on HBASE-10181 at 12/17/13 6:26 PM:
-----------------------------------------------------------------

Filed HBASE-10185 for tracking the retry bug in write(dataoutput). 


was (Author: samarthjain):
Filed https://issues.apache.org/jira/browse/HBASE-10185 for tracking the retry bug in write(dataoutput). 

> HBaseObjectWritable.readObject catches DoNotRetryIOException and wraps it back in a regular IOException
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-10181
>                 URL: https://issues.apache.org/jira/browse/HBASE-10181
>             Project: HBase
>          Issue Type: Bug
>          Components: IPC/RPC
>    Affects Versions: 0.94.12
>            Reporter: Samarth
>             Fix For: 0.94.15
>
>         Attachments: 10181-alternate.txt, 10181.txt
>
>
> Exception handling inside HbaseObjectWritable needs to be reworked, IMHO. 
> For example:
> At several places inside HbaseObjectWritable.readObject, exceptions are caught and rethrown as I/O Exception (including ClassNotFoundException!). 
> So, if an implementation of readFields method throws a DoNotRetryIOException, HBase still ends up retrying. 
> This problem exists at least in 0.94.12 version of HBase. 



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)