HBASE-4512 JVMClusterUtil throwing wrong exception when master thread cannot be created (Ram) - Did not update the CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1177374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ramkrishna 2011-09-29 17:21:41 +00:00
parent 8585691fcd
commit 93ad445609
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ Release 0.92.0 - Unreleased
HBASE-4450 test for number of blocks read: to serve as baseline for expected
blocks read and for catching regressions (Kannan)
HBASE-4492 TestRollingRestart fails intermittently (Ted Yu and Ram)
HBASE-4512 JVMClusterUtil throwing wrong exception when master thread cannot be created (Ram)
IMPROVEMENTS
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)