[
https://issues.apache.org/jira/browse/ACCUMULO-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13798578#comment-13798578
]
ASF subversion and git services commented on ACCUMULO-1664:
-----------------------------------------------------------
Commit 5480ae0f1a040a39a7ac51336dd94fb3122c8863 in branch refs/heads/master
from [~elserj]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=5480ae0 ]
Merge branch '1.5.1-SNAPSHOT'
Conflicts:
minicluster/src/test/java/org/apache/accumulo/minicluster/MiniAccumuloClusterGCTest.java
Merging ACCUMULO-1786 is a no-op because of ACCUMULO-1664. Processes are
able to use random ports and MAC already does in 1.6.0-SNAPSHOT, so
there's no need to do anything special in the test.
> Make all processes able to use random ports
> -------------------------------------------
>
> Key: ACCUMULO-1664
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1664
> Project: Accumulo
> Issue Type: Improvement
> Components: master, monitor
> Reporter: Billie Rinaldi
> Assignee: Billie Rinaldi
> Fix For: 1.6.0
>
> Attachments: ACCUMULO-1664-2.patch, ACCUMULO-1664.patch
>
>
> One method of assigning random ports (currently used by the
> MiniAccumuloCluster) involves finding open ports and configuring Accumulo
> with them. However, the selected ports could become occupied before the
> Accumulo processes are able to claim them.
> All the processes can be assigned random ports by setting the desired port to
> 0, but not all of them are then discoverable. In particular, the master,
> monitor and proxy would need to be addressed.
--
This message was sent by Atlassian JIRA
(v6.1#6144)