You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/07/27 01:00:37 UTC

[2/2] mesos git commit: Added MESOS-7252 to 1.3.1 CHANGELOG.

Added MESOS-7252 to 1.3.1 CHANGELOG.


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

Branch: refs/heads/1.3.x
Commit: 567775dc7acc0f1a532e4fcd3680fd7a6b47aa29
Parents: 36737d5
Author: Michael Park <mp...@apache.org>
Authored: Wed Jul 26 17:49:51 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Wed Jul 26 17:49:51 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/567775dc/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index c717ec4..5fc7a5f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ All Issues:
   * [MESOS-7429] - Allow isolators to inject task-specific environment variables.
   * [MESOS-7540] - Add an agent flag for executor re-registration timeout.
   * [MESOS-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
+  * [MESOS-7252] - Need to fix resource check in long-lived framework.
   * [MESOS-7569] - Allow "old" executors with half-open connections to be preserved during agent upgrade / restart.
   * [MESOS-7581] - Fix interference of external Boost installations when using some unbundled dependencies.
   * [MESOS-7689] - Libprocess can crash on malformed request paths for libprocess messages.