From 10353a537458e7f647b6aac425de2df30d9e4603 Mon Sep 17 00:00:00 2001 From: Jay J Wylie Date: Tue, 15 Jan 2013 13:47:56 -0800 Subject: [PATCH] Update release to 1.1.9 and updated release notes. --- META-INF/MANIFEST.MF | 2 +- build.properties | 3 ++- release_notes.txt | 27 +++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 77853030e3..e11b8a1dc3 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -2,6 +2,6 @@ Manifest-Version: 1.0 Ant-Version: Apache Ant 1.7.1 Created-By: 20.2-b06 (Sun Microsystems Inc.) Implementation-Title: Voldemort -Implementation-Version: 1.1.7 +Implementation-Version: 1.1.9 Implementation-Vendor: LinkedIn diff --git a/build.properties b/build.properties index 97984e44c5..f7b4595a60 100644 --- a/build.properties +++ b/build.properties @@ -39,4 +39,5 @@ tomcat.manager.password=tomcat tomcat.context=/voldemort ## Release -curr.release=1.1.8 +curr.release=1.1.9 + diff --git a/release_notes.txt b/release_notes.txt index 6900035146..8a1a11a343 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,5 +1,27 @@ +Release 1.1.9 on 01/15/2013 + +Changes made since 1.1.8 +* Asynchronous socket checkout improvements + * Changed checkout behavior of KeyedResourcePool to only create new + connections when there are no resources available (rather than + creating new connections until the pool is full). + * Changed QueuedKeyedResourcePool.reset behavior to better match + KeyedResourcePool (i.e., to not cancel queued asynchronous + requests unnecessarily). + * Removed (unnecessary) synchronization primitives from keyed resource pool + * Reduce granularity of failure detector locking within ThresholdFailureDetector +* Minor features/improvements + * Less verbose logging in the face of expected exceptions and errors + * Refactored (Queued)KeyedResourcePoolTest +* Bug fixes + * Fixed possible race condition for resource creation in KeyedResourcePool + * More efficient (time & space) and simpler Histogram implementation + with improved tests. + + Release 1.1.8 on 01/14/2013 +Changes made since release 1.1.7 * Enhanced Server Monitoring -- Server NIO layer -- Streaming operations to the server @@ -8,18 +30,23 @@ Release 1.1.8 on 01/14/2013 * Added ability to delete old checksum files in Build and Push reducer * Upgrade Hadoop jar to 1.0.4-p2 + Release 1.1.7 on 01/03/2013 +NOTE: This release is based off of release 1.1.4 + Changes made since release 1.1.4 * Upgrading Hadoop jar to 1.0.2 * Added support for Kerberos authentication in HdfsFetcher * Extra config parameters for Kerberos config and keytab file + NOTE: Release 1.1.5 and 1.1.6 are special client side releases not based off of master. 1.1.5 was rolled back to to a weird bug. 1.1.6 is a special client side release including Auto- bootstrapper and Versioned Avro support. + Release 1.1.4 on 11/29/2012 Changes made since release 1.1.3