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 2016/11/03 20:26:57 UTC

[3/4] mesos git commit: Fixed CHANGELOG encoding.

Fixed CHANGELOG encoding.


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

Branch: refs/heads/1.0.x
Commit: 8ff50dba07c72c03f070b7be514055c875cb0012
Parents: c992c7a
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu Nov 3 21:27:01 2016 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu Nov 3 21:27:01 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/8ff50dba/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index afec49b..d112a54 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,7 +9,7 @@ All Issues:
     * [MESOS-4975] - mesos::internal::master::Slave::tasks can grow unboundedly.
     * [MESOS-5613] - mesos-local fails to start if MESOS_WORK_DIR isn't set.
     * [MESOS-6013] - Use readdir instead of readdir_r.
-    * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race b/w \ufeff\u2060sendExecutorTerminatedStatusUpdate()\ufeff\u2060 and \ufeff\u2060_statusUpdate()\ufeff\u2060
+    * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race sendExecutorTerminatedStatusUpdate() and _statusUpdate().
     * [MESOS-6074] - Master check failure if the metrics endpoint is polled soon after it starts
     * [MESOS-6100] - Make fails compiling 1.0.1 
     * [MESOS-6104] - Potential FD double close in libevent's implementation of `sendfile`.