Skip to content

Commit

Permalink
Update release to 1.1.9 and updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjwylie committed Jan 15, 2013
1 parent a2c30c0 commit 10353a5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Expand Up @@ -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

3 changes: 2 additions & 1 deletion build.properties
Expand Up @@ -39,4 +39,5 @@ tomcat.manager.password=tomcat
tomcat.context=/voldemort

## Release
curr.release=1.1.8
curr.release=1.1.9

27 changes: 27 additions & 0 deletions 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
Expand All @@ -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
Expand Down

0 comments on commit 10353a5

Please sign in to comment.