Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Oct 2, 2024
1 parent f434fd5 commit 53dfd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/query_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ Status QueryContext::revoke_memory() {
RETURN_IF_ERROR(task->revoke_memory(spill_context));
}

LOG(INFO) << query_context->debug_string() << ", context: " << ((void*)spill_context.get())
LOG(INFO) << this->debug_string() << ", context: " << ((void*)spill_context.get())
<< " total revoked size: " << PrettyPrinter::print(revoked_size, TUnit::BYTES)
<< ", tasks count: " << chosen_tasks.size() << "/" << tasks.size();
return Status::OK();
Expand Down

0 comments on commit 53dfd5f

Please sign in to comment.