You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardexpand all lines: _docs-2/configuration/server-properties.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -321,8 +321,8 @@ Below are properties set in `accumulo.properties` or the Accumulo shell that con
321
321
| <aname="tserver_server_threadcheck_time"class="prop"></a> tserver.server.threadcheck.time |**Available since:** 1.4.0<br>The time between adjustments of the server thread pool.<br>**type:** TIMEDURATION, **zk mutable:** yes, **default value:**`1s`|
322
322
| <aname="tserver_server_threads_minimum"class="prop"></a> tserver.server.threads.minimum |**Available since:** 1.4.0<br>The minimum number of threads to use to handle incoming requests.<br>**type:** COUNT, **zk mutable:** yes but requires restart of the tserver, **default value:**`20`|
323
323
| <aname="tserver_server_threads_timeout"class="prop"></a> tserver.server.threads.timeout |**Available since:** 2.1.0<br>The time after which incoming request threads terminate with no work available. Zero (0) will keep the threads alive indefinitely.<br>**type:** TIMEDURATION, **zk mutable:** yes but requires restart of the tserver, **default value:**`0s`|
324
-
| <aname="tserver_session_idle_max"class="prop"></a> tserver.session.idle.max |**Available since:** 1.3.5<br>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.<br>**type:** TIMEDURATION, **zk mutable:** yes, **default value:**`1m`|
325
-
| <aname="tserver_session_update_idle_max"class="prop"></a> tserver.session.update.idle.max |**Available since:** 1.6.5<br>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.<br>**type:** TIMEDURATION, **zk mutable:** yes, **default value:**`1m`|
324
+
| <aname="tserver_session_idle_max"class="prop"></a> tserver.session.idle.max |**Available since:** 1.3.5<br>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.<br>**type:** TIMEDURATION, **zk mutable:** yes but requires restart of the tserver, **default value:**`1m`|
325
+
| <aname="tserver_session_update_idle_max"class="prop"></a> tserver.session.update.idle.max |**Available since:** 1.6.5<br>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.<br>**type:** TIMEDURATION, **zk mutable:** yes but requires restart of the tserver, **default value:**`1m`|
326
326
| <aname="tserver_slow_filepermit_time"class="prop"></a> tserver.slow.filepermit.time |**Available since:** 1.9.3<br>If a thread blocks more than this period of time waiting to get file permits, debugging information will be written.<br>**type:** TIMEDURATION, **zk mutable:** yes, **default value:**`100ms`|
327
327
| <aname="tserver_slow_flush_time"class="prop"></a> tserver.slow.flush.time |**Available since:** 1.8.0<br>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.<br>**type:** TIMEDURATION, **zk mutable:** yes, **default value:**`100ms`|
328
328
|~~<aname="tserver_sort_buffer_size"class="prop"></a> tserver.sort.buffer.size~~|**Available since:** 1.5.0<br>*Deprecated since:* 2.1.0<br>*Replaced by:* <ahref="#tserver_wal_sort_buffer_size">tserver.wal.sort.buffer.size</a><br>~~The amount of memory to use when sorting logs during recovery.~~<br>~~**type:** MEMORY~~, ~~**zk mutable:** yes~~, ~~**default value:**`10%`~~|
0 commit comments