HBASE-27158 Add namespace column family to UNDELETABLE_META_COLUMNFAMILIES (#4578)
Co-authored-by: huiruan <huiruan@tencent.com> Signed-off-by: Pankaj Kumar <pankajkumar@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
ca34bdccc3
commit
9c2bc55350
|
@ -63,7 +63,7 @@ public class ModifyTableProcedure extends AbstractStateMachineTableProcedure<Mod
|
|||
*/
|
||||
private static final List<byte[]> UNDELETABLE_META_COLUMNFAMILIES =
|
||||
Collections.unmodifiableList(Arrays.asList(HConstants.CATALOG_FAMILY, HConstants.TABLE_FAMILY,
|
||||
HConstants.REPLICATION_BARRIER_FAMILY));
|
||||
HConstants.REPLICATION_BARRIER_FAMILY, HConstants.NAMESPACE_FAMILY));
|
||||
|
||||
public ModifyTableProcedure() {
|
||||
super();
|
||||
|
|
Loading…
Reference in New Issue