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 05:34:00 UTC

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

Duo Zhang created HBASE-26065:
---------------------------------

             Summary: 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


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)