From b95e971da51b7ad0b4c2c49ce6176731693164ed Mon Sep 17 00:00:00 2001 From: Biju Nair Date: Fri, 25 May 2018 15:38:12 -0400 Subject: [PATCH] HBASE-20602 hbase.master.quota.observer.ignore property seems to be not taking effect --- src/main/asciidoc/_chapters/ops_mgt.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git src/main/asciidoc/_chapters/ops_mgt.adoc src/main/asciidoc/_chapters/ops_mgt.adoc index e15b73f865..11a032012a 100644 --- src/main/asciidoc/_chapters/ops_mgt.adoc +++ src/main/asciidoc/_chapters/ops_mgt.adoc @@ -2116,11 +2116,13 @@ In these cases, the user may configure the system to not delete any space quota ---- - hbase.master.quota.observer.ignore - true + hbase.quota.remove.on.table.delete + false ---- +The value is set to `true` by default. + === HBase Snapshots with Space Quotas One common area of unintended-filesystem-use with HBase is via HBase snapshots. Because snapshots -- 2.11.0 (Apple Git-81)