[
https://issues.apache.org/jira/browse/HBASE-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235843#comment-13235843
]
Hadoop QA commented on HBASE-5586:
----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12519471/HBASE-5586-trunk.patch
against trunk revision .
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 3 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
-1 findbugs. The patch appears to introduce 2 new Findbugs (version 1.3.9)
warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/1259//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/1259//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/1259//console
This message is automatically generated.
> [replication] NPE in ReplicationSource when creating a stream to an
> inexistent cluster
> --------------------------------------------------------------------------------------
>
> Key: HBASE-5586
> URL: https://issues.apache.org/jira/browse/HBASE-5586
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.90.5
> Reporter: Jean-Daniel Cryans
> Assignee: Jean-Daniel Cryans
> Fix For: 0.92.2, 0.94.0, 0.96.0
>
> Attachments: 5586-v2.txt, HBASE-5586-trunk.patch, HBASE-5586.java,
> HBASE-5586.java
>
>
> This is from 0.92.1-ish:
> {noformat}
> 2012-03-15 09:52:16,589 ERROR
> org.apache.hadoop.hbase.replication.regionserver.ReplicationSource:
> Unexpected exception in ReplicationSource, currentPath=null
> java.lang.NullPointerException
> at
> org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.chooseSinks(ReplicationSource.java:223)
> at
> org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.connectToPeers(ReplicationSource.java:442)
> at
> org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.run(ReplicationSource.java:246)
> {noformat}
> I wanted to add a replication stream to a cluster that wasn't existing yet so
> that the logs would be buffered until then. This should just be treated as if
> there was no region servers.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira