dbwong commented on a change in pull request #771:
URL: https://github.com/apache/phoenix/pull/771#discussion_r417644120



##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java
##########
@@ -655,13 +678,20 @@ public void close() throws SQLException {
                     traceScope.close();
                 }
                 closeStatements();
+                if(childConnections != null) {
+                    SQLCloseables.closeAllQuietly(childConnections);

Review comment:
       Yep agreed, did this too late at night.  I've synchronized the 
creation/creation checks of this structure.




----------------------------------------------------------------
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