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%`~~ |