morningman opened a new issue #6355: URL: https://github.com/apache/incubator-doris/issues/6355
**Is your feature request related to a problem? Please describe.* Currently, when doing alter operation, such as rollup or schema change, a batch of new tablets will be created for the new schema. And then new incoming data will be loaded to both origin tablets and new tablets. But the new tablets will not be selected by compaction selector, this will cause a problem that the alter operation may takes a long time, and if the new tablets can not be compacted, the data version will accumulated to a large number and finally exceed the limit (500), and then load will fail. So we need to change the logic of compaction selection to support selecting tablets under alter operation. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org