You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/04/26 12:41:19 UTC

[3/7] mesos git commit: Added MESOS-7152 to 1.1.2 CHANGELOG.

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/0ff757e9
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0ff757e9
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0ff757e9

Branch: refs/heads/1.1.x
Commit: 0ff757e9a78bbe4e0dea75d714f0165f3123a01d
Parents: 52baba7
Author: Alexander Rukletsov <al...@apache.org>
Authored: Mon Apr 24 14:18:53 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Apr 26 14:39:14 2017 +0200

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0ff757e9/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ff9ee5e..b5adc4b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,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.