This is an automated email from the ASF dual-hosted git repository.
ddanielr pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new 078f87e210 Update that tserver.memory.maps.max requires restart (#5554)
078f87e210 is described below
commit 078f87e2107e6a754fb7c5e63efbc455f7ef46c7
Author: Keith Turner <[email protected]>
AuthorDate: Tue May 20 13:18:30 2025 -0400
Update that tserver.memory.maps.max requires restart (#5554)
tserver.memory.maps.max is only read on tserver startup but the docs do
not indicate this.
---
core/src/main/java/org/apache/accumulo/core/conf/Property.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
index ca73765984..6b08c7bdf1 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
@@ -1932,8 +1932,8 @@ public enum Property {
COMPACTOR_MINTHREADS_TIMEOUT,
// others
- TSERV_NATIVEMAP_ENABLED, TSERV_SCAN_MAX_OPENFILES,
MANAGER_RECOVERY_WAL_EXISTENCE_CACHE_TIME,
- COMPACTION_COORDINATOR_FINALIZER_QUEUE_SIZE);
+ TSERV_NATIVEMAP_ENABLED, TSERV_MAXMEM, TSERV_SCAN_MAX_OPENFILES,
+ MANAGER_RECOVERY_WAL_EXISTENCE_CACHE_TIME,
COMPACTION_COORDINATOR_FINALIZER_QUEUE_SIZE);
/**
* Checks if the given property may be changed via Zookeeper, but not
recognized until the restart