----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63591/ -----------------------------------------------------------
Review request for mesos and Benjamin Bannier. Repository: mesos Description ------- Since `Shared` is already nullable, avoiding the null state of a `Shared` and wrapping it in an `Optional` doesn't add anything. We should just use `Shared` as it is, and make use of the null state. Diffs ----- include/mesos/slave/containerizer.hpp 838a8c394746afb415d00a7764862fb44564f79a Diff: https://reviews.apache.org/r/63591/diff/1/ Testing ------- `make check` Thanks, Michael Park
