kangkaisen commented on issue #681: BE can't start URL: https://github.com/apache/incubator-doris/issues/681#issuecomment-471243052 I also met this issue when I did test in our staging env just now: ``` W0310 11:05:10.360659 48972 file_helper.cpp:63] failed to open file. [err=No such file or directory, file_name='/data7/olap/data/7/441048/994222055/441048_0_1_0_0.idx' flag=0] W0310 11:05:10.360692 48972 file_helper.h:455] fail to open file. [file='/data7/olap/data/7/441048/994222055/441048_0_1_0_0.idx' err=No such file or directory] W0310 11:05:10.360702 48972 rowset.cpp:368] validate index file error. [file='/data7/olap/data/7/441048/994222055/441048_0_1_0_0.idx'] W0310 11:05:10.360718 48972 olap_table.cpp:337] fail to validate rowset. [version='0-1' version_hash=0] F0310 11:05:10.360730 48972 olap_table.cpp:277] fail to load indices. [res=-402 table='441048.994222055'] ``` I executed the following command to make BE start: ``` lib/meta_tool --operation=delete_header --root_path=/data7/olap/data --tablet_id=441048 --schema_hash=994222055 ```
---------------------------------------------------------------- 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]
