dataknocker opened a new issue, #29724: URL: https://github.com/apache/doris/issues/29724
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.3 ### What's Wrong? 创建物化视图失败,CANCELLED | errCode = 2, detailMessage = rollup tasks failed on same tablet reach threshold。 错误日志: ``` W0109 16:12:08.203931 63888 schema_change.h:152] fail to check row num! source_rows=160721, writer rows=9, merged_rows=159735, filtered_rows=0, new_index_rows=9 W0109 16:12:08.204396 63888 status.h:393] meet error status: [E-1602]SchemaChange check row nums failed 0# doris::SchemaChange::process(std::shared_ptr<doris::RowsetReader>, doris::RowsetWriter*, std::shared_ptr<doris::Tablet>, std::shared_ptr<doris::Tablet>, std::shared_ptr<doris::TabletSchema>) at /root/src/doris-2.0/be/src/common/status.h:0 1# doris::SchemaChangeHandler::_convert_historical_rowsets(doris::SchemaChangeHandler::SchemaChangeParams const&) at /root/src/doris-2.0/be/src/common/status.h:354 2# doris::SchemaChangeHandler::_do_process_alter_tablet_v2(doris::TAlterTabletReqV2 const&) at /root/src/doris-2.0/be/src/olap/schema_change.cpp:0 3# doris::SchemaChangeHandler::process_alter_tablet_v2(doris::TAlterTabletReqV2 const&) at /root/src/doris-2.0/be/src/olap/schema_change.cpp:670 4# doris::EngineAlterTabletTask::execute() at /root/src/doris-2.0/be/src/common/status.h:354 5# doris::StorageEngine::execute_task(doris::EngineTask*) at /root/src/doris-2.0/be/src/common/status.h:442 6# doris::AlterTableTaskPool::_alter_tablet(doris::TAgentTaskRequest const&, long, doris::TTaskType::type, doris::TFinishTaskRequest*) at /root/src/doris-2.0/be/src/common/status.h:354 7# doris::AlterTableTaskPool::_alter_tablet_worker_thread_callback() at /root/src/doris-2.0/be/src/agent/task_worker_pool.cpp:1733 8# doris::ThreadPool::dispatch_thread() at /root/src/doris-2.0/be/src/util/threadpool.cpp:0 9# doris::Thread::supervise_thread(void*) at /var/local/ldb-toolchain/bin/../usr/include/pthread.h:562 10# start_thread 11# clone W0109 16:12:08.204432 63888 schema_change.cpp:1124] failed to process the version. version=2-2, [E-1602]SchemaChange check row nums failed 0# doris::SchemaChange::process(std::shared_ptr<doris::RowsetReader>, doris::RowsetWriter*, std::shared_ptr<doris::Tablet>, std::shared_ptr<doris::Tablet>, std::shared_ptr<doris::TabletSchema>) at /root/src/doris-2.0/be/src/common/status.h:0 1# doris::SchemaChangeHandler::_convert_historical_rowsets(doris::SchemaChangeHandler::SchemaChangeParams const&) at /root/src/doris-2.0/be/src/common/status.h:354 2# doris::SchemaChangeHandler::_do_process_alter_tablet_v2(doris::TAlterTabletReqV2 const&) at /root/src/doris-2.0/be/src/olap/schema_change.cpp:0 3# doris::SchemaChangeHandler::process_alter_tablet_v2(doris::TAlterTabletReqV2 const&) at /root/src/doris-2.0/be/src/olap/schema_change.cpp:670 4# doris::EngineAlterTabletTask::execute() at /root/src/doris-2.0/be/src/common/status.h:354 5# doris::StorageEngine::execute_task(doris::EngineTask*) at /root/src/doris-2.0/be/src/common/status.h:442 6# doris::AlterTableTaskPool::_alter_tablet(doris::TAgentTaskRequest const&, long, doris::TTaskType::type, doris::TFinishTaskRequest*) at /root/src/doris-2.0/be/src/common/status.h:354 7# doris::AlterTableTaskPool::_alter_tablet_worker_thread_callback() at /root/src/doris-2.0/be/src/agent/task_worker_pool.cpp:1733 8# doris::ThreadPool::dispatch_thread() at /root/src/doris-2.0/be/src/util/threadpool.cpp:0 9# doris::Thread::supervise_thread(void*) at /var/local/ldb-toolchain/bin/../usr/include/pthread.h:562 10# start_thread 11# clone I0109 16:12:08.204716 63888 schema_change.cpp:1074] finish converting rowsets for new_tablet from base_tablet. base_tablet=154825.696282891.fa40dbee13c146e9-99e007dca0492fbf, new_tablet=193201.1078667322.0d4dac6bb64f0d69-7c5af90c148ba09e W0109 16:12:08.204952 63888 schema_change.cpp:1006] failed to alter tablet. base_tablet=154825.696282891.fa40dbee13c146e9-99e007dca0492fbf, drop new_tablet=193201.1078667322.0d4dac6bb64f0d69-7c5af90c148ba09e I0109 16:12:08.205205 63888 schema_change.cpp:670] finished alter tablet process, res=[E-1602]SchemaChange check row nums failed ``` ### What You Expected? 能够创建成功 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] 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.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