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:
- transport_server_worker.default
- 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.