morningman opened a new issue #1145: BE process exits because of failure of loading index URL: https://github.com/apache/incubator-doris/issues/1145 **Describe the bug** When loading index of a tablet failed, BE will print a fatal log `fail to load indices. [res=-402 table='xxx.xxxxxxxx']` and then exit. **To Reproduce** This may happen sometimes when tablet's data is broken. **How to resolve** Here are 2 problems: 1. Why tablet's data is broken? 2. BE should not exit, and should recover from this situation automatically. We still don't know why a tablet's data is broken. But we can simply set this tablet as bad and report it to FE. FE will repair the bad tablet, so the system will continue to run.
---------------------------------------------------------------- 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]
