Michael Park created MESOS-3746:
-----------------------------------
Summary: Consider introducing a mechanism to provide feedback on
offer operations
Key: MESOS-3746
URL: https://issues.apache.org/jira/browse/MESOS-3746
Project: Mesos
Issue Type: Task
Components: master
Reporter: Michael Park
Currently, the master does not provide a direct feedback to the framework when
an operation is dropped:
https://github.com/apache/mesos/blob/master/src/master/master.cpp#L1713-L1715
A "subsequent offer" is used as the mechanism to determine whether an operation
succeeded or not, which is not sufficient if a framework mistakenly sends
invalid operations. There should be an immediate feedback as to whether the
request was "accepted".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)