Hello,
Here is the result of
GET /_cat/thread_pool/refresh/?v
node_name name active queue rejected
node-5203 refresh 0 0 0
node-5202 refresh 10 13676 0
node-5206 refresh 0 0 0
node-5201 refresh 10 75341 0
node-5205 refresh 1 0 0
node-5204 refresh 10 3494 0
I have 6 nodes, and some of them have a huge number of refresh in queue.
How can i get rid of them ?
I already change the refresh_interval from 10s to 60s, but i guess refresh in queue are now useless. is there a way to delete them ?
Thanks