You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2017/09/27 21:14:00 UTC

[jira] [Created] (MESOS-8028) Ensure webui can handle frameworks with large number of roles.

Benjamin Mahler created MESOS-8028:
--------------------------------------

             Summary: Ensure webui can handle frameworks with large number of roles.
                 Key: MESOS-8028
                 URL: https://issues.apache.org/jira/browse/MESOS-8028
             Project: Mesos
          Issue Type: Improvement
          Components: webui
            Reporter: Benjamin Mahler


Currently, the webui displays the list of framework roles in the framework tables as well as in the framework page. With the introduction of multi-role frameworks and hierarchical roles, frameworks may use a very large number of roles (e.g. consider a framework that uses 1 role per service job). The webui should assume the number of roles can be O(10,000s).

* This means listing out all the roles in table columns and so on is problematic.
* The 'Roles' tab will likely need to be updated to display more of a expandable / collapsable tree-like structure to navigate portions of the hierarchy that the user is interested in (per the original suggestion in MESOS-6995).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)