OpenSearch/docs/reference/modules
Shay Banon a82d486bda Add a listener thread pool
Today, when executing an action (mainly when using the Java API), a listener threaded flag can be set to true in order to execute the listener on a different thread pool. Today, this thread pool is the generic thread pool, which is cached. This can create problems for Java clients (mainly) around potential thread explosion.
Introduce a new thread pool called listener, that is fixed sized and defaults to the half the cores maxed at 10, and use it where listeners are executed.
relates to #5152
closes #7837
2014-09-25 11:25:13 +02:00
..
discovery [DOCS] move all coming tags to added in master 2014-07-23 16:37:19 +02:00
gateway [Gateway] set a default of 5m to `recover_after_time` when any to the `expected*Nodes` is set 2014-07-11 11:28:45 +02:00
advanced-scripting.asciidoc Switch to Groovy as the default scripting language 2014-06-25 12:15:12 +02:00
cluster.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
discovery.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
gateway.asciidoc [DOCS] move all coming tags to added in master 2014-07-23 16:37:19 +02:00
http.asciidoc CORS: Disable by default 2014-09-09 11:09:03 +02:00
indices.asciidoc #6081: set IO throttling back to 20 MB/sec now that #6018 is fixed 2014-05-12 14:42:26 -04:00
memcached.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
network.asciidoc Support "default" for tcpNoDelay and tcpKeepAlive 2014-08-02 17:32:41 +02:00
node.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
plugins.asciidoc Docs: Update plugins.asciidoc 2014-09-09 14:57:38 +02:00
scripting.asciidoc [DOCS] Additional documentation for _score accessing 2014-09-11 12:53:25 +02:00
snapshots.asciidoc Docs: Update snapshots.asciidoc 2014-08-18 13:04:25 +02:00
threadpool.asciidoc Add a listener thread pool 2014-09-25 11:25:13 +02:00
thrift.asciidoc Docs: Update thrift.asciidoc 2014-09-24 20:50:30 +02:00
transport.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
tribe.asciidoc [DOCS] fix typo 2014-05-27 15:57:39 +02:00