-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65096/
-----------------------------------------------------------
Review request for mesos and Jan Schlicht.
Bugs: MESOS-8422
https://issues.apache.org/jira/browse/MESOS-8422
Repository: mesos
Description
-------
Currently, only operations with framework ID are supported. Code in
master's `updateSlave` was inconsistently in this regard, with it both
implicitly asserting that any operation had a framework ID and also
checking it presence explicitly.
This patch simplifies the existing code and adds an explicit assertion
for the presence of a framework ID in any operation.
Diffs
-----
src/master/master.cpp 7ed15e4ba2a31c5fe4b8571f645cdca69a3e82f4
Diff: https://reviews.apache.org/r/65096/diff/1/
Testing
-------
`make check`
Thanks,
Benjamin Bannier