[
https://issues.apache.org/jira/browse/MESOS-3746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guangya Liu updated MESOS-3746:
-------------------------------
Description:
Currently, the master does not provide a direct feedback to the framework when
an operation is dropped:
https://github.com/apache/mesos/blob/0.26.0/src/master/master.cpp#L1703-L1717
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".
was:
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".
> 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
> Labels: mesosphere, persistent-volumes, reservations
>
> Currently, the master does not provide a direct feedback to the framework
> when an operation is dropped:
> https://github.com/apache/mesos/blob/0.26.0/src/master/master.cpp#L1703-L1717
> 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)