You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/11/01 15:35:48 UTC

[GitHub] [ozone] captainzmc commented on pull request #2782: HDDS-5763. Provide an Executor for each LocalStream in ContainerStateMachine

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org