[
https://issues.apache.org/jira/browse/MESOS-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guangya Liu updated MESOS-4319:
-------------------------------
Comment: was deleted
(was: [~greggomann] seems this is duplicate with MESOS-3940 , I think that we
can close this one and fix all of the issues there: both documentation and
future update after deprecation cycle, comments?)
> Dynamic reservation creation failed with http endpoint
> ------------------------------------------------------
>
> Key: MESOS-4319
> URL: https://issues.apache.org/jira/browse/MESOS-4319
> Project: Mesos
> Issue Type: Bug
> Reporter: Guangya Liu
>
> {code}
> curl -i -u p1:s1 -d slaveId="12875be6pe": "SCALAR", "scalar": { "value": 1 },
> "role": "ads", "reservation": { "principal": "p1" } }, { "name": "mem",
> "type": "SCALAR", "scalar": { "value": 1000 }, "role": "ads", "reservation":
> { "principal": "p1" } } ]' -X POST http://192.168.1.104:5050/master/reserve
> HTTP/1.1 400 Bad Request
> Date: Sun, 10 Jan 2016 04:10:50 GMT
> Content-Length: 71
> Invalid RESERVE operation: Cannot reserve resources without a principal
> {code}
> I found that in https://reviews.apache.org/r/39043/diff/32#6 , the HTTP
> authentication was updated by adding a new optional parameter {{principal}}
> for reserve, but there is no document for how to set this parameter via http
> endpoint.
> cc [~arojas] , any comments for this? Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)