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 2012/09/25 19:42:11 UTC

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

Author: larsh
Date: Tue Sep 25 17:42:11 2012
New Revision: 1390015

URL: http://svn.apache.org/viewvc?rev=1390015&view=rev
Log:
Updated CHANGES.txt for 0.94.2RC2

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=1390015&r1=1390014&r2=1390015&view=diff
==============================================================================
--- hbase/branches/0.94/CHANGES.txt (original)
+++ hbase/branches/0.94/CHANGES.txt Tue Sep 25 17:42:11 2012
@@ -1,6 +1,6 @@
 HBase Change Log
 
-Release 0.94.2 - 9/21/2012
+Release 0.94.2 - 9/25/2012
 Sub-task
 
     [HBASE-6257] - Avoid unnecessary flush & compact on Meta in admin.rb.
@@ -74,11 +74,14 @@ Bug
     [HBASE-6757] - Very inefficient behaviour of scan using FilterList
     [HBASE-6762] - HBASE-6340 broke SecureRPCEngine
     [HBASE-6769] - HRS.multi eats NoSuchColumnFamilyException since HBASE-5021
+    [HBASE-6784] - TestCoprocessorScanPolicy is sometimes flaky when run locally
     [HBASE-6803] - script hbase should add JAVA_LIBRARY_PATH to LD_LIBRARY_PATH
     [HBASE-6839] - Operations may be executed without holding rowLock
     [HBASE-6842] - the jar used in coprocessor is not deleted in local which will exhaust the space of /tmp
     [HBASE-6844] - upgrade 0.23 version dependency in 0.94
     [HBASE-6847] - HBASE-6649 broke replication
+    [HBASE-6851] - Race condition in TableAuthManager.updateGlobalCache()
+    [HBASE-6868] - Skip checksum is broke; are we double-checksumming by default?
 
 Improvement