Skip to content

Commit

Permalink
Correct zk mutability in docs for TSERV_SESSION_MAXIDLE and TSERV_UPD…
Browse files Browse the repository at this point in the history
…ATE_SESSION_MAXIDLE (apache#4780)
  • Loading branch information
DomGarguilo authored Aug 5, 2024
1 parent 41fd482 commit 61efda6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,8 @@ public static boolean isValidTablePropertyKey(String key) {
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
Expand Down

0 comments on commit 61efda6

Please sign in to comment.