captainzmc commented on pull request #2782:
URL: https://github.com/apache/ozone/pull/2782#issuecomment-956338966


   > BTW, filed https://issues.apache.org/jira/browse/RATIS-1419 for changing 
the fixed thread pools in DataStreamManagement to cached thread pools in order 
to reduce the resources usage when the executors are idle.
   
   Good idea, Currently ContainerStateMachine also uses 
[newFixedThreadPool](https://github.com/apache/ozone/blob/HDDS-4454/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis/ContainerStateMachine.java#L199).
 Perhaps we can replace it with newCachedThreadPool in RATIS-1419.


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to