mnpoonia commented on code in PR #1517:
URL: https://github.com/apache/phoenix/pull/1517#discussion_r997017269


##########
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java:
##########
@@ -757,6 +759,7 @@ synchronized public void close() throws SQLException {
             }
             
         } finally {
+            isClosing = false;

Review Comment:
   It looks like we are bitten by some multi threading issue and we are trying 
to reduce the probability of that. @lokiore Is there something that i am 
missing?



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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to