alamar commented on a change in pull request #6230: IGNITE-11419 Memory leak 
after multiple restarts of server node withi…
URL: https://github.com/apache/ignite/pull/6230#discussion_r262467611
 
 

 ##########
 File path: 
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/ConnectionManager.java
 ##########
 @@ -379,6 +379,7 @@ private void closeConnections() {
 
         threadConns.clear();
         detachedConns.clear();
+        threadConn.remove();
 
 Review comment:
   Hello!
   
   Can we add a test for that please? I guess it should be pretty 
straightforward.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to