[
https://issues.apache.org/jira/browse/HBASE-12696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14247784#comment-14247784
]
Hudson commented on HBASE-12696:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #5928 (See
[https://builds.apache.org/job/HBase-TRUNK/5928/])
HBASE-12696 Possible NPE in HRegionFileSystem#splitStoreFile when
skipStoreFileRangeCheck in splitPolicy return true(Rajeshbabu) (rajeshbabu: rev
96c6b9815ddbc9f2589655df4ad2381af04ac9f8)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java
> Possible NPE in HRegionFileSystem#splitStoreFile 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
>
> Attachments: HBASE-12696.patch, HBASE-12696_98.patch,
> HBASE-12696_branch1.patch
>
>
> 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)