zwjcool opened a new issue, #63669: URL: https://github.com/apache/doris/issues/63669
### 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 doris-3.1.4-rc02-7f5ba43de6 ### What's Wrong? 0# doris::BetaRowset:**:get_inverted_index_size**(long*) at /home/zcp/repo_center/doris_release/doris/be/src/olap/rowset/beta_rowset.cpp:80 1# doris::BaseBetaRowsetWriter::add_rowset(std::shared_ptr<doris::Rowset>) at /home/zcp/repo_center/doris_release/doris/be/src/common/status.h:506 2# doris::SnapshotManager::_rename_rowset_id(doris::RowsetMetaPB const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<doris::TabletSchema>, doris::RowsetId const&, doris::RowsetMetaPB*) at /home/zcp/repo_center/doris_release/doris/be/src/common/status.h:392 3# doris::SnapshotManager::convert_rowset_ids(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long, long, long, long, int) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/shared_ptr_base.h:701 4# doris::EngineCloneTask::_make_and_download_snapshots(doris::DataDir&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, doris::TBackend*, std::__cxx11::basic_string<char, std::c har_traits<char>, std::allocator<char> >*, std::vector<doris::Version, std::allocator<doris::Version> > const&, bool*) at /home/zcp/repo_center/doris_release/doris/be/src/olap/task/engine_clone_task.cpp:471 5# doris::EngineCloneTask::_do_clone() at /home/zcp/repo_center/doris_release/doris/be/src/olap/task/engine_clone_task.cpp:302 6# doris::EngineCloneTask::execute() at /home/zcp/repo_center/doris_release/doris/be/src/olap/task/engine_clone_task.cpp:165 7# doris::clone_callback(doris::StorageEngine&, doris::ClusterInfo const*, doris::TAgentTaskRequest const&) at /home/zcp/repo_center/doris_release/doris/be/../gensrc/build/gen_cpp/MasterService_types.h:343 8# doris::PriorTaskWorkerPool::normal_loop() at /home/zcp/repo_center/doris_release/doris/be/src/agent/task_worker_pool.cpp:687 9# doris::Thread::supervise_thread(void*) at /var/local/ldb-toolchain/bin/../usr/include/pthread.h:562 问题描述: 我新旧机器替换时候,总是有部分表无法转移,后台报上面异常:get_inverted_index_size 的问题 但是我的表都没有创建索引。 我需要把有问题的表数据插入新表,删除旧表解决问题; 我不知道是我操作问题,还是哪里有问题; ### What You Expected? 没 ### How to Reproduce? 不知道 ### Anything Else? 没了! ### 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: [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]
