[
https://issues.apache.org/jira/browse/MESOS-7461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15998289#comment-15998289
]
Ilya Pronin commented on MESOS-7461:
------------------------------------
We solved this problem in our environment by randomizing the port number :)
> balloon test and disk full framework test relies on possibly unavailable ports
> ------------------------------------------------------------------------------
>
> Key: MESOS-7461
> URL: https://issues.apache.org/jira/browse/MESOS-7461
> Project: Mesos
> Issue Type: Bug
> Components: test
> Reporter: Zhitao Li
>
> balloon_framework_test.sh and disk_full_framework_test.sh all have code to
> directly listen at a {{5432}} port, but in our environment that port is
> directly reserved by something else.
> A possible fix is to write some utility to try to find an unused port, and
> try to use it for the master. It's not perfect though as there could still be
> a race condition.
> Another possible fix if to move listen "port" to a domain socket, when that's
> supported.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)