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

Sergey Shelukhin updated HBASE-7780:
------------------------------------

    Description: 
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 or made 
stricter (assert?).

  was:
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.

    
> 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 or made 
> stricter (assert?).

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

Reply via email to