spaces-X opened a new issue #3746:
URL: https://github.com/apache/incubator-doris/issues/3746


   **Describe the bug**
   When BE starts up, it will check data paths in storage_data_path to make 
sure they are actually existed. 
   In some situations, the data path is existed but for some reason it is 
unavailable (broken disk). We aren't able to read or write into the broken data 
path after BE starts up.
   
   **To Reproduce**
   For example, Path: '/data1' is a broken disk, which can not be read or 
written. 
   However, the path:'/data1' really exists in the OS.
   Add Path:'/data1' to  storage_data_path in be.conf.
   Set 'ignore_broken_disk = true' in be.conf
   Start BE
   
   **Expected behavior**
   Path: '/data1' will not be ignored. 
   
   


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

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

Reply via email to