gavinchou commented on code in PR #38429: URL: https://github.com/apache/doris/pull/38429#discussion_r1695336569
########## be/src/runtime/exec_env_init.cpp: ########## @@ -135,6 +135,8 @@ class PFunctionService_Stub; DEFINE_GAUGE_METRIC_PROTOTYPE_2ARG(scanner_thread_pool_queue_size, MetricUnit::NOUNIT); DEFINE_GAUGE_METRIC_PROTOTYPE_2ARG(send_batch_thread_pool_thread_num, MetricUnit::NOUNIT); DEFINE_GAUGE_METRIC_PROTOTYPE_2ARG(send_batch_thread_pool_queue_size, MetricUnit::NOUNIT); +DEFINE_GAUGE_METRIC_PROTOTYPE_2ARG(non_block_close_thread_pool_thread_num, MetricUnit::NOUNIT); Review Comment: scrape s3 multi-complete and hdfs hsync respectively. thread pool stats does no help analyzing concrete promblem -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org