[
https://issues.apache.org/jira/browse/HBASE-11711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106466#comment-14106466
]
stack commented on HBASE-11711:
-------------------------------
[~posix4e] There is an hbase-site.xml for the test context. See
hbase-server/src/test/resources/hbase-site.xml. In there you will find:
53 <property>
54 <name>hbase.master.info.port</name>
55 <value>-1</value>
56 <description>The port for the hbase master web UI
57 Set to -1 if you do not want the info server to run.
58 </description>
59 </property>
i.e. info port is disabled by default (it is enabled explicity on few tests
that test http server stuff)
> In some environment HBase MiniCluster fails to load because Master info port
> clobbering
> ---------------------------------------------------------------------------------------
>
> Key: HBASE-11711
> URL: https://issues.apache.org/jira/browse/HBASE-11711
> Project: HBase
> Issue Type: Bug
> Reporter: Alex Newman
> Assignee: Alex Newman
> Fix For: 2.0.0
>
> Attachments: HBASE-11711-v1.patch
>
>
> Currently TestZooKeeper attempts to launch to masters and the info ports
> collide. This disables the info port for this test.
--
This message was sent by Atlassian JIRA
(v6.2#6252)