lokiore commented on code in PR #1517:
URL: https://github.com/apache/phoenix/pull/1517#discussion_r1005187825
##########
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:
@mnpoonia this is being added as we don't have any flag unless all the
layers below PhoenixConnection is already close and we needed something to know
that Connection is being in process of closing.
--
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]