lokiore commented on code in PR #2173: URL: https://github.com/apache/phoenix/pull/2173#discussion_r2127348928
########## 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: You mean url1, STANDBY to url2, STANDBY ? that will for to change in URL and we will invalidate cache there. 161 is for change in role for a cluster from ACTIVE -> ATS/STANDBY -- 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