[
https://issues.apache.org/jira/browse/HBASE-11005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973299#comment-13973299
]
Hudson commented on HBASE-11005:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #5093 (See
[https://builds.apache.org/job/HBase-TRUNK/5093/])
HBASE-11005 Remove dead code in HalfStoreFileReader#getScanner#seekBefore()
(Gustavo Anatoly) (tedyu: rev 1588295)
*
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/io/HalfStoreFileReader.java
> Remove dead code in HalfStoreFileReader#getScanner#seekBefore()
> ---------------------------------------------------------------
>
> Key: HBASE-11005
> URL: https://issues.apache.org/jira/browse/HBASE-11005
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Gustavo Anatoly
> Priority: Trivial
> Fix For: 0.99.0
>
> Attachments: HBASE-11005.patch
>
>
> Here is related code:
> {code}
> Cell fk = new KeyValue.KeyOnlyKeyValue(getFirstKey(), 0,
> getFirstKey().length);
> // This will be null when the file is empty in which we can not
> // seekBefore to any key
> if (fk == null)
> return false;
> {code}
> fk wouldn't be null.
--
This message was sent by Atlassian JIRA
(v6.2#6252)