You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "zclllyybb (via GitHub)" <gi...@apache.org> on 2023/06/20 10:01:42 UTC

[GitHub] [doris] zclllyybb commented on a diff in pull request #21027: [fix](log) fix the too large warning log of BE

zclllyybb commented on code in PR #21027:
URL: https://github.com/apache/doris/pull/21027#discussion_r1235036746


##########
be/src/pipeline/pipeline_task.cpp:
##########
@@ -326,7 +327,9 @@ std::string PipelineTask::debug_string() {
     {
         std::stringstream profile_ss;
         _fresh_profile_counter();
-        _task_profile->pretty_print(&profile_ss, "");
+        if (config::enable_detail_failed_log) {

Review Comment:
   indeed. fixed



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org