You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/05/11 15:54:57 UTC

mesos git commit: Added MESOS-8624 to 1.5.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 1d18163a4 -> 2d4ad1559


Added MESOS-8624 to 1.5.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: 2d4ad1559f4fc972dc188c379ae9e476919edd8b
Parents: 1d18163
Author: Gilbert Song <so...@gmail.com>
Authored: Fri May 11 08:54:14 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Fri May 11 08:54:14 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/2d4ad155/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 2eff972..80634d8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -383,6 +383,7 @@ Release Notes - Mesos - Version 1.5.1 (WIP)
   * [MESOS-8604] - Quota headroom tracking may be incorrect in the presence of hierarchical reservation.
   * [MESOS-8605] - Terminal task status update will not send if 'docker inspect' is hung.
   * [MESOS-8619] - Docker on Windows uses `USERPROFILE` instead of `HOME` for credentials.
+  * [MESOS-8624] - Valid tasks may be explicitly dropped by agent due to race conditions.
   * [MESOS-8631] - Agent should be able to start a task with every CPU on a Windows machine.
   * [MESOS-8641] - Event stream could send heartbeat before subscribed.
   * [MESOS-8646] - Agent should be able to resolve file names on open files.