You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jg...@apache.org on 2009/07/28 22:01:15 UTC

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

Author: jgray
Date: Tue Jul 28 20:01:15 2009
New Revision: 798694

URL: http://svn.apache.org/viewvc?rev=798694&view=rev
Log:
HBASE-1717 Put on client-side uses passed-in byte[]s rather than always using copies

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=798694&r1=798693&r2=798694&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Tue Jul 28 20:01:15 2009
@@ -296,6 +296,8 @@
    HBASE-1703  ICVs across /during a flush can cause multiple keys with the 
                same TS (bad)
    HBASE-1671  HBASE-1609 broke scanners riding across splits
+   HBASE-1717  Put on client-side uses passed-in byte[]s rather than always
+               using copies
 
   IMPROVEMENTS
    HBASE-1089  Add count of regions on filesystem to master UI; add percentage