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 2020/04/24 08:34:31 UTC

[GitHub] [hadoop-ozone] elek commented on pull request #578: HDDS-3053. Decrease the number of the chunk writer threads

elek commented on pull request #578:
URL: https://github.com/apache/hadoop-ozone/pull/578#issuecomment-618881173


   > In multi-RAFT setup will we end up creating 10numDisksnumPipelines threads, or will the total number of threads be the same as single RAFT?
   
   I am not sure about the implementation, but IMHO multiraft creates multiple StateMachine. Which means that we will have `10 * disks * number of statemachines` all together. (Same as before, but -- long-term -- we can reduce that, too, if we see any performance problems).


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

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



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