This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 9a7c15b6358 [fix](log) PipelineFragmentContext has already been
destoried in try_close_task before logging it #29237
9a7c15b6358 is described below
commit 9a7c15b6358942fae98e90c4b060e844ade3f4eb
Author: zhiqiang <[email protected]>
AuthorDate: Sat Dec 30 21:29:58 2023 +0800
[fix](log) PipelineFragmentContext has already been destoried in
try_close_task before logging it #29237
---
be/src/pipeline/task_scheduler.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/be/src/pipeline/task_scheduler.cpp
b/be/src/pipeline/task_scheduler.cpp
index d3876803104..e0e668acbd9 100644
--- a/be/src/pipeline/task_scheduler.cpp
+++ b/be/src/pipeline/task_scheduler.cpp
@@ -318,11 +318,6 @@ void TaskScheduler::_do_work(size_t index) {
fragment_ctx->is_canceled() ?
PipelineTaskState::CANCELED
:
PipelineTaskState::FINISHED,
status);
- VLOG_DEBUG << fmt::format(
- "Task {} is eos, status {}.",
-
PrintInstanceStandardInfo(task->query_context()->query_id(),
-
task->fragment_context()->get_fragment_instance_id()),
- get_state_name(task->get_state()));
continue;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]