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
f6c4405929
commit
3c9c221c23
|
@ -2070,11 +2070,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