HBASE-7 Provide a HBase checker and repair tool similar to fsck

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-06-22 21:44:02 +00:00
parent 80ab0f9703
commit 59d68639e2
1 changed files with 3 additions and 1 deletions

View File

@ -764,6 +764,8 @@ Release 0.21.0 - Unreleased
HBASE-2579 Add atomic checkAndDelete support (Michael Dalton via Stack)
HBASE-2400 new connector for Avro RPC access to HBase cluster
(Jeff Hammerbacher via Ryan Rawson)
HBASE-7 Provide a HBase checker and repair tool similar to fsck
(dhruba borthakur via Stack)
OPTIMIZATIONS
HBASE-410 [testing] Speed up the test suite