stalary commented on code in PR #12401: URL: https://github.com/apache/doris/pull/12401#discussion_r969052909
########## 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: done. -- 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