morningman opened a new issue #3640: URL: https://github.com/apache/incubator-doris/issues/3640
**Describe the bug** Previously, we introduced a new BE parameter(#3632 ). When a tablet fails to load, BE startup fails. We found that sometimes when the BE starts, it reads the tablet in the DELETE state and returns an error, which causes the BE to fail to start. The tablet in the DELETE state may have been placed in the DELETE state just before the BE restarted, but has not been deleted from Rocksdb yet. These tablets will be automatically deleted in the subsequent GC process. Therefore, we need to ignore this error and continue to execute the BE startup process. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
