rickyma opened a new issue, #1728: URL: https://github.com/apache/incubator-uniffle/issues/1728
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no similar issues. ### Describe the feature When the disk load is high, it may cause temporary disk response timeouts, which does not necessarily mean that the disk is damaged/corrupted. If we mark the disk as damaged/corrupted during a timeout, it could lead to the ultimate failure of the task, or even result in an awkward situation where no disks are available for further allocation, which will make the job unstable. ### Motivation Currently, we can find logs as below when a disk response timeouts: ``` [2024-05-21 16:12:45.464] [HealthCheckService] [ERROR] LocalStorageChecker.checkIsHealthy - Timeout of checking local storage: /data1/rssdata. This should not happen and mark this disk corrupted. [2024-05-21 16:12:45.465] [HealthCheckService] [INFO] LocalStorageChecker.checkIsHealthy - shuffle server become unhealthy ``` ### Describe the solution Therefore, in this situation, we only need to record the number of timeouts, without marking the disk as damaged/corrupted. ### Additional context _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- 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]
