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 2016/04/13 08:05:28 UTC

[4/9] mesos git commit: Updated CHANGELOG for 0.24.2-rc1 release.

Updated CHANGELOG for 0.24.2-rc1 release.


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

Branch: refs/heads/master
Commit: d33cbbafd277213c0ccbde671cd33fe6aea3d41b
Parents: bd3ba4e
Author: Michael Park <mp...@apache.org>
Authored: Fri Feb 26 21:58:59 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Tue Apr 12 23:05:18 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d33cbbaf/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 02b6094..29e8191 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -815,6 +815,42 @@ All Issues:
   * Functionality for endpoint 'api/v1/executor' introduced on 'Agent' is incomplete.
 
 
+Release Notes - Mesos - Version 0.24.2
+--------------------------------------
+* This is a bug fix release.
+
+** Bug
+  * [MESOS-3046] - Stout's UUID re-seeds a new random generator during each call to UUID::random.
+  * [MESOS-3051] - performance issues with port ranges comparison.
+  * [MESOS-3052] - Allocator performance issue when using a large number of filters.
+  * [MESOS-3307] - Configurable size of completed task / framework history.
+  * [MESOS-3602] - hdfs du fails due to prepended / on path.
+  * [MESOS-3605] - hdfs.du() fails on os x due to lack of native-hadoop library.
+  * [MESOS-3773] - RegistryClientTest.SimpleGetBlob is flaky.
+  * [MESOS-3834] - slave upgrade framework checkpoint incompatibility.
+  * [MESOS-4031] - slave crashed in cgroupstatistics().
+  * [MESOS-4069] - libevent_ssl_socket assertion fails.
+  * [MESOS-4106] - The health checker may fail to inform the executor to kill an unhealthy task after max_consecutive_failures.
+  * [MESOS-4283] - Accept 3-field version of HDFS du output.
+  * [MESOS-4311] - Protobuf parse should pass error messages when parsing nested JSON.
+  * [MESOS-4409] - MasterTest.MaxCompletedFrameworksFlag is flaky.
+  * [MESOS-4518] - MasterTest.MaxCompletedTasksPerFrameworkFlag is flaky.
+  * [MESOS-4582] - state.json serving duplicate "active" fields.
+  * [MESOS-4711] - Race condition in libevent poll implementation causes crash.
+  * [MESOS-4754] - The "executors" field is exposed under a backwards incompatible schema.
+
+** Improvement
+  * [MESOS-920]  - Set GLOG_drop_log_memory=false in environment prior to logging initialization.
+  * [MESOS-2353] - Improve performance of the state.json endpoint for large clusters.
+  * [MESOS-4302] - Offer filter timeouts are ignored if the allocator is slow or backlogged.
+  * [MESOS-4566] - Avoid unnecessary temporary `std::string` constructions and copies in `jsonify`.
+  * [MESOS-4687] - Implement reliable floating point for scalar resources Task.
+  * [MESOS-4237] - Introduce `jsonify` to stout.
+  * [MESOS-4238] - Update `Master::Http::state` to use the `jsonify` facility.
+  * [MESOS-4239] - Update relevant libprocess components to support the `jsonify` facility.
+  * [MESOS-4435] - Update `Master::Http::stateSummary` to use `jsonify`.
+
+
 Release Notes - Mesos - Version 0.24.1
 --------------------------------------
 * This is a bug fix release.