dh-cloud opened a new pull request, #37514: URL: https://github.com/apache/doris/pull/37514
## Proposed changes ### There are two questions here: #### 1. As long as the parameter broken_storage_path has a value, be cannot be started. #### 2. When the corresponding disk path is read and write, Doris will not update the broken_storage_path parameter ## Issue Number: close #xxx No <!--Describe your changes.--> ## 1. Modified the logic of the health_check function. Every time, all path paths are detected ## 2. Modify the logic of the remove'brooken_path function。 ``` a: As long as the disk path corresponding to the path is recovered to Readable and writable, will update the parameter broken_storage_path, The original code cannot delete the last path. Even if the disk IO corresponding to the path is normal. b: When all path IO is are normal, broken_storage_path is set to; ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org