You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2013/02/06 20:39:13 UTC

[jira] [Created] (HBASE-7780) HStore has a bunch of strange StoreFile reader null checks

Sergey Shelukhin created HBASE-7780:
---------------------------------------

             Summary: HStore has a bunch of strange StoreFile reader null checks
                 Key: HBASE-7780
                 URL: https://issues.apache.org/jira/browse/HBASE-7780
             Project: HBase
          Issue Type: Bug
            Reporter: Sergey Shelukhin
            Priority: Minor


In many places, especially around compactions, we check whether the file reader is null, and do stuff like skip the file or do quick exit if it is. In some places we don't do it.
Why would file reader be null? Probably these checks can be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira