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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to