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

Evgeny Ryabitskiy commented on HBASE-1271:
------------------------------------------

 * LocalHBaseCluster - is not so general thing... as I understand it is used 
for testing.. never for real cluster... so my change will simplify this testing 
by providing another port.

 * HRS InfoServer is really general thing... but port of InfoServer is not so 
critical...  we can document it like a future... "Automatic InfoServer port 
binding". And if you want explicit port setting we can add console param for 
HRS start
without this changes we cant star't several HRS on one node with info servers

 * thx... will fix my spelling 

> Allow multiple tests to run on one machine
> ------------------------------------------
>
>                 Key: HBASE-1271
>                 URL: https://issues.apache.org/jira/browse/HBASE-1271
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Nitay Joffe
>            Assignee: Evgeny Ryabitskiy
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1271.patch
>
>
> Currently, if we try to run two tests on one machine (e.g. in two checkouts) 
> the second one will fail because its servers won't be able to bind to ports. 
> We should use random ports in our servers in the tests to fix this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to