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

Hadoop QA commented on HBASE-5633:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12519868/HBASE-5633-0.92.patch
  against trunk revision .

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

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/1300//console

This message is automatically generated.
                
> NPE reading ZK config in HBase
> ------------------------------
>
>                 Key: HBASE-5633
>                 URL: https://issues.apache.org/jira/browse/HBASE-5633
>             Project: HBase
>          Issue Type: Bug
>          Components: zookeeper
>            Reporter: Matteo Bertozzi
>            Priority: Minor
>             Fix For: 0.94.0
>
>         Attachments: HBASE-5633-0.90.patch, HBASE-5633-0.92.patch, 
> HBASE-5633-v1.patch, HBASE-5633-v2.patch
>
>
> If zoo.cfg contains server.* ("server.0=server0:2888:3888\n") and 
> cluster.distributed property (in hbase-site.xml) is empty we get an NPE in 
> parseZooCfg().
> The easy way to reproduce the bug is running 
> org.apache.hbase.zookeeper.TestHQuorumPeer with hbase-site.xml containing:
> {code}
> <property>
>   <name>hbase.cluster.distributed</name>
>   <value></value>
> </property>
> {code}

--
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

        

Reply via email to