From b629bc4133d23595832971bf4fcd3e4261771a82 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Wed, 14 Aug 2024 21:35:02 -0400 Subject: [PATCH] Indicate restart required for additional props Update the generated server-properties.md to indicate that some additional properties require restart to take effect. The generated documentation for these were fixed after 2.1.3 was released, so this change is to update the docs from the 2.1.4-SNAPSHOT build after apache/accumulo#4780 was merged. This fixes #438 --- _docs-2/configuration/server-properties.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs-2/configuration/server-properties.md b/_docs-2/configuration/server-properties.md index ced260310..167bf52bf 100644 --- a/_docs-2/configuration/server-properties.md +++ b/_docs-2/configuration/server-properties.md @@ -321,8 +321,8 @@ Below are properties set in `accumulo.properties` or the Accumulo shell that con | tserver.server.threadcheck.time | **Available since:** 1.4.0
The time between adjustments of the server thread pool.
**type:** TIMEDURATION, **zk mutable:** yes, **default value:** `1s` | | tserver.server.threads.minimum | **Available since:** 1.4.0
The minimum number of threads to use to handle incoming requests.
**type:** COUNT, **zk mutable:** yes but requires restart of the tserver, **default value:** `20` | | tserver.server.threads.timeout | **Available since:** 2.1.0
The time after which incoming request threads terminate with no work available. Zero (0) will keep the threads alive indefinitely.
**type:** TIMEDURATION, **zk mutable:** yes but requires restart of the tserver, **default value:** `0s` | -| tserver.session.idle.max | **Available since:** 1.3.5
When a tablet server's SimpleTimer thread triggers to check idle sessions, this configurable option will be used to evaluate scan sessions to determine if they can be closed due to inactivity.
**type:** TIMEDURATION, **zk mutable:** yes, **default value:** `1m` | -| tserver.session.update.idle.max | **Available since:** 1.6.5
When a tablet server's SimpleTimer thread triggers to check idle sessions, this configurable option will be used to evaluate update sessions to determine if they can be closed due to inactivity.
**type:** TIMEDURATION, **zk mutable:** yes, **default value:** `1m` | +| tserver.session.idle.max | **Available since:** 1.3.5
When a tablet server's SimpleTimer thread triggers to check idle sessions, this configurable option will be used to evaluate scan sessions to determine if they can be closed due to inactivity.
**type:** TIMEDURATION, **zk mutable:** yes but requires restart of the tserver, **default value:** `1m` | +| tserver.session.update.idle.max | **Available since:** 1.6.5
When a tablet server's SimpleTimer thread triggers to check idle sessions, this configurable option will be used to evaluate update sessions to determine if they can be closed due to inactivity.
**type:** TIMEDURATION, **zk mutable:** yes but requires restart of the tserver, **default value:** `1m` | | tserver.slow.filepermit.time | **Available since:** 1.9.3
If a thread blocks more than this period of time waiting to get file permits, debugging information will be written.
**type:** TIMEDURATION, **zk mutable:** yes, **default value:** `100ms` | | tserver.slow.flush.time | **Available since:** 1.8.0
If a flush to the write-ahead log takes longer than this period of time, debugging information will written, and may result in a log rollover.
**type:** TIMEDURATION, **zk mutable:** yes, **default value:** `100ms` | | ~~ tserver.sort.buffer.size~~ | **Available since:** 1.5.0
*Deprecated since:* 2.1.0
*Replaced by:* tserver.wal.sort.buffer.size
~~The amount of memory to use when sorting logs during recovery.~~
~~**type:** MEMORY~~, ~~**zk mutable:** yes~~, ~~**default value:** `10%`~~ |