This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 17643bd4814 HBASE-29462 Add undocumented variables to the list of 
dynamically configurable variables (#7728)
17643bd4814 is described below

commit 17643bd4814ad9003259526086d2637a968b1460
Author: Liu Xiao <[email protected]>
AuthorDate: Fri Feb 20 21:59:52 2026 +0800

    HBASE-29462 Add undocumented variables to the list of dynamically 
configurable variables (#7728)
    
    Signed-off-by: Duo Zhang <[email protected]>
    Reviewed-by: Kevin Geiszler <[email protected]>
---
 src/main/asciidoc/_chapters/configuration.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/asciidoc/_chapters/configuration.adoc 
b/src/main/asciidoc/_chapters/configuration.adoc
index 2315cb22e09..b7047867552 100644
--- a/src/main/asciidoc/_chapters/configuration.adoc
+++ b/src/main/asciidoc/_chapters/configuration.adoc
@@ -1473,6 +1473,7 @@ Here are those configurations:
 | Key
 | hbase.balancer.tablesOnMaster
 | hbase.balancer.tablesOnMaster.systemTablesOnly
+| hbase.block.data.cacheonread
 | hbase.cleaner.scan.dir.concurrent.size
 | hbase.coprocessor.master.classes
 | hbase.coprocessor.region.classes
@@ -1547,6 +1548,8 @@ Here are those configurations:
 | hbase.regions.overallSlop
 | hbase.regions.recovery.store.file.ref.count
 | hbase.regions.slop
+| hbase.rs.cacheblocksonwrite
+| hbase.rs.evictblocksonclose
 | hbase.rsgroup.fallback.enable
 | hbase.util.ip.to.rack.determiner
 |===

Reply via email to