You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Greg Mann (JIRA)" <ji...@apache.org> on 2015/11/08 20:23:10 UTC

[jira] [Created] (MESOS-3852) Introduce Resources::create() factory function

Greg Mann created MESOS-3852:
--------------------------------

             Summary: Introduce Resources::create() factory function
                 Key: MESOS-3852
                 URL: https://issues.apache.org/jira/browse/MESOS-3852
             Project: Mesos
          Issue Type: Improvement
            Reporter: Greg Mann
            Assignee: Greg Mann


The {{Resources}} object currently does not have a {{Resources::create()}} factory function. This means that we must rely on the constructor to make new {{Resources}}, and errors during construction cannot be caught properly. We should introduce a factory function which returns {{Try<Resources>}} to remedy this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)