From a83427e1552c287e376b84df7b905c3d102dc17b Mon Sep 17 00:00:00 2001 From: liuxiaocs7 Date: Tue, 10 Feb 2026 18:13:34 +0800 Subject: [PATCH] HBASE-29462 Add undocumented variables to the list of dynamically configurable variables --- 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 2315cb22e097..b70478675529 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 |===