Youngwb opened a new pull request #3002: Fix backup job block at UPLOAD_INFO phase URL: https://github.com/apache/incubator-doris/pull/3002 There is a case where the META upload succeeded but the upload INFO failed, in which case the UPLOAD_INFO task will try again, but the META file has succeeded and filename.part has been renamed to filename.md5sum. The retry task will keep failing with rename and cannot complete the backup job. Therefore, the file.md5sum file needs to be deleted in advance Fix #3001
---------------------------------------------------------------- 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]
