[
https://issues.apache.org/jira/browse/HBASE-22520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16868996#comment-16868996
]
Hudson commented on HBASE-22520:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.3-IT #588 (See
[https://builds.apache.org/job/HBase-1.3-IT/588/])
HBASE-22520 Avoid possible NPE while performing seekBefore in (apurtell: rev
9daa1082584bfd0975398c6a4d9fb822d9264cd8)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/io/HalfStoreFileReader.java
> Avoid possible NPE in HalfStoreFileReader seekBefore()
> ------------------------------------------------------
>
> Key: HBASE-22520
> URL: https://issues.apache.org/jira/browse/HBASE-22520
> Project: HBase
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Fix For: 3.0.0, 1.5.0, 2.3.0, 2.2.1, 2.1.6, 1.3.6, 1.4.11
>
> Attachments: HBASE-22520-master-00.patch
>
>
> HalfStoreFileReader has firstKey defined as null. While retrieving first key,
> if the file is empty, no value will be provided to firstKey and hence during
> seekBefore, it might result into NPE.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)