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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
