-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22252/
-----------------------------------------------------------
Review request for mesos, Ben Mahler and Vinod Kone.
Bugs: MESOS-1417
https://issues.apache.org/jira/browse/MESOS-1417
Repository: mesos-git
Description
-------
Change MesosContainerizer::update to not return failure for unknown container.
During status update for terminal task state change the slave will try to
update the container's resources. However, in the meantime the executor may
have exited and the container been destroyed.
Diffs
-----
src/slave/containerizer/mesos_containerizer.cpp
14380240512d29b49c2e8f2831a9ef8ca102a024
Diff: https://reviews.apache.org/r/22252/diff/
Testing
-------
make check
Thanks,
Ian Downes