-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70751/
-----------------------------------------------------------
(Updated May 29, 2019, 6:32 p.m.)
Review request for mesos, Benjamin Mahler and Meng Zhu.
Bugs: MESOS-9793
https://issues.apache.org/jira/browse/MESOS-9793
Repository: mesos
Description
-------
This commit implements the UPDATE_FRAMEWORK call in the V0 scheduler
API. To help keep consistency between V1 and V0 APIs, the V0 call
is implemented as a wrapper around V1 call, which converts HTTP
responses with 4xx status codes into FrameworkErrorMessage.
Diffs
-----
src/master/master.hpp 2771f4c045c877b7d8aa5db042810232c0e40ba0
src/master/master.cpp 4d7c37cf8814e45432b3fe15173f5343676a372b
Diff: https://reviews.apache.org/r/70751/diff/1/
Testing
-------
Thanks,
Andrei Sekretenko