You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2009/11/04 00:50:32 UTC

[jira] Resolved: (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:all-tabpanel ]

Jean-Daniel Cryans resolved HBASE-1919.
---------------------------------------

      Resolution: Fixed
        Assignee: Jean-Daniel Cryans
    Hadoop Flags: [Reviewed]

Committed to branch and trunk.

> 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
>            Assignee: Jean-Daniel Cryans
>             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.