You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2013/03/14 19:17:46 UTC

svn commit: r1456584 - /hbase/branches/0.94/CHANGES.txt

Author: larsh
Date: Thu Mar 14 18:17:46 2013
New Revision: 1456584

URL: http://svn.apache.org/r1456584
Log:
CHANGES.txt for 0.94.6RC2

Modified:
    hbase/branches/0.94/CHANGES.txt

Modified: hbase/branches/0.94/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/CHANGES.txt?rev=1456584&r1=1456583&r2=1456584&view=diff
==============================================================================
--- hbase/branches/0.94/CHANGES.txt (original)
+++ hbase/branches/0.94/CHANGES.txt Thu Mar 14 18:17:46 2013
@@ -1,6 +1,6 @@
 HBase Change Log
 
-Release 0.94.6 - 3/6/2013
+Release 0.94.6 - 3/14/2013
 Sub-task
 
     [HBASE-7944] - Replication leaks file reader resource & not reset currentNbOperations
@@ -14,6 +14,7 @@ Bug
     [HBASE-7153] - print gc option in hbase-env.sh affects hbase zkcli
     [HBASE-7507] - Make memstore flush be able to retry after exception
     [HBASE-7521] - fix HBASE-6060 (regions stuck in opening state) in 0.94
+    [HBASE-7624] - Backport HBASE-5359 and HBASE-7596 to 0.94
     [HBASE-7671] - Flushing memstore again after last failure could cause data loss
     [HBASE-7700] - TestColumnSeeking is mathematically bound to fail
     [HBASE-7723] - Remove NameNode URI from ZK splitlogs
@@ -24,6 +25,7 @@ Bug
     [HBASE-7777] - HBCK check for lingering split parents should check for child regions
     [HBASE-7813] - Bug in BulkDeleteEndpoint kills entire rows on COLUMN/VERSION Deletes
     [HBASE-7814] - Port HBASE-6963 'unable to run hbck on a secure cluster' to 0.94
+    [HBASE-7824] - Improve master start up time when there is log splitting work
     [HBASE-7829] - zookeeper kerberos conf keytab and principal parameters interchanged
     [HBASE-7832] - Use User.getShortName() in FSUtils
     [HBASE-7833] - 0.94 does not compile with Hadoop-0.20.205 and 0.22.0
@@ -31,6 +33,7 @@ Bug
     [HBASE-7866] - TestSplitTransactionOnCluster.testSplitBeforeSettingSplittingInZK failed 3 times in a row
     [HBASE-7867] - setPreallocSize is different with COMMENT in setupTestEnv in MiniZooKeeperCluster.java
     [HBASE-7869] - Provide way to not start LogSyncer thread
+    [HBASE-7876] - Got exception when manually triggers a split on an empty region
     [HBASE-7883] - Update memstore size when removing the entries in append operation
     [HBASE-7884] - ByteBloomFilter's performance can be improved by avoiding multiplication when generating hash
     [HBASE-7913] - Secure Rest server should login before getting an instance of Rest servlet
@@ -44,16 +47,31 @@ Bug
     [HBASE-7991] - Backport HBASE-6479 'HFileReaderV1 caching the same parent META block could cause server abort when splitting' to 0.94
     [HBASE-8007] - Adopt TestLoadAndVerify from BigTop
     [HBASE-8019] - Port HBASE-7779 '[snapshot 130201 merge] Fix TestMultiParallel' to 0.94
+    [HBASE-8025] - zkcli fails when SERVER_GC_OPTS is enabled
+    [HBASE-8040] - Race condition in AM after HBASE-7521 (only 0.94)
+    [HBASE-8055] - Null check missing in StoreFile.Reader.getMaxTimestamp()
+    [HBASE-8061] - Missing test from TestFlushSnapshotFromClient in 0.94
+    [HBASE-8069] - TestHLog is dependent on the execution order
+    [HBASE-8085] - Backport the fix for Bytes.toStringBinary() into 94 (HBASE-6991)
+    [HBASE-8099] - ReplicationZookeeper.copyQueuesFromRSUsingMulti should not return any queues if it failed to execute.
+    [HBASE-8103] - Fix pom so 0.94 can generate site reports
 
 Improvement
 
     [HBASE-7818] - add region level metrics readReqeustCount and writeRequestCount
+    [HBASE-7827] - Improve the speed of Hbase Thirft Batch mutation for deletes
+    [HBASE-8031] - Adopt goraci as an Integration test
 
 New Feature
 
     [HBASE-4210] - Allow coprocessor to interact with batches per region sent from a client
     [HBASE-7360] - Snapshot 0.94 Backport
 
+Task
+
+    [HBASE-8088] - Versioning site: part one, put stake in the ground for 0.94 by copying current versions of book and site
+    [HBASE-8090] - Versioning site; part two, publish 0.94 site and add link from main site
+
 
 Release 0.94.5 - 2/7/2013
 Sub-task