Repository: mesos Updated Branches: refs/heads/1.5.x 773502848 -> 667c77485
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/667c7748 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/667c7748 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/667c7748 Branch: refs/heads/1.5.x Commit: 667c774855852c6de6c4e0672d8917e81b4231ab Parents: 0804079 Author: Gilbert Song <[email protected]> Authored: Tue Apr 17 10:46:29 2018 -0700 Committer: Gilbert Song <[email protected]> Committed: Tue Apr 17 10:56:16 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/667c7748/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 7095378..8ab90bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,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.
