HHoflittlefish777 commented on code in PR #33954:
URL: https://github.com/apache/doris/pull/33954#discussion_r1574204834


##########
be/src/runtime/stream_load/stream_load_executor.cpp:
##########
@@ -69,7 +69,7 @@ Status 
StreamLoadExecutor::execute_plan_fragment(std::shared_ptr<StreamLoadConte
 #ifndef BE_TEST
     ctx->start_write_data_nanos = MonotonicNanos();
     LOG(INFO) << "begin to execute stream load. label=" << ctx->label << ", 
txn_id=" << ctx->txn_id
-              << ", query_id=" << 
print_id(ctx->put_result.params.params.query_id);
+              << ", query_id=" << ctx->id;

Review Comment:
   no need print_id
   the log
   ```
   begin to execute stream load. label=ab3aa1a6-e803-4571-b07e-1ebe83bc5281, 
txn_id=1605185583171584, query_id=684f25190e978289-f51c4bb37ce98eb8
   finished to execute stream load. label=ab3aa1a6-e803-4571-b07e-1ebe83bc5281, 
txn_id=1605185583171584, query_id=684f25190e978289-f51c4bb37ce98eb8, 
receive_data_cost_ms=28, read_data_cost_ms=0, write_data_cost_ms=159
   ```



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

Reply via email to