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/06/04 14:53:12 UTC

[2/3] mesos git commit: Added MESOS-8942 to the 1.5.2 CHANGELOG.

Added MESOS-8942 to the 1.5.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: d75293a10a08b243d394f976594e6230b84b02b0
Parents: be5e83b
Author: Alexander Rukletsov <al...@apache.org>
Authored: Mon Jun 4 16:47:30 2018 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Jun 4 16:52:50 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/d75293a1/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 172e295..fccef6d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -388,6 +388,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
 ** Bug
   * [MESOS-8904] - Master crash when removing quota.
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.
+  * [MESOS-8942] - Master streaming API does not send (health) check updates for tasks.
   * [MESOS-8945] - Master check failure due to CHECK_SOME(providerId).
   * [MESOS-8947] - Improve the container preparing logging in IOSwitchboard and volume/secret isolator.
   * [MESOS-8952] - process::await/collect n^2 performance issue.