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/10/27 05:12:38 UTC

[GitHub] [ozone] cku328 commented on pull request #2757: HDDS-5820. Intermittent failure in TestPipelinePlacementPolicy#testPickLowestLoadAnchor

cku328 commented on pull request #2757:
URL: https://github.com/apache/ozone/pull/2757#issuecomment-952544822


   Thanks @sky76093016 for your analysis.
   The intermittent failures in this test case appear to be related to the HDDS-4710.
   In the current pipeline placement policy, nodes are sorted based on pipeline counts of each node when filtering viable nodes ([refer](https://github.com/apache/ozone/blob/996518a47f97abdfe29d80aa0982ae51c84095b5/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelinePlacementPolicy.java#L127)).
   I think that even if the nodes are selected randomly, the nodes with less load should be selected first.


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