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

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 5a0764b288f1782a7c696c0e73cadc9b28bf2d62
Author: Kaijie Chen <[email protected]>
AuthorDate: Thu Feb 1 18:38:11 2024 +0800

    [log](rpc) print log when offer_failed in internal service (#30454)
---
 be/src/service/internal_service.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/be/src/service/internal_service.cpp 
b/be/src/service/internal_service.cpp
index e7255f017b7..36e3b743d0a 100644
--- a/be/src/service/internal_service.cpp
+++ b/be/src/service/internal_service.cpp
@@ -189,6 +189,8 @@ void offer_failed(T* response, google::protobuf::Closure* 
done, const FifoThread
     response->mutable_status()->set_status_code(TStatusCode::CANCELLED);
     response->mutable_status()->add_error_msgs("fail to offer request to the 
work pool, pool=" +
                                                pool.get_info());
+    LOG(WARNING) << "cancelled due to fail to offer request to the work pool, 
pool="
+                 << pool.get_info();
 }
 
 template <typename T>


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

Reply via email to