HBASE-1717 Put on client-side uses passed-in byte[]s rather than always using copies

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@798694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Gray 2009-07-28 20:01:15 +00:00
parent fbf3924236
commit 18111cc899
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,8 @@ Release 0.20.0 - Unreleased
HBASE-1703 ICVs across /during a flush can cause multiple keys with the HBASE-1703 ICVs across /during a flush can cause multiple keys with the
same TS (bad) same TS (bad)
HBASE-1671 HBASE-1609 broke scanners riding across splits 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 IMPROVEMENTS
HBASE-1089 Add count of regions on filesystem to master UI; add percentage HBASE-1089 Add count of regions on filesystem to master UI; add percentage