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/03/18 07:23:59 UTC

[GitHub] [hadoop-ozone] timmylicheng commented on issue #668: HDDS-3139 Pipeline placement should max out pipeline usage

timmylicheng commented on issue #668: HDDS-3139 Pipeline placement should max out pipeline usage
URL: https://github.com/apache/hadoop-ozone/pull/668#issuecomment-600464593
 
 
   When there are 5 nodes and each is allowed to have 5 pipelines:
   Former pipeline placement track:
   Pipeline count on node: 2
   Pipeline count on node: 5
   Pipeline count on node: 4
   Pipeline count on node: 5
   Pipeline count on node: 5
   
   pipeline max: 8, pipeline actual: 7
   
   after this change:
   Pipeline count on node: 4
   Pipeline count on node: 5
   Pipeline count on node: 5
   Pipeline count on node: 5
   Pipeline count on node: 5
   
   pipeline max: 8, pipeline actual: 8
   

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


With regards,
Apache Git Services

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