You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Yan Xu (JIRA)" <ji...@apache.org> on 2015/09/29 01:50:04 UTC

[jira] [Created] (MESOS-3546) Mesos scheduler driver python binding breaks when implicitAcknowledgements is not supplied.

Yan Xu created MESOS-3546:
-----------------------------

             Summary: Mesos scheduler driver python binding breaks when implicitAcknowledgements is not supplied.
                 Key: MESOS-3546
                 URL: https://issues.apache.org/jira/browse/MESOS-3546
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 0.22.0
            Reporter: Yan Xu


The C++ driver has overloads that make `bool implicitAcknowledgements` optional but the python binding throws an error if the client code doesn't supply it.

{noformat:title=error}
TypeError: an integer is required
{noformat}



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