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

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

github-actions[bot] commented on PR #6423:
URL: https://github.com/apache/hadoop/pull/6423#issuecomment-3367612628

   We're closing this stale PR because it has been open for 100 days with no 
activity. This isn't a judgement on the merit of the PR in any way. It's just a 
way of keeping the PR queue manageable.
   If you feel like this was a mistake, or you would like to continue working 
on it, please feel free to re-open it and ask for a committer to remove the 
stale tag and review again.
   Thanks all for your contribution.




> DiskBalancerCluster#nodesToProcess should better use ArrayList
> --------------------------------------------------------------
>
>                 Key: HDFS-17329
>                 URL: https://issues.apache.org/jira/browse/HDFS-17329
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: diskbalancer
>    Affects Versions: 3.3.6
>            Reporter: farmmamba
>            Assignee: farmmamba
>            Priority: Trivial
>              Labels: pull-request-available
>
> Currently,  nodesToProcess uses LinkedList to store elements.  But in 
> computePlan method, we use code like below:
> {code:java}
> nodesToProcess.get(x); {code}
> So, we should better change LinkedList  to ArrayList here.



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