Added MESOS-8416 to 1.5.1 CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f62c22a9 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f62c22a9 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f62c22a9 Branch: refs/heads/master Commit: f62c22a9907c069d5553d703126c57762c83838d Parents: bd447bb Author: Gilbert Song <[email protected]> Authored: Tue Apr 17 10:46:29 2018 -0700 Committer: Gilbert Song <[email protected]> Committed: Tue Apr 17 10:49:45 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f62c22a9/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index c02d56d..4a2185e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,7 @@ Release Notes - Mesos - Version 1.5.1 (WIP) * [MESOS-7742] - Race conditions in IOSwitchboard: listening on unix socket and premature closing of the connection. * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused. * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating. + * [MESOS-8416] - CHECK failure if trying to recover nested containers but the framework checkpointing is not enabled. * [MESOS-8468] - `LAUNCH_GROUP` failure tears down the default executor. * [MESOS-8488] - Docker bug can cause unkillable tasks. * [MESOS-8510] - URI disk profile adaptor does not consider plugin type for a profile.
