You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2021/07/05 14:32:00 UTC

[jira] [Assigned] (HBASE-26065) StripeStoreFileManager does not need to throw IOException for most methods

     [ https://issues.apache.org/jira/browse/HBASE-26065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang reassigned HBASE-26065:
---------------------------------

    Assignee: Duo Zhang

> StripeStoreFileManager does not need to throw IOException for most methods
> --------------------------------------------------------------------------
>
>                 Key: HBASE-26065
>                 URL: https://issues.apache.org/jira/browse/HBASE-26065
>             Project: HBase
>          Issue Type: Improvement
>          Components: Compaction, HFile
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>
> All the operations are in memory only, expect getSplitPoint.
> We just throw IOException when we do some checks in code and the checks fail. In general, I think it is better to throw RuntimeException other than IOException, 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)