morningman opened a new issue #3105: [Rollup] Alter job is blocked because of table is untable URL: https://github.com/apache/incubator-doris/issues/3105 **Describe the bug** Previously, we allowed users to submit alter jobs even if the table is unstable. But this may cause the alter job to be blocked. Because when the alter job starts, the state of the table will change to SCHEMA_CHANGE/ROLLUP, and the tablet repair logic will not process the tablet of the table in the SCHEMA_CHANGE/ROLLUP state. As a result, the Alter job and the tablet repair logic wait for each other to complete.
---------------------------------------------------------------- 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]
