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:
Ruanhui 2022-06-29 10:27:53 +08:00 committed by GitHub
parent ca34bdccc3
commit 9c2bc55350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();