建表什么的都没问题,简单插入一条数据就崩溃重启。下附insert截图及容器日志。
insert截图:
这是在BE容器里的日志,query_id 是 "f3b4288ddcbf4ca1-8165698f5744e08f" 和上图对应:
RuntimeLogger I20250806 15:27:34.415884 868 fragment_mgr.cpp:706] query_id: f3b4288ddcbf4ca1-8165698f5744e08f, coord_addr: TNetworkAddress(hostname=test-disaggregated-cluster-fe-1.test-disaggregated-cluster-fe-internal.data-zoo.svc.cluster.local, port=9020), total fragment num on current host: 1, fe process uuid: 1754481838035, query type: LOAD, report audit fe:TNetworkAddress(hostname=test-disaggregated-cluster-fe-0.test-disaggregated-cluster-fe-internal.data-zoo.svc.cluster.local, port=9020)
RuntimeLogger I20250806 15:27:34.417843 1368 workload_group_manager.cpp:200]
Process Memory Summary: process memory used 718.62 MB(= 798.16 MB[vm/rss] - 79.53 MB[tc/jemalloc_cache] + 0[reserved] + 0B[waiting_refresh]), sys available memory 15.23 GB(= 15.23 GB[proc/available] - 0[reserved] - 0B[waiting_refresh]), all workload groups memory usage: 192.00 B, weighted_memory_limit_ratio: 0.9512653730583817
RuntimeLogger I20250806 15:27:34.417965 354 vtablet_writer.cpp:129] init new node for instance 0, incremantal:0
RuntimeLogger I20250806 15:27:34.418206 354 dns_cache.cpp:61] update hostname test-disaggregated-cluster-cg1-0.test-disaggregated-cluster-cg1.data-zoo.svc.cluster.local's ip to 100.66.233.182
RuntimeLogger F20250806 15:27:34.420356 869 storage_engine.cpp:120] Check failed: _type == Type::CLOUD ( vs. )
*** Check failure stack trace: ***
@ 0x55d24806a556 google::LogMessage::SendToLog()
@ 0x55d248066fa0 google::LogMessage::Flush()
@ 0x55d24806ad99 google::LogMessageFatal::~LogMessageFatal()
@ 0x55d23d70cc3a doris::BaseStorageEngine::to_cloud()
@ 0x55d23d9910a7 doris::LoadChannel::open()
@ 0x55d23d98bb0a doris::LoadChannelMgr::open()
@ 0x55d23dadb68d std::_Function_handler<>::_M_invoke()
@ 0x55d23daf5ebb doris::WorkThreadPool<>::work_thread()
@ 0x55d24b002b20 execute_native_thread_routine
@ 0x7f31611f2ac3 (unknown)
@ 0x7f3161284850 (unknown)
@ (nil) (unknown)
*** Query id: f3b4288ddcbf4ca1-8165698f5744e08f ***
*** is nereids: 0 ***
*** tablet id: 0 ***
*** Aborted at 1754494054 (unix time) try "date -d @1754494054" if you are using GNU date ***
*** Current BE git commitID: 62a58bff4c ***
*** SIGABRT unknown detail explain (@0x91) received by PID 145 (TID 869 OR 0x7f2fc355c640) from PID 145; stack trace: ***
0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/zcp/repo_center/doris_release/doris/be/src/common/signal_handler.h:421
1# 0x00007F31611A0520 in /lib/x86_64-linux-gnu/libc.so.6
2# pthread_kill in /lib/x86_64-linux-gnu/libc.so.6
3# raise in /lib/x86_64-linux-gnu/libc.so.6
4# abort in /lib/x86_64-linux-gnu/libc.so.6
5# 0x000055D248074E2D in /opt/apache-doris/be/lib/doris_be
6# 0x000055D24806746A in /opt/apache-doris/be/lib/doris_be
7# google::LogMessage::SendToLog() in /opt/apache-doris/be/lib/doris_be
8# google::LogMessage::Flush() in /opt/apache-doris/be/lib/doris_be
9# google::LogMessageFatal::~LogMessageFatal() in /opt/apache-doris/be/lib/doris_be
10# doris::BaseStorageEngine::to_cloud() in /opt/apache-doris/be/lib/doris_be
11# doris::LoadChannel::open(doris::PTabletWriterOpenRequest const&) at /home/zcp/repo_center/doris_release/doris/be/src/runtime/load_channel.cpp:131
12# doris::LoadChannelMgr::open(doris::PTabletWriterOpenRequest const&) at /home/zcp/repo_center/doris_release/doris/be/src/runtime/load_channel_mgr.cpp:108
13# std::_Function_handler<void (), doris::PInternalService::tablet_writer_open(google::protobuf::RpcController*, doris::PTabletWriterOpenRequest const*, doris::PTabletWriterOpenResult*, google::protobuf::Closure*)::$_0>::_M_invoke(std::_Any_data const&) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:291
14# doris::WorkThreadPool<false>::work_thread(int) at /home/zcp/repo_center/doris_release/doris/be/src/util/work_thread_pool.hpp:159
15# execute_native_thread_routine at ../../../../../libstdc++-v3/src/c++11/thread.cc:84
16# 0x00007F31611F2AC3 in /lib/x86_64-linux-gnu/libc.so.6
17# 0x00007F3161284850 in /lib/x86_64-linux-gnu/libc.so.6
/opt/apache-doris/be/bin/start_be.sh: line 433: 145 Aborted ${LIMIT:+${LIMIT}} "${DORIS_HOME}/lib/doris_be" "$@" 2>&1 < /dev/null
另外在更上方的日志里发现如下提示,我的be和fe镜像版本都是3.0.3,不知是否与此有关,以及如何修复。