HBASE-5360 [uberhbck] Add options for how to handle offline split parents, addendum

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jxiang 2012-06-25 17:03:36 +00:00
parent 704d725ac5
commit d0ec4af44a
1 changed files with 1 additions and 1 deletions

View File

@ -1047,7 +1047,7 @@ public class TestHBaseFsck {
Writables.getBytes(hri));
p.add(HConstants.CATALOG_FAMILY, HConstants.SPLITA_QUALIFIER,
Writables.getBytes(a));
p.add(HConstants.CATALOG_FAMILY, HConstants.SPLITA_QUALIFIER,
p.add(HConstants.CATALOG_FAMILY, HConstants.SPLITB_QUALIFIER,
Writables.getBytes(b));
meta.put(p);
meta.flushCommits();