[ https://issues.apache.org/jira/browse/HADOOP-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527765 ]
Hadoop QA commented on HADOOP-1888: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12365913/patch.txt against trunk revision r575950. @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 passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/771/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/771/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/771/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/771/console This message is automatically generated. > NullPointerException in HMemcacheScanner > ---------------------------------------- > > Key: HADOOP-1888 > URL: https://issues.apache.org/jira/browse/HADOOP-1888 > Project: Hadoop > Issue Type: Bug > Components: contrib/hbase > Affects Versions: 0.15.0 > Reporter: Nigel Daley > Assignee: Jim Kellerman > Fix For: 0.15.0 > > Attachments: patch.txt, patch.txt, patch.txt, patch.txt, patch.txt, > patch.txt, patch.txt, patch.txt, patch.txt > > > There are a number of instance of the NPE in > http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/744/console > [junit] java.lang.NullPointerException > [junit] at > org.apache.hadoop.hbase.HMemcache$HMemcacheScanner.<init>(HMemcache.java:385) > [junit] at > org.apache.hadoop.hbase.HMemcache.getScanner(HMemcache.java:350) > [junit] at > org.apache.hadoop.hbase.HRegion$HScanner.<init>(HRegion.java:1542) > [junit] at org.apache.hadoop.hbase.HRegion.getScanner(HRegion.java:1058) > [junit] at > org.apache.hadoop.hbase.HRegionServer.openScanner(HRegionServer.java:1173) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > [junit] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > [junit] at java.lang.reflect.Method.invoke(Method.java:585) > [junit] at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:340) > [junit] at org.apache.hadoop.ipc.Server$Handler.run(Server.java:566) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.