You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/11/03 23:24:33 UTC

[jira] Commented: (HBASE-1919) code: HRS.delete seems to ignore exceptions it shouldnt

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

stack commented on HBASE-1919:
------------------------------

+1 (Have you tried dropping a table... maybe this hackery is necessary there?)

> code: HRS.delete seems to ignore exceptions it shouldnt
> -------------------------------------------------------
>
>                 Key: HBASE-1919
>                 URL: https://issues.apache.org/jira/browse/HBASE-1919
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.1
>            Reporter: ryan rawson
>             Fix For: 0.20.2, 0.21.0
>
>         Attachments: HBASE-1919.patch
>
>
> the code is:
>       region.delete(delete, lid, writeToWAL);
>       this.hlog.sync(region.getRegionInfo().isMetaRegion());
>     } catch (WrongRegionException ex) {
>     } catch (NotServingRegionException ex) {
>       // ignore                                                                                                                                                                          
>     } catch (Throwable t) {
>       throw convertThrowableToIOE(cleanup(t));
>     }
> we ignore those 2 exceptions... weird... should not be!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.