oleg-vlsk commented on code in PR #12087: URL: https://github.com/apache/ignite/pull/12087#discussion_r2153579703
########## modules/core/src/main/java/org/apache/ignite/internal/processors/query/running/HeavyQueriesTracker.java: ########## @@ -140,7 +140,7 @@ public void startTracking(TrackableQuery qryInfo) { * @param qryInfo Query info to remove. * @param err Exception if query executed with error. */ - public void stopTracking(TrackableQuery qryInfo, @Nullable Throwable err) { + public synchronized void stopTracking(TrackableQuery qryInfo, @Nullable Throwable err) { Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org