ritegarg commented on code in PR #2173: URL: https://github.com/apache/phoenix/pull/2173#discussion_r2127408627
########## phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/HighAvailabilityPolicy.java: ########## @@ -161,12 +164,7 @@ private void transitStandby(HighAvailabilityGroup haGroup, String url, private void transitActive(HighAvailabilityGroup haGroup, String url, ClusterRoleRecord.RegistryType registryType) throws SQLException { // Invalidate CQS cache if any that has been closed but has not been cleared - for (HAURLInfo haurlInfo : HighAvailabilityGroup.URLS.get(haGroup.getGroupInfo())) { Review Comment: Clarified that this only applies to Failover connection and not parallel. +1 -- 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: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org