This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new c7121fd5294 [fix](cloud) Fix brpc::Server::ClearServices() SEGV 
(#59717)
c7121fd5294 is described below

commit c7121fd52942b96ea5feaefbf79f40e15c7e088e
Author: walter <[email protected]>
AuthorDate: Sat Jan 10 07:40:45 2026 +0800

    [fix](cloud) Fix brpc::Server::ClearServices() SEGV (#59717)
---
 cloud/test/meta_server_test.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cloud/test/meta_server_test.cpp b/cloud/test/meta_server_test.cpp
index 40656064323..cebdc54aa46 100644
--- a/cloud/test/meta_server_test.cpp
+++ b/cloud/test/meta_server_test.cpp
@@ -55,6 +55,8 @@ int main(int argc, char** argv) {
         return -1;
     }
 
+    // Clear the secondary package name for testing, to avoid 
brpc::Server::~Server() SEGV
+    config::secondary_package_name = "";
     if (!cloud::init_glog("meta_server_test")) {
         std::cerr << "failed to init glog" << std::endl;
         return -1;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to