How thread pool is calculated, in a cluster with different cpu core count?

We are running a cluster, with 6 data nodes (24 cpu cores), and 2 http nodes (8 cpu cores) (receive http traffic).

I can see ("/_nodes"), each node have a a different thread pool "write" (24 max for data nodes, and 8 max for http nodes).

In our cluster, we send always via http node, is our maximum write thread pool "8" ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.