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

Hadoop QA commented on ZOOKEEPER-2301:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12768713/ZOOKEEPER-2301-02.patch
  against trunk revision 1709293.

    +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 patch appears to cause tar ant target to fail.

    -1 findbugs.  The patch appears to cause Findbugs (version 2.0.3) to fail.

    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

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

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

Test results: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/2928//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/2928//console

This message is automatically generated.

> QuorumPeer does not listen on passed client IP in the constructor
> -----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2301
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2301
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>            Reporter: Arshad Mohammad
>            Assignee: Arshad Mohammad
>             Fix For: 3.5.2
>
>         Attachments: ZOOKEEPER-2301-01.patch, ZOOKEEPER-2301-02.patch
>
>
> QuorumPeer does not listen on passed client IP in the constructor, for client 
>  connection. It always listens on all IP(0.0.0.0 or 0:0:0:0:0:0:0:0). This 
> happens only when QuorumPeer is created using any of the bellow constructors
> {code}
> org.apache.zookeeper.server.quorum.QuorumPeer.QuorumPeer(Map<Long,QuorumServer>
>  quorumPeers, File snapDir,
>             File logDir, int clientPort, int electionAlg,
>             long myid, int tickTime, int initLimit, int syncLimit)
> {code}
> {code}
> org.apache.zookeeper.server.quorum.QuorumPeer.QuorumPeer(Map<Long,QuorumServer>
>  quorumPeers, File snapDir,
>             File logDir, int clientPort, int electionAlg,
>             long myid, int tickTime, int initLimit, int syncLimit,
>             QuorumVerifier quorumConfig)
> {code}



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

Reply via email to