You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/07/07 19:43:58 UTC

mesos git commit: Added MESOS-7690 to the 1.2.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/1.2.x 5365a09f9 -> ce03cf721


Added MESOS-7690 to the 1.2.2 CHANGELOG.


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

Branch: refs/heads/1.2.x
Commit: ce03cf7219ab9a5fbbbd0222db44106920fac941
Parents: 5365a09
Author: Benjamin Mahler <bm...@apache.org>
Authored: Fri Jun 16 17:32:59 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Fri Jul 7 12:43:36 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/ce03cf72/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index be74f41..8b72943 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ All Issues:
   * [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.
+  * [MESOS-7690] - The agent can crash when an unknown executor tries to register.
   * [MESOS-7703] - Mesos fails to exec a custom executor when no shell is used.