You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2019/10/13 08:54:00 UTC

[jira] [Created] (HBASE-23163) Use for loop instead of stream to calculate store file size in HStore

Duo Zhang created HBASE-23163:
---------------------------------

             Summary: Use for loop instead of stream to calculate store file size in HStore
                 Key: HBASE-23163
                 URL: https://issues.apache.org/jira/browse/HBASE-23163
             Project: HBase
          Issue Type: Sub-task
          Components: regionserver
            Reporter: Duo Zhang
            Assignee: Duo Zhang


As described in the parent issue, as f.getReader may return different result so we have to do redundant check on it, which makes the a bit ugly if we use stream.



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