[
https://issues.apache.org/jira/browse/MESOS-9619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823576#comment-16823576
]
Greg Mann commented on MESOS-9619:
----------------------------------
On master branch:
{code}
commit cbae57b7e790b8b46c79052975406d603e7d175a
Author: Greg Mann <[email protected]>
Date: Fri Apr 19 00:34:15 2019 -0700
Enabled construction of `ResourceQuantities` from `Resources`.
This patch adds a new static method which enables the
construction of `ResourceQuantities` from `Resources`.
Namely, this permits the inclusion of sets and ranges in the
input resources used to construct `ResourceQuantities`.
Review: https://reviews.apache.org/r/70507
{code}
{code}
commit f8ffdb7bbf3ff58e1e7a411cdd66767519d9a7ad
Author: Greg Mann <[email protected]>
Date: Sat Apr 20 11:48:39 2019 -0700
Ensured that task groups do not specify overlapping ranges or sets.
This patch adds validation to the master to ensure that task
groups do not include resources with overlapping set- or
range-valued resources, as this can crash the allocator.
Review: https://reviews.apache.org/r/70472/
{code}
{code}
commit 45c9788618e7123f408a1dffcf6772a1285cd2e5
Author: Greg Mann <[email protected]>
Date: Mon Apr 22 11:08:32 2019 -0700
Added unit test for a master validation helper function.
Review: https://reviews.apache.org/r/70517
{code}
> Mesos Master Crashes with Launch Group when using Port Resources
> ----------------------------------------------------------------
>
> Key: MESOS-9619
> URL: https://issues.apache.org/jira/browse/MESOS-9619
> Project: Mesos
> Issue Type: Bug
> Components: allocation
> Affects Versions: 1.4.3, 1.7.1
> Environment:
> Testing in both Mesos 1.4.3 and Mesos 1.7.1
> Reporter: Nimi Wariboko Jr.
> Assignee: Greg Mann
> Priority: Critical
> Labels: foundations, master, mesosphere
> Attachments: mesos-master.log, mesos-master.snippet.log
>
>
> Original Issue:
> [https://lists.apache.org/thread.html/979c8799d128ad0c436b53f2788568212f97ccf324933524f1b4d189@%3Cuser.mesos.apache.org%3E]
> When the ports resources is removed, Mesos functions normally (I'm able to
> launch the task as many times as possible, while it always fails continually).
> Attached is a snippet of the mesos master log from OFFER to crash.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)