You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Rajeshbabu Chintaguntla (JIRA)" <ji...@apache.org> on 2014/12/16 01:52:13 UTC

[jira] [Created] (HBASE-12696) Possible NPE in SplitTransaction when skipStoreFileRangeCheck in splitPolicy return true

Rajeshbabu Chintaguntla created HBASE-12696:
-----------------------------------------------

             Summary: Possible NPE in SplitTransaction when skipStoreFileRangeCheck in splitPolicy return true
                 Key: HBASE-12696
                 URL: https://issues.apache.org/jira/browse/HBASE-12696
             Project: HBase
          Issue Type: Bug
            Reporter: Rajeshbabu Chintaguntla
            Assignee: Rajeshbabu Chintaguntla
             Fix For: 1.0.0, 2.0.0, 0.98.9


When we close the region during split we close all the storefiles readers. At the time of store file reference creation we open the reader to check split row with the store file  boundaries. But if skipStoreFileRangeCheck return true then we may not open the reader and it will be null. So getting NPE.
{code}
    f.getReader().close(true);
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)