-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50147/
-----------------------------------------------------------
Review request for mesos, Anindya Sinha and Neil Conway.
Bugs: MESOS-5448
https://issues.apache.org/jira/browse/MESOS-5448
Repository: mesos
Description
-------
Currently we always checkpoint resources.target and in the agent
recovery path we have to handle the target being the same as the
committed resources.info. If we don't create a when the new
checkpointed resources are the same, then we don't need to go through
that additional handling.
Diffs
-----
src/slave/slave.cpp dc619eb72703d8f168defa120183b2c50ae38d5c
Diff: https://reviews.apache.org/r/50147/diff/
Testing
-------
make check.
Thanks,
Jiang Yan Xu