[ 
https://issues.apache.org/jira/browse/HBASE-6678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Kyle Purtell closed HBASE-6678.
--------------------------------------

> TestMergeTool picks unlikely ZK port that could conflict
> --------------------------------------------------------
>
>                 Key: HBASE-6678
>                 URL: https://issues.apache.org/jira/browse/HBASE-6678
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.95.2
>            Reporter: Gregory Chanan
>            Priority: Trivial
>
> In TestMergeTool, we pick an "unlikely" port for zookeeper to be on.  Perhaps 
> it would be better if this was a privileged port < 1024.
> {code}
>     // Make it so we try and connect to a zk that is not there (else we might
>     // find a zk ensemble put up by another concurrent test and this will
>     // mess up this test.  Choose unlikely port. Default test port is 21818.
>     // Default zk port is 2181.
>     this.conf.setInt(HConstants.ZOOKEEPER_CLIENT_PORT, 10001);
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to