Hi all,
currently I have a cluster with 11 nodes (3 master, 6 data, 2 coordinating only role).
I would like to understand correctly how to configure thread pool key value but I have several doubts:
- should I configure
sizeandqueue_sizeinto theelasticsearch.yml? - if yes, should I restart the nodes?
- about the
getthread pool type: it isfixedwith thequeue_sizesetted to 1000. how can I increase it? and how can I monitor it to understand if it is full or not? - about the
getthread pool type: should I change it on every nodes or only DATA nodes?
I searched for further details but documentation didn't clarify to me everything.
