You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Zhitao Li (JIRA)" <ji...@apache.org> on 2017/05/05 00:41:04 UTC

[jira] [Created] (MESOS-7461) balloon test and disk full framework test relies on possibly unavailable ports

Zhitao Li created MESOS-7461:
--------------------------------

             Summary: 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)