Repository: aurora Updated Branches: refs/heads/master a79ce0e64 -> bab21ed68
Upgrade ZooKeeper to 3.4.8. Changes are mainly correcting server bugs, including a fix for server shutdown deadlocks (ZOOKEEPER-2347). That fix in particular allows Aurora to upgrade past 3.4.6. See the release notes here: https://zookeeper.apache.org/doc/r3.4.8/releasenotes.html Reviewed at https://reviews.apache.org/r/44519/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/bab21ed6 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/bab21ed6 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/bab21ed6 Branch: refs/heads/master Commit: bab21ed6806451f9925846b362415ccd0efd02b7 Parents: a79ce0e Author: John Sirois <[email protected]> Authored: Tue Mar 8 15:30:52 2016 -0700 Committer: John Sirois <[email protected]> Committed: Tue Mar 8 15:30:52 2016 -0700 ---------------------------------------------------------------------- NEWS | 1 + build.gradle | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/bab21ed6/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 7905451..0aa7f5e 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ New/updated: - Upgraded Mesos to 0.26.0 - Added a new `aurora job add` client command to scale out an existing job. +- Upgraded the scheduler ZooKeeper client from 3.4.6 to 3.4.8. Deprecations and removals: http://git-wip-us.apache.org/repos/asf/aurora/blob/bab21ed6/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index dc94a35..ad5ec5c 100644 --- a/build.gradle +++ b/build.gradle @@ -92,9 +92,7 @@ For more details, please see https://issues.apache.org/jira/browse/AURORA-1169 ext.slf4jRev = '1.7.12' ext.stringTemplateRev = '3.2.1' ext.thriftRev = '0.9.1' - // Avoiding 3.4.7 due to this deadlock bug that we appear to run into in zk tests: - // https://issues.apache.org/jira/browse/ZOOKEEPER-2347 - ext.zookeeperRev = '3.4.6' + ext.zookeeperRev = '3.4.8' configurations { compile {
