SteNicholas opened a new pull request, #2812:
URL: https://github.com/apache/celeborn/pull/2812

   ### What changes were proposed in this pull request?
   
   Support ratio threshold of unhealthy disks for excluding worker with 
`celeborn.master.excludeWorker.unhealthyDiskRatioThreshold`.
   
   ### Why are the changes needed?
   
   We often encounter issues such as disk input/output errors in production 
practice. When a bad disk occurs, the worker will be maintained to decommission 
for repairing the machine disk. The reason is that generally the fault will be 
repaired in time after it is discovered. It is possible that the machine will 
not trigger all disk failures if it is out of warranty. It can be replaced 
directly when it is under warranty. If the disk fails after it is out of 
warranty, you need to purchase the disk yourself for replacement. At the same 
time, submitting the disk for repair at one time will affect the failure rate 
judgment of the system group and scenario. In addition, the occurrence of bad 
disks will bring about some management problems, such as continuous alarms, and 
the handling of disk failures is relatively customized.
   
   Therefore, it's recommended to configure ratio threshold of unhealthy disks 
for excluding worker, which does not need to wait for all unhealthy disks to 
exclude corresponding worker.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Introduce `celeborn.master.excludeWorker.unhealthyDiskRatioThreshold` to 
configure max ratio of unhealthy disks for excluding worker.
   
   ### How was this patch tested?
   
   Cluster test.


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

Reply via email to