[
https://issues.apache.org/jira/browse/HBASE-15884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15310687#comment-15310687
]
Hudson commented on HBASE-15884:
--------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #1222 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1222/])
HBASE-15884 NPE in StoreFileScanner#skipKVsNewerThanReadpoint during (apurtell:
rev 67dc17240edffdb048d63ee13e12bbcac9d51bfc)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileScanner.java
> NPE in StoreFileScanner#skipKVsNewerThanReadpoint during reverse scan
> ---------------------------------------------------------------------
>
> Key: HBASE-15884
> URL: https://issues.apache.org/jira/browse/HBASE-15884
> Project: HBase
> Issue Type: Bug
> Components: Scanners
> Affects Versions: 2.0.0, 1.2.1
> Reporter: Sergey Soldatov
> Assignee: Sergey Soldatov
> Fix For: 2.0.0, 1.3.0, 1.4.0
>
> Attachments: HBASE-15884-1.patch
>
>
> Here is a part of {{skipKVsNewerThanReadpoint}} method:
> {noformat}
> hfs.next();
> setCurrentCell(hfs.getKeyValue());
> if (this.stopSkippingKVsIfNextRow
> && getComparator().compareRows(cur.getRowArray(),
> cur.getRowOffset(),
> cur.getRowLength(), startKV.getRowArray(),
> startKV.getRowOffset(),
> startKV.getRowLength()) > 0) {
> {noformat}
> If hfs has no more KVs, cur will be set to Null and on on the next step will
> throw NPE.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)