From 3e02fe03d6958687058dc55d8098d5f2a53b4030 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Tue, 30 Mar 2010 05:35:51 +0000 Subject: [PATCH] HBASE-2378 Bulk insert with multiple reducers broken due to improper ImmutableBytesWritable comparator git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@928996 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9e2f5ab38f3..033892959e4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,8 @@ Release 0.21.0 - Unreleased HBASE-2099 Move build to Maven (Paul Smith via Stack) HBASE-2260 Remove all traces of Ant and Ivy (Lars Francke via Stack) HBASE-2255 take trunk back to hadoop 0.20 + HBASE-2378 Bulk insert with multiple reducers broken due to improper + ImmutableBytesWritable comparator (Todd Lipcon via Stack) BUG FIXES HBASE-1791 Timeout in IndexRecordWriter (Bradford Stephens via Andrew @@ -254,8 +256,6 @@ Release 0.21.0 - Unreleased HBASE-2358 Store doReconstructionLog will fail if oldlogfile.log is empty and won't load region (Cosmin Lehene via Stack) HBASE-2370 saveVersion.sh doesnt properly grab the git revision - HBASE-2378 Bulk insert with multiple reducers broken due to improper - ImmutableBytesWritable comparator (Todd Lipcon via Stack) IMPROVEMENTS HBASE-1760 Cleanup TODOs in HTable