HBASE-20602 hbase.master.quota.observer.ignore property seems to be not taking effect
Signed-off-by: Josh Elser <elserj@apache.org>
This commit is contained in:
parent
0c42acbdf8
commit
2fdd36fdcf
|
@ -2116,11 +2116,13 @@ In these cases, the user may configure the system to not delete any space quota
|
||||||
----
|
----
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>hbase.master.quota.observer.ignore</name>
|
<name>hbase.quota.remove.on.table.delete</name>
|
||||||
<value>true</value>
|
<value>false</value>
|
||||||
</property>
|
</property>
|
||||||
----
|
----
|
||||||
|
|
||||||
|
The value is set to `true` by default.
|
||||||
|
|
||||||
=== HBase Snapshots with Space Quotas
|
=== HBase Snapshots with Space Quotas
|
||||||
|
|
||||||
One common area of unintended-filesystem-use with HBase is via HBase snapshots. Because snapshots
|
One common area of unintended-filesystem-use with HBase is via HBase snapshots. Because snapshots
|
||||||
|
|
Loading…
Reference in New Issue