[ 
https://issues.apache.org/jira/browse/HBASE-14803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006093#comment-15006093
 ] 

Sean Busbey commented on HBASE-14803:
-------------------------------------

v3 still has tabs.

the v2 test failure was the lack of a null check. Please investigate test 
failures.

{code}
Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.608 sec <<< 
FAILURE! - in org.apache.hadoop.hbase.regionserver.TestStoreFile
testEmptyStoreFileRestrictKeyRanges(org.apache.hadoop.hbase.regionserver.TestStoreFile)
  Time elapsed: 0.175 sec  <<< ERROR!
java.lang.NullPointerException: null
        at 
org.apache.hadoop.hbase.regionserver.StoreFileScanner.shouldUseScanner(StoreFileScanner.java:438)
        at 
org.apache.hadoop.hbase.regionserver.TestStoreFile.testEmptyStoreFileRestrictKeyRanges(TestStoreFile.java:218)
{code}

> Add some debug logs to StoreFileScanner
> ---------------------------------------
>
>                 Key: HBASE-14803
>                 URL: https://issues.apache.org/jira/browse/HBASE-14803
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jean-Marc Spaggiari
>            Assignee: Jean-Marc Spaggiari
>            Priority: Minor
>              Labels: beginner
>             Fix For: 1.2.0
>
>         Attachments: HBASE-14803.v0-trunk.patch, HBASE-14803.v1-trunk.patch, 
> HBASE-14803.v2-trunk.patch, HBASE-14803.v3-trunk.patch
>
>
> To validate some behaviors I had to add some logs into StoreFileScanner.
> I think it can be interesting for other people looking for debuging. So 
> sharing the modifications here.



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

Reply via email to