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

Hudson commented on HBASE-23259:
--------------------------------

Results for branch branch-2
        [build #2361 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2361/]: 
(x) *{color:red}-1 overall{color}*
----
details (if available):

(x) {color:red}-1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2361//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2361//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2361//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> Ability to run mini cluster using pre-determined available random ports
> -----------------------------------------------------------------------
>
>                 Key: HBASE-23259
>                 URL: https://issues.apache.org/jira/browse/HBASE-23259
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 3.0.0, 1.4.12, 2.2.3
>            Reporter: Bharath Vissapragada
>            Assignee: Bharath Vissapragada
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0, 1.6.0
>
>
> As noted in the code reviews for HBASE-18095, we need the ability to run the 
> mini-cluster using a pre-determined set of random (and available) port 
> numbers. When I say pre-determined, I mean the test knows these ports even 
> before starting the mini cluster. 
> In short, the workflow is something like,
> {noformat}
> List<Ports> ports = getRandomAvailablePorts();
> startMiniCluster(conf, ports);
> {noformat}
> The reason we need this is that certain configs introduced in HBASE-18095 
> depend on the ports on which the master is expected to serve the RPCs. While 
> that is known for regular deployments (like 16000 for master etc), it is 
> totally random in the mini cluster tests. So we need to know them before hand 
> for templating out the configs. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to