morningman opened a new issue #677: Running partition mark does not remove when delete operation encounter errors URL: https://github.com/apache/incubator-doris/issues/677 **Describe the bug** Currently we do not support concurrently delete operation. So when user doing delete operation, Doris will check if there is another delete operation under processing. There is a bug that the partition-under-delete-mark is not removed when a delete operation failed to pass the check, so that the other following delete operation will never succeed.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
