Need info on these thread pool types

I am having a setup with one master node and 2 data nodes.
I have my web application sending many search requests to the master node.
Query:
When i monitor thread dump of my data nodes. I am not able to figure out what are the below threads doing:

  1. transport_server_worker.default
  2. transport_client_boss

The above threads are always in RUNNABLE state. I wonder what they are doing, even when there is no query on ES.

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