-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64197/
-----------------------------------------------------------
Review request for mesos, Gilbert Song and Jason Lai.
Bugs: MESOS-8280
https://issues.apache.org/jira/browse/MESOS-8280
Repository: mesos
Description
-------
While adding layer checkpointing in previous patch,
this case was missed, thus provisioner could incorrectly
think a container is missing layers.
Diffs
-----
src/slave/containerizer/mesos/provisioner/provisioner.cpp
9d1a4e50fb4eb3a3888c400a1f8e3c878ac6f325
Diff: https://reviews.apache.org/r/64197/diff/1/
Testing
-------
Ran a standalone mesos container, then trigger a couple `PRUNE_IMAGES` API
calls through agent API. Verified that warnings ending with `"...has no
checkpointed layers"` are gone.
Thanks,
Zhitao Li