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/10/12 20:26:05 UTC

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

     [ https://issues.apache.org/jira/browse/MESOS-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yan Xu updated MESOS-3546:
--------------------------
    Description: 
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}

The workaround is simple: specify implicitAcknowledgements explicitly will work but we should fix this.

  was:
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}


> 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}
> The workaround is simple: specify implicitAcknowledgements explicitly will work but we should fix this.



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