You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2008/10/28 00:25:11 UTC

svn commit: r708377 - /hadoop/hbase/trunk/CHANGES.txt

Author: stack
Date: Mon Oct 27 16:25:11 2008
New Revision: 708377

URL: http://svn.apache.org/viewvc?rev=708377&view=rev
Log:
HBASE-967 [Optimization] Cache cell maximum length (HCD.getMaxValueLength); its used checking batch size

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=708377&r1=708376&r2=708377&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Mon Oct 27 16:25:11 2008
@@ -45,7 +45,7 @@
    HBASE-952   Deadlock in HRegion.batchUpdate
    HBASE-954   Don't reassign root region until ProcessServerShutdown has split
                the former region server's log
-   HBASE-953   PerformanceEvaluation tests if table exists by comparing descriptors
+   HBASE-957   PerformanceEvaluation tests if table exists by comparing descriptors
    HBASE-728, HBASE-956, HBASE-955 Address thread naming, which threads are
               Chores, vs Threads, make HLog manager the write ahead log and
               not extend it to provided optional HLog sync operations.
@@ -72,6 +72,8 @@
    HBASE-937   Thrift getRow does not support specifying columns
                (Doğacan Güney via Stack)
    HBASE-940   Make the TableOutputFormat batching-aware
+   HBASE-967   [Optimization] Cache cell maximum length (HCD.getMaxValueLength);
+               its used checking batch size
     
   NEW FEATURES
    HBASE-875   Use MurmurHash instead of JenkinsHash [in bloomfilters]