Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yiguolei committed Nov 16, 2024
1 parent bd935b3 commit 4960aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/workload_group/workload_group_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void WorkloadGroupMgr::add_paused_query(const std::shared_ptr<QueryContext>& que
if (inserted) {
query_ctx->set_memory_sufficient(false);
LOG(INFO) << "Insert one new paused query: " << query_ctx->debug_string()
<< ", workload group: " << wg->debug_string()
<< ", workload group: " << wg->debug_string();
}
}

Expand Down

0 comments on commit 4960aa5

Please sign in to comment.