From d7c976d35dade4acf42a2d3dc2037bdf1cc6aea7 Mon Sep 17 00:00:00 2001 From: Jean-Daniel Cryans Date: Thu, 24 Jun 2010 17:20:27 +0000 Subject: [PATCH] Forgot to add this file when committing HBASE-2772 Scan doesn't recover from region server failure HBASE-2775 Update of hadoop jar in HBASE-2771 broke TestMultiClusters git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957641 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 4fc34a48e50..6a240987896 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -417,6 +417,8 @@ Release 0.21.0 - Unreleased average - slop; endless churn HBASE-2729 Interrupted or failed memstore flushes should not corrupt the region + HBASE-2772 Scan doesn't recover from region server failure + HBASE-2775 Update of hadoop jar in HBASE-2771 broke TestMultiClusters HBASE-2774 Spin in ReadWriteConsistencyControl eating CPU (load > 40) and no progress running YCSB on clean cluster startup