morningman opened a new issue #7809: URL: https://github.com/apache/incubator-doris/issues/7809
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 0.15 ### What's Wrong? when doing schema change, error in be.INFO ``` I0119 18:59:40.705777 16519 schema_change.cpp:2165] find max continuous version of tablet=15906660.1469272690.eb4c0b1025b62505-d547b605d536a6ae, start_version=107, end_version=107 W0119 18:59:40.705790 16519 beta_rowset.cpp:168] data file not existed: /premium_ssd0/307049982823895040/palobe/data/data/35/15906660/1469272690/0200000000000221db4d5d3bb227f562d72589e3260333bf_0.dat for rowset_id: 0200000000000221db4d5d3bb227f562d72589e3260333bf W0119 18:59:40.705806 16519 schema_change.cpp:1652] failed to alter tablet. base_tablet=15883205.1721333135.10477fb6cd881600-058248549cfd31b6, drop new_tablet=15906660.1469272690.eb4c0b1025b62505-d547b605d536a6ae I0119 18:59:40.706295 16519 schema_change.cpp:1416] finished alter tablet process, res=-102 W0119 18:59:40.706305 16519 engine_alter_tablet_task.cpp:43] failed to do alter task. res=-102 base_tablet_id=15883205, base_schema_hash=1721333135, new_tablet_id=15906660, new_schema_hash=1469272690 W0119 18:59:40.706316 16519 task_worker_pool.cpp:581] alter failed. signature: 15906660 ``` ### What You Expected? working well ### How to Reproduce? This is because the type of rowsets in a tablet are not same. Some of them are ALPHA_ROWSET, others are BETA_ROWSET. ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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