-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65591/
-----------------------------------------------------------
(Updated Feb. 23, 2018, 4:22 p.m.)
Review request for mesos, Jie Yu and Jan Schlicht.
Changes
-------
* fixed `GET_OPERATIONS` handler in master
* fixed lifetime when adding resource providers after master failover
Bugs: MESOS-8382
https://issues.apache.org/jira/browse/MESOS-8382
Repository: mesos
Description
-------
This patch adds explicit tracking of resource providers to the master
process. While we already had explicitly send resource provider
information in e.g., `UpdateSlaveMessage`, we only stored that
information aggregated over the full agent in the master up to now.
Diffs (updated)
-----
src/common/protobuf_utils.cpp f516091e9208552488c154f34adde6f20d3413bf
src/master/http.cpp acf10a0f396234ec9f444c9b41515d657379d6ad
src/master/master.hpp 6569c9ea0677f193ec56c276e6deea3f2fe86514
src/master/master.cpp e7d5ac67a94f927bb747bd283a3bf9671b2b8f44
Diff: https://reviews.apache.org/r/65591/diff/5/
Changes: https://reviews.apache.org/r/65591/diff/4-5/
Testing
-------
`make check`
Thanks,
Benjamin Bannier