You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/02/26 10:45:14 UTC

[GitHub] [incubator-doris] Youngwb opened a new pull request #3002: Fix backup job block at UPLOAD_INFO phase

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman merged pull request #3002: Fix backup job block at UPLOAD_INFO phase

Posted by GitBox <gi...@apache.org>.
morningman merged pull request #3002: Fix backup job block at UPLOAD_INFO phase
URL: https://github.com/apache/incubator-doris/pull/3002
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org