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 2018/03/22 14:54:16 UTC

mesos git commit: Added MESOS-8550 to the 1.4.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master fad100f59 -> 5b655ce06


Added MESOS-8550 to the 1.4.2 CHANGELOG.

(cherry picked from commit 71e6c30c9ba0801b2d9c520b0b75a901dabf2dc2)


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5b655ce0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5b655ce0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5b655ce0

Branch: refs/heads/master
Commit: 5b655ce062ff55cdefed119d97ad923aeeb2efb5
Parents: fad100f
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu Mar 22 15:52:13 2018 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu Mar 22 15:53:07 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5b655ce0/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ee885a6..eb279ad 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -525,6 +525,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
   * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
   * [MESOS-8488] - Docker bug can cause unkillable tasks.
+  * [MESOS-8550] - Bug in `Master::detected()` leads to coredump in `MasterZooKeeperTest.MasterInfoAddress`.
   * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
   * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
   * [MESOS-8574] - Docker executor makes no progress when 'docker inspect' hangs.