Description
As the first step to solve MESOS-1654, we need to kill private_resources in SlaveInfo and add a 'ephemeral_ports' resource.
For now, the slave and the port mapping isolator will simply ignore the 'ephemeral_ports' resource in ExecutorInfo and TaskInfo, and make allocation by itself. We will revisit this once the overcommit race (MESOS-1466) is fixed.
Attachments
Issue Links
- blocks
-
MESOS-1654 Expose ephemeral ports per container as a resource
- Open
- is related to
-
MESOS-1466 Race between executor exited event and launch task can cause overcommit of resources
- Resolved