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

stack updated HBASE-1809:
-------------------------

    Attachment: 1809.patch

This patch would address the immediate NPE (What I do in the constructor might 
not be the smartest) but something else is going on if we have one thread 
reading off a closed stream.  Chatting w/ Mathias, he sees this NPE with get 
and getclosest.  Both take out read locks on the store so another thread 
shouldn't be doing close this store file.  Mathias is trying to figure more 
input.

> NPE thrown in BoundedRangeFileInputStream
> -----------------------------------------
>
>                 Key: HBASE-1809
>                 URL: https://issues.apache.org/jira/browse/HBASE-1809
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: io
>         Environment: All
>            Reporter: Mathias Herberts
>            Priority: Critical
>             Fix For: 0.20.1
>
>         Attachments: 1809.patch, HFile-returnDecompressor.patch
>
>
> NPE is thrown in BoundedRangeFileInputStream.read when attempting to 
> synchronize on 'in' (line 97).
> This probably means the BRFIS was created with a null FSDIS.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to