----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51417/ -----------------------------------------------------------
Review request for mesos, Gilbert Song and Kevin Klues. Repository: mesos Description ------- Previously, we need to initialize `launchInfos` because we don't yet have an explicit state for PROVISIONING (MESOS-4878). After we introduce the PROVISIONING state, it's guaranteed that `launchInfo` will be set if the container is in PREPARING state. Therefore, the NOTE and the corresponding code is no longer needed. Diffs ----- src/slave/containerizer/mesos/containerizer.cpp 8a8985a6627859365c4f87ea0cbb5f89190cd4b3 Diff: https://reviews.apache.org/r/51417/diff/ Testing ------- make check Thanks, Jie Yu
