[ 
https://issues.apache.org/jira/browse/HADOOP-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561968#action_12561968
 ] 

Hadoop QA commented on HADOOP-2693:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12373889/2693.patch
against trunk revision 614721.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests -1.  The patch failed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1660/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1660/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1660/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1660/console

This message is automatically generated.

> [hbase] NPE in getClosestRowBefore
> ----------------------------------
>
>                 Key: HADOOP-2693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2693
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: Bryan Duxbury
>         Attachments: 2693.patch
>
>
> Just saw this in a load test:
> {code}
> 2008-01-23 22:43:42,831 INFO org.apache.hadoop.ipc.Server: IPC Server handler 
> 8 on 60020, call getClosestRowBefore(.META.,,1, TestTable,,999999999999999, 
> 9223372036854775807) from XX.XX.XX.141:49068: error: java.io.IOException: 
> java.lang.NullPointerException
> java.io.IOException: java.lang.NullPointerException
>         at org.apache.hadoop.io.Text.compareTo(Text.java:278)
>         at 
> org.apache.hadoop.hbase.HStore.getRowKeyAtOrBefore(HStore.java:1846)
>         at 
> org.apache.hadoop.hbase.HRegion.getClosestRowBefore(HRegion.java:1109)
>         at 
> org.apache.hadoop.hbase.HRegionServer.getClosestRowBefore(HRegionServer.java:1434)
>         at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.hadoop.hbase.ipc.HbaseRPC$Server.call(HbaseRPC.java:413)
>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:908)
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to