Samarth Jain created PHOENIX-4203: ------------------------------------- Summary: GuidePost cache should be a singleton Key: PHOENIX-4203 URL: https://issues.apache.org/jira/browse/PHOENIX-4203 Project: Phoenix Issue Type: Bug Reporter: Samarth Jain
Currently, there is a guide post cache for every instance of ConnectionQueryServicesImpl. If a user has multiple connection profiles, then we will end up having one instance of guide post cache per such profile. This is not optimal since guide post cache is meant to be shared across the Phoenix JDBC driver. -- This message was sent by Atlassian JIRA (v6.4.14#64029)