liutang123 opened a new pull request, #9065: URL: https://github.com/apache/incubator-doris/pull/9065
# Proposed changes Issue Number: close #9032 ## Problem Summary: As in issue, the combination and schema change at the same time may lead to version intersection. Describe the overview of changes. 1. Do not do compaction before schema change is actually executed. 2. Set tablet as bad when it has version intersection. 3. Do not do schema change when it can not find appropriate versions to delete in new tablet. ## Checklist(Required) 1. Does it affect the original behavior: (Yes) 5. Has unit tests been added: (Yes/No/No Need) 6. Has document been added or modified: (Yes/No/No Need) 7. Does it need to update dependencies: (Yes/No) 8. Are there any changes that cannot be rolled back: (Yes/No) ## Further comments -- 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]
