Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Dec 30, 2024
1 parent 02592a3 commit 08c48b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/src/runtime/memory/mem_tracker_limiter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@ int64_t MemTrackerLimiter::free_top_memory_query(
while (!min_pq.empty()) {
TUniqueId cancelled_queryid = label_to_queryid(min_pq.top().second);
if (cancelled_queryid == TUniqueId()) {
LOG(WARNING) << log_prefix
<< "Task ID parsing failed, label: " << min_pq.top().second;
min_pq.pop();
continue;
}
Expand Down

0 comments on commit 08c48b7

Please sign in to comment.