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 23be299 commit fb35f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/query_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class QueryContext : public std::enable_shared_from_this<QueryContext> {
}

void increase_revoking_tasks_count() {
Status st = Status::InternalError<true>();
Status st = Status::InternalError<true>("yyyy");
LOG(INFO) << st;
_revoking_tasks_count.fetch_add(1);
}
Expand Down

0 comments on commit fb35f15

Please sign in to comment.