Added MESOS-7152 to 1.1.2 CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/219af806 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/219af806 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/219af806 Branch: refs/heads/master Commit: 219af8062820e65c28b5654803e2e61d4337d25d Parents: c3c1008 Author: Alexander Rukletsov <[email protected]> Authored: Mon Apr 24 14:18:53 2017 +0200 Committer: Alexander Rukletsov <[email protected]> Committed: Wed Apr 26 14:45:52 2017 +0200 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/219af806/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 9e9b50e..f288a0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -504,6 +504,7 @@ All Issues: * [MESOS-5028] - Copy provisioner cannot replace directory with symlink. * [MESOS-5172] - Registry puller cannot fetch blobs correctly from http Redirect 3xx urls. * [MESOS-6327] - Large docker images causes container launch failures: Too many levels of symbolic links. + * [MESOS-7152] - The agent may be flapping after the machine reboots due to provisioner recover. * [MESOS-7197] - Requesting tiny amount of CPU crashes master. * [MESOS-7210] - HTTP health check doesn't work when mesos runs with --docker_mesos_image. * [MESOS-7237] - Enabling cgroups_limit_swap can lead to "invalid argument" error.
