[ 
https://issues.apache.org/jira/browse/HDFS-17743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18019968#comment-18019968
 ] 

ASF GitHub Bot commented on HDFS-17743:
---------------------------------------

github-actions[bot] closed pull request #7498: HDFS-17743: Added support for 
random datanode ordering in getBlockLocations()
URL: https://github.com/apache/hadoop/pull/7498




> Support random datanode ordering in getBlockLocations()
> -------------------------------------------------------
>
>                 Key: HDFS-17743
>                 URL: https://issues.apache.org/jira/browse/HDFS-17743
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: namenode
>    Affects Versions: 2.10.0, 3.4.1
>            Reporter: Wei Song
>            Priority: Major
>              Labels: pull-request-available
>
> At LinkedIn, we aren't able to rely on data locality due to various reasons, 
> overall the current implementation of sorting by network topology didn't 
> improve overall performance, it also caused unnecessary concentration of load 
> on specific datanodes. We would like to request for a random policy that 
> randomly order datanodes, we expect this policy to improve load distribution. 
>  
> The new policy should be configurable, and it is disabled. When enabled, it 
> replaces the current network topology based datanode ordering.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to