gavinchou commented on code in PR #53656:
URL: https://github.com/apache/doris/pull/53656#discussion_r2218858985


##########
cloud/src/recycler/recycler.cpp:
##########
@@ -399,6 +400,13 @@ int Recycler::start(brpc::Server* server) {
         server->AddService(recycler_service, brpc::SERVER_OWNS_SERVICE);
     }
 
+    fdb_metric_exporter_ = std::make_unique<FdbMetricExporter>(txn_kv_);

Review Comment:
   如果同时以 recycler 和 meta-service身份启动, 会有两个这个线程.
   需要在main()里去做下处理
   一个进程只需要启动一个 exporter线程就可以



-- 
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]

Reply via email to