Return-Path: X-Original-To: apmail-mesos-commits-archive@www.apache.org Delivered-To: apmail-mesos-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D983319198 for ; Wed, 13 Apr 2016 06:05:31 +0000 (UTC) Received: (qmail 39081 invoked by uid 500); 13 Apr 2016 06:05:26 -0000 Delivered-To: apmail-mesos-commits-archive@mesos.apache.org Received: (qmail 39036 invoked by uid 500); 13 Apr 2016 06:05:26 -0000 Mailing-List: contact commits-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list commits@mesos.apache.org Received: (qmail 38765 invoked by uid 99); 13 Apr 2016 06:05:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2016 06:05:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B83F1E0556; Wed, 13 Apr 2016 06:05:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mpark@apache.org To: commits@mesos.apache.org Date: Wed, 13 Apr 2016 06:05:26 -0000 Message-Id: <806fc8b527c5458a9c21efc2e2fe1a3b@git.apache.org> In-Reply-To: <136c0d401bcf49f6ad846336cbed2fdd@git.apache.org> References: <136c0d401bcf49f6ad846336cbed2fdd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/9] mesos git commit: Updated CHANGELOG for 0.26.1-rc1 release. Updated CHANGELOG for 0.26.1-rc1 release. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/60dec417 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/60dec417 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/60dec417 Branch: refs/heads/master Commit: 60dec41750e54991c77f4a4bcd881734e4cc7ad8 Parents: 2b044b6 Author: Michael Park Authored: Fri Feb 26 21:03:30 2016 -0800 Committer: Michael Park Committed: Tue Apr 12 23:05:18 2016 -0700 ---------------------------------------------------------------------- CHANGELOG | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/60dec417/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3fc21d2..8ddd40f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -581,6 +581,43 @@ All Issues: * [MESOS-3962] - Add labels to the message Port +Release Notes - Mesos - Version 0.26.1 +-------------------------------------------- + +** Bug + * [MESOS-3307] - Configurable size of completed task / framework history. + * [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-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-4449] - SegFault on agent during executor startup. + * [MESOS-4518] - MasterTest.MaxCompletedTasksPerFrameworkFlag is flaky. + * [MESOS-4582] - state.json serving duplicate "active" fields. + * [MESOS-4637] - Docker process executor can die with agent unit on systemd. + * [MESOS-4639] - Posix process executor can die with agent unit on systemd. + * [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-4505] - Hierarchical allocator performance is slow due to Quota. + * [MESOS-4566] - Avoid unnecessary temporary `std::string` constructions and copies in `jsonify`. + * [MESOS-4636] - Add parent hook to subprocess. + * [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.26.0 -------------------------------------- API Changes: