This is an automated email from the ASF dual-hosted git repository.
domgarguilo 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 61efda6b59 Correct zk mutability in docs for TSERV_SESSION_MAXIDLE and
TSERV_UPDATE_SESSION_MAXIDLE (#4780)
61efda6b59 is described below
commit 61efda6b5987830be9ec3fa2d2532c2720870511
Author: Dom G. <[email protected]>
AuthorDate: Mon Aug 5 12:19:55 2024 -0400
Correct zk mutability in docs for TSERV_SESSION_MAXIDLE and
TSERV_UPDATE_SESSION_MAXIDLE (#4780)
---
core/src/main/java/org/apache/accumulo/core/conf/Property.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 8629cf1681..f20631f532 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
@@ -1868,7 +1868,8 @@ public enum Property {
COMPACTOR_MINTHREADS_TIMEOUT,
// others
- TSERV_NATIVEMAP_ENABLED, TSERV_SCAN_MAX_OPENFILES,
MANAGER_RECOVERY_WAL_EXISTENCE_CACHE_TIME);
+ TSERV_NATIVEMAP_ENABLED, TSERV_SCAN_MAX_OPENFILES,
MANAGER_RECOVERY_WAL_EXISTENCE_CACHE_TIME,
+ TSERV_SESSION_MAXIDLE, TSERV_UPDATE_SESSION_MAXIDLE);
/**
* Checks if the given property may be changed via Zookeeper, but not
recognized until the restart