You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2017/11/08 04:48:04 UTC

[2/2] aurora git commit: Updating CHANGELOG for 0.19.0 release.

Updating CHANGELOG for 0.19.0 release.


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

Branch: refs/heads/master
Commit: dd6da8036510be686fcba4e5ac67395a696d45a5
Parents: d41d335
Author: Bill Farner <wf...@apache.org>
Authored: Tue Nov 7 20:47:30 2017 -0800
Committer: Bill Farner <wf...@apache.org>
Committed: Tue Nov 7 20:47:30 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/aurora/blob/dd6da803/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ef3e36e..40b0096 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,31 @@
+Aurora 0.19.0
+--------------------------------------------------------------------------------
+## Bug
+    * [AURORA-1953] - Scheduler livelock during startup
+    * [AURORA-1944] - Aurora is unable to elect leader after losing ZK for an extended period of time
+    * [AURORA-1950] - Exceptions in LogStorage.prepare() cause scheduler die and stay in DEAD state
+    * [AURORA-1955] - thermos should exit on irrecoverable errors to avoid zombies
+    * [AURORA-1943] - PreemptionVictimFilter does not handle varied ResourceTypes
+    * [AURORA-1939] - Thermos landing (host) page reports incorrect CPU rates when it is busy
+    * [AURORA-1945] - Rescinds received but not processed in time before offer accept
+
+## Story
+    * [AURORA-319] - Allow job environments other than prod, devel, test or staging<number>
+    * [AURORA-1947] - Improve in-process ZooKeeper support for local development
+
+## Sub-task
+    * [AURORA-1773] - Asynchronously call webhook endpoint not to block EventBus
+
+## Task
+    * [AURORA-1951] - UI build broken in gradle 4.2
+    * [AURORA-1937] - Add metrics for status updates before switching to V1 Mesos Driver implementaion
+    * [AURORA-1940] - aurora job restart request should be retryable
+    * [AURORA-1934] - Add a whitelist for TaskStateChange events in Aurora Scheduler WebHooks
+    * [AURORA-1931] - Configurable wait period for graceful shutdown
+    * [AURORA-1669] - Kill twitter/commons ZK libs when Curator replacements are vetted
+    * [AURORA-1897] - Remove task length restrictions.
+
+
 Aurora 0.18.0
 --------------------------------------------------------------------------------
 ## Bug