hust-hhb commented on code in PR #47988: URL: https://github.com/apache/doris/pull/47988#discussion_r2006735110
########## be/src/runtime/routine_load/routine_load_task_executor.cpp: ########## @@ -440,7 +443,10 @@ void RoutineLoadTaskExecutor::exec_task(std::shared_ptr<StreamLoadContext> ctx, consumer_pool->return_consumers(consumer_grp.get()); // commit txn + int64_t commit_and_publish_start_time = MonotonicNanos(); Review Comment: record commit and publish time usually use MonotonicNanos to make it more precise, like StreamLoadContext::commit_and_publish_txn_cost_nanos -- 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