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:21 UTC

[5/7] mesos git commit: Added MESOS-7119 to 1.1.2 CHANGELOG.

Added MESOS-7119 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/044fafe5
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/044fafe5
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/044fafe5

Branch: refs/heads/1.1.x
Commit: 044fafe5f402e586cca0f1527dae8cb06197deb3
Parents: fabca9f
Author: Alexander Rukletsov <al...@apache.org>
Authored: Mon Apr 24 14:28:01 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Apr 26 14:40:11 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/044fafe5/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index b5adc4b..5d172c4 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-7119] - Mesos master crash while accepting inverse offer.
   * [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.