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:
parent
704d725ac5
commit
d0ec4af44a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue