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/01/14 04:44:41 UTC

[GitHub] [incubator-doris] kangkaisen opened a new issue #2754: Allow user to ignore the broken disk when BE start

kangkaisen opened a new issue #2754: Allow user to ignore the broken disk when BE start
URL: https://github.com/apache/incubator-doris/issues/2754
 
 
   Currently, as long as there is one broken disk, the BE process couldn't start.
   ```
   W0108 11:58:00.975773 42841 utils.cpp:1233] boost exception when check exist and return false. [path=/data10/olap]
   W0108 11:58:00.975823 42841 data_dir.cpp:97] opendir failed, path=/data10/olap
   W0108 11:58:00.975828 42841 storage_engine.cpp:175] Store load failed, path=/data10/olap
   W0108 11:58:00.975833 42841 storage_engine.cpp:95] engine open failed, res=-222
   ```
   **Which is unreasonable, because:**
   1 As long as there is one normal disk, the BE process should be start successfully.
   
   2 Generally, All BE config for one cluster is the same. If we need to maintain a special config for one BE. which is troublesome.
   
   3 Currently, when one disk broke, we must manually change the BE config, which is unreasonable.
   
   

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


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] kangkaisen closed issue #2754: Allow user to ignore the broken disk when BE start

Posted by GitBox <gi...@apache.org>.
kangkaisen closed issue #2754: Allow user to ignore the broken disk when BE start
URL: https://github.com/apache/incubator-doris/issues/2754
 
 
   

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


With regards,
Apache Git Services

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