lfxy opened a new pull request, #4567:
URL: https://github.com/apache/hadoop/pull/4567

   In [HDFS-16613](https://issues.apache.org/jira/browse/HDFS-16613), increase 
the value of dfs.namenode.replication.max-streams-hard-limit would maximize the 
IO performance of the decommissioning DN, witch has a lot of EC blocks. Besides 
this, we also need to decrease the value of 
dfs.namenode.reconstruction.pending.timeout-sec, default is 5 minutes, to 
shorten the interval time for checking pendingReconstructions. Or the 
decommissioning node would be idle to wait for copy tasks in much time of this 
5 minutes.
   
   In decommission progress, we may need to reconfigure these 2 parameters 
several times. In 
[HDFS-14560](https://issues.apache.org/jira/browse/HDFS-14560), the 
dfs.namenode.replication.max-streams-hard-limit can already be reconfigured 
dynamically without namenode restart. And the 
dfs.namenode.reconstruction.pending.timeout-sec parameter also need to be 
reconfigured dynamically.
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to