zhiqiang-hhhh commented on issue #24082: URL: https://github.com/apache/doris/issues/24082#issuecomment-1713132169
```txt Thread 1 (Thread 0x7f04cfe64740 (LWP 2509245) "doris_be"): #0 0x00007f04ceab93fc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000055f66217b008 in brpc::Acceptor::Join() () #2 0x000055f66216757d in brpc::Server::Join() () #3 0x000055f6546bf78f in doris::BRpcService::join (this=0x7f02732158f0) at /mnt/disk1/hezhiqiang/doris/be/src/service/brpc_service.cpp:90 #4 0x000055f6546bf729 in doris::BRpcService::~BRpcService (this=0x7f02732158f0) at /mnt/disk1/hezhiqiang/doris/be/src/service/brpc_service.cpp:55 #5 0x000055f65346552b in std::default_delete<doris::BRpcService>::operator() (this=0x7ffe42f82a80, __ptr=0x7f02732158f0) at /mnt/disk1/hezhiqiang/toolchains/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/unique_ptr.h:85 #6 0x000055f653465e4c in std::__uniq_ptr_impl<doris::BRpcService, std::default_delete<doris::BRpcService> >::reset (this=0x7ffe42f82a80, __p=0x0) at /mnt/disk1/hezhiqiang/toolchains/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/unique_ptr.h:182 #7 0x000055f65345a73d in std::unique_ptr<doris::BRpcService, std::default_delete<doris::BRpcService> >::reset (this=0x7ffe42f82a80, __p=0x0) at /mnt/disk1/hezhiqiang/toolchains/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/unique_ptr.h:456 #8 0x000055f653455c44 in main (argc=1, argv=0x7ffe42f83388) at /mnt/disk1/hezhiqiang/doris/be/src/service/doris_main.cpp:563 ``` brpc server's join never return ... -- 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]
