From 18111cc89968512e59c54d04eee3333af54a1c10 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 28 Jul 2009 20:01:15 +0000 Subject: [PATCH] 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 --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index f58148a2fbb..bdd33170fbc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -296,6 +296,8 @@ Release 0.20.0 - Unreleased 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