[
https://issues.apache.org/jira/browse/MESOS-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15114359#comment-15114359
]
haosdent edited comment on MESOS-4485 at 1/24/16 3:59 PM:
----------------------------------------------------------
Do you mean should support allocating a same port to both TCP and UDP? I think
the random port allocating is controlled by Docker. I use {{docker run -p 0:xxx
...}} to start Docker container, Docker would auto pick a random port in host
when we use {{0}} in host port field.
was (Author: [email protected]):
Do you mean should support allocating a same port to both TCP and UDP?
> Support co-assignment of TCP and UDP ports simultaneously
> ---------------------------------------------------------
>
> Key: MESOS-4485
> URL: https://issues.apache.org/jira/browse/MESOS-4485
> Project: Mesos
> Issue Type: Improvement
> Components: containerization, docker
> Reporter: Felix Hupfeld
> Priority: Minor
>
> Some protocols require both a TCP and UDP port with the same port number.
> Currently the only way to start these applications is by setting fixed ports
> and not using Mesos' port allocation.
> Mesos should support co-assigning a dynamic port both for TCP and UDP with
> the Docker containerizer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)