sandeepvinayak commented on a change in pull request #1057:
URL: https://github.com/apache/phoenix/pull/1057#discussion_r551587855



##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
##########
@@ -3322,7 +3331,7 @@ public Void call() throws Exception {
                         } finally {
                             try {
                                 if (!success && hConnectionEstablished) {
-                                    connection.close();
+                                    closeConnection();

Review comment:
       yes, @ChinmaySKulkarni I noticed that too. decrement was not good 
earlier 




----------------------------------------------------------------
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:
[email protected]


Reply via email to