Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjiewu committed Sep 7, 2012
1 parent 31bab19 commit 65d6265
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -37,4 +37,4 @@ tomcat.manager.password=tomcat
tomcat.context=/voldemort

## Release
curr.release=0.90.1
curr.release=0.96.li5
Binary file added lib/google-collect-1.0-rc2.jar
Binary file not shown.
Binary file removed lib/google-collect-1.0.jar
Binary file not shown.
64 changes: 64 additions & 0 deletions release_notes.txt
@@ -1,3 +1,67 @@
Release 0.96.li5 (LinkedIn release) on 09/06/2012

Changes made since 0.96.li1
* Added server config to control socket backlog
* Added "--query-keys" option to query multiple keys of multiple stores from specific node
* Added control to DataCleanupJob Frequency
* Improved messages in request tracing
* Cleaned up help/usage messages within the client shell
* Unified jmxid as the factory across the board
* Fixed a bug that caused unnecessary serial requests in getall
* Fixed a bug that prevented "--fetch-keys" and "--fetch-entries" in admin tool from showing multiple store results
* Fixed problem in sample config that prevented the server from starting
* Fixed random rebalance test failures

Release 0.96.li2 (LinkedIn release) on 08/01/2012

Changes made since 0.96.li1
* HFTP performance issue bug fix (fix in byte buffer and copy process)
* Added mechanism to isolate BDB cache usage among stores
* Enhanced debug logging (for traffic analysis).
* Python client bug fixes (from pull request)
* Tooling improvement (generate_cluster_xml.py)

Release 0.96.li1 (LinkedIn release) on 07/12/2012

Changes made since 0.95.li9
* Reuploaded the jar

Changes made since 0.95.li4
* Added configurable option to interrupt service being unscheduled
* Added rollback capability to the Admin tool
* Added tracking functionality for scan permit owner
* Added zoned option for restore from replicas
* Enabled NIO connector by default
* Added client side MBeans for multiple socket pool metrics
* Shortened some long tests and created new target called "junit-long" that
* includes them
* Finer timeouts and partial getalls
* Refactored to share VodemortOpCode between classes
* Fixed a donor-based rebalancing bug and added a unit test
* Fixed a bug that will return null during concurrent read and writes
* Added jmxId to Mbean name for failureDetector and storefactory
* Prevent preferred reads from crossing zones
* Added additional debug messages

Release 0.95.li4 (LinkedIn release) on 04/13/2012

Changes made since 0.95.li3
* Added error count Mbeans
* Concurrency bug fix in Donor based rebalancing

Release 0.95.li3 (LinkedIn release) on 03/22/2012

Changes made since 0.95.li2
* HOTFIX - DDS-2536: Fixed FailureDetector to handle host swap

Release 0.95.li2 (LinkedIn release) on 03/21/2012

Changes made since 0.95.li1
* Hot fix for SNA-10109. Replaced exception by log message in Histogram
* Replaced int by long to avoid overflow in Histogram and RequestCounter

Release 0.95.li1 (LinkedIn release) on 03/07/2012

Release 0.90.1 on 10/10/2011

Changes made since 0.90
Expand Down

0 comments on commit 65d6265

Please sign in to comment.