freemandealer opened a new issue, #14456: URL: https://github.com/apache/doris/issues/14456
### 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 updated master branch ### What's Wrong? ``` start time: Mon 21 Nov 2022 07:43:30 PM CST F1121 19:43:34.125257 3074179 metrics.cpp:245] Check failed: _hooks.find(name) == _hooks.end() hook is already exist! server:add_batch_task_queue_size *** Check failure stack trace: *** @ 0x565022888e3d google::LogMessage::Fail() @ 0x56502288b379 google::LogMessage::SendToLog() @ 0x5650228889a6 google::LogMessage::Flush() @ 0x56502288b9e9 google::LogMessageFatal::~LogMessageFatal() @ 0x565018bcbb26 doris::MetricEntity::register_hook() @ 0x565018a30fca doris::PInternalServiceImpl::PInternalServiceImpl() @ 0x565018a07b61 doris::BRpcService::start() @ 0x565015e98aeb main @ 0x7f9b5a5f0083 __libc_start_main @ 0x565015db802a _start @ (nil) (unknown) *** Query id: 0-0 *** *** Aborted at 1669031014 (unix time) try "date -d @1669031014" if you are using GNU date *** *** Current BE git commitID: 91bd76a90 *** *** SIGABRT unkown detail explain (@0x2ee883) received by PID 3074179 (TID 0x7f9b5a5a5540) from PID 3074179; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/zcp/repo_center/doris_master/doris/be/src/common/signal_handler.h:420 1# 0x00007F9B5A60F090 in /lib/x86_64-linux-gnu/libc.so.6 2# raise at ../sysdeps/unix/sysv/linux/raise.c:51 3# abort at /build/glibc-SzIz7B/glibc-2.31/stdlib/abort.c:81 4# 0x0000565022893829 in /mnt/ssd01/doris-master/VEC_ASAN/be/lib/doris_be 5# 0x0000565022888E3D in /mnt/ssd01/doris-master/VEC_ASAN/be/lib/doris_be 6# google::LogMessage::SendToLog() in /mnt/ssd01/doris-master/VEC_ASAN/be/lib/doris_be 7# google::LogMessage::Flush() in /mnt/ssd01/doris-master/VEC_ASAN/be/lib/doris_be 8# google::LogMessageFatal::~LogMessageFatal() in /mnt/ssd01/doris-master/VEC_ASAN/be/lib/doris_be 9# doris::MetricEntity::register_hook(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::function<void ()> const&) at /home/zcp/repo_center/doris_master/doris/be/src/util/metrics.cpp:245 10# doris::PInternalServiceImpl::PInternalServiceImpl(doris::ExecEnv*) at /home/zcp/repo_center/doris_master/doris/be/src/service/internal_service.cpp:100 11# doris::BRpcService::start(int, int) at /home/zcp/repo_center/doris_master/doris/be/src/service/brpc_service.cpp:45 12# main at /home/zcp/repo_center/doris_master/doris/be/src/service/doris_main.cpp:445 13# __libc_start_main at ../csu/libc-start.c:342 14# _start in /mnt/ssd01/doris-master/VEC_ASAN/be/lib/doris_be ```   ### What You Expected? two services works normally even when MAKE_TEST OFF. ### How to Reproduce? 1.enable single replica load 2. build with MAKE_TEST OFF 3. run doris_be, core @ main() ### 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: [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]
