You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2019/01/02 15:23:00 UTC

[jira] [Commented] (MESOS-8470) CHECK failure in DRFSorter due to invalid framework id.

    [ https://issues.apache.org/jira/browse/MESOS-8470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732151#comment-16732151 ] 

Vinod Kone commented on MESOS-8470:
-----------------------------------

[~bbannier] ^^.

Also, any plans to backport this?

> CHECK failure in DRFSorter due to invalid framework id.
> -------------------------------------------------------
>
>                 Key: MESOS-8470
>                 URL: https://issues.apache.org/jira/browse/MESOS-8470
>             Project: Mesos
>          Issue Type: Bug
>          Components: allocation
>            Reporter: Chun-Hung Hsiao
>            Assignee: Benjamin Bannier
>            Priority: Major
>              Labels: allocator, mesosphere, techdebt
>
> A framework registering with a custom {{FrameworkID}} containing slashes such as {{/foo/bar}} will trigger a CHECK failure at https://github.com/apache/mesos/blob/177a2221496a2caa5ad25e71c9982ca3eed02fd4/src/master/allocator/sorter/drf/sorter.cpp#L167:
> {noformat}
> master.cpp:6618] Updating info for framework /foo/bar 
> sorter.cpp:167] Check failed: clientPath == current->clientPath() (/foo/bar vs. foo/bar)
> {noformat}
> The sorter should be defensive with any {{FrameworkID}} containing slashes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)