CRZbulabula opened a new pull request, #16351:
URL: https://github.com/apache/iotdb/pull/16351

   The ConfigNodeRPCProcessor service would block for waiting to receive 
requests from DataNode, once when the connection is established. However, these 
threads would not be automatically recycled even there is no further requests. 
As a result, the number of threads in ConfigNode keep increase.
   
   To recycle these idle threads in time, we use the non-blocking transport in 
this PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to