JackDrogon commented on PR #27085: URL: https://github.com/apache/doris/pull/27085#issuecomment-1818179953
It isn't a good idea to do this. Always make sure to backup/restore once. It's difficult to deal with partial success. I suspect you may be trying to reduce the retry interval. If that's the case, you could implement a weak restriction that only one backup can be in progress for the entire library, and relax that restriction to only one for a table. This way concurrent backups of multiple tables, and whichever one fails, just retry that table. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
