morningman opened a new issue #1192: BE crashed after doing restore process URL: https://github.com/apache/incubator-doris/issues/1192 **Describe the bug** The final step of restore process is to move the downloaded files from snapshot dir to real tablet dir. After move success, the file may be deleted in GC queue, because some other operation, such as compaction is done before move(). So we need to lock the tablet when doing move(), and revoke any files in GC queue.
---------------------------------------------------------------- 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]
