HBASE-20602 hbase.master.quota.observer.ignore property seems to be not taking 
effect

Signed-off-by: Josh Elser <els...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2fdd36fd
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2fdd36fd
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2fdd36fd

Branch: refs/heads/HBASE-20331
Commit: 2fdd36fdcfff486d9c1d97b71e4623f715480d3a
Parents: 0c42acb
Author: Biju Nair <gs.b...@gmail.com>
Authored: Fri May 25 15:38:12 2018 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Thu May 31 20:21:36 2018 -0400

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/ops_mgt.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/2fdd36fd/src/main/asciidoc/_chapters/ops_mgt.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc 
b/src/main/asciidoc/_chapters/ops_mgt.adoc
index e15b73f..11a0320 100644
--- a/src/main/asciidoc/_chapters/ops_mgt.adoc
+++ b/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
 ----
 
   <property>
-    <name>hbase.master.quota.observer.ignore</name>
-    <value>true</value>
+    <name>hbase.quota.remove.on.table.delete</name>
+    <value>false</value>
   </property>
 ----
 
+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

Reply via email to