Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
  • Loading branch information
windtalker committed Sep 20, 2022
1 parent 50357b7 commit d2a510e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbms/src/Flash/Mpp/MPPTaskManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ void MPPTaskManager::abortMPPQuery(UInt64 query_id, const String & reason, Abort
/// just to double check the query still exists
if (it != mpp_query_map.end())
mpp_query_map.erase(it);
GET_METRIC(tiflash_mpp_task_manager, type_mpp_query_count).Set(mpp_query_map.size());
cv.notify_all();
}
LOG_WARNING(log, "Finish abort query: " + std::to_string(query_id));
Expand Down

0 comments on commit d2a510e

Please sign in to comment.