You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/01 13:35:10 UTC

[GitHub] [incubator-doris] spaces-X opened a new issue #3746: Ignore broken disks in the storage_data_path

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] chaoyli closed issue #3746: Ignore broken disks in the storage_data_path

Posted by GitBox <gi...@apache.org>.
chaoyli closed issue #3746:
URL: https://github.com/apache/incubator-doris/issues/3746


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org