lide-reed commented on code in PR #12401:
URL: https://github.com/apache/doris/pull/12401#discussion_r966741900


##########
be/src/http/http_client.cpp:
##########
@@ -162,7 +163,8 @@ Status HttpClient::execute(const std::function<bool(const 
void* data, size_t len
     _callback = &callback;
     auto code = curl_easy_perform(_curl);
     if (code != CURLE_OK) {
-        LOG(WARNING) << "fail to execute HTTP client, errmsg=" << 
_to_errmsg(code);
+        LOG(WARNING) << "fail to execute HTTP client, errmsg=" << 
_to_errmsg(code)
+                     << " trace=" << get_stack_trace();

Review Comment:
    trace --> ,trace ?



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