ritegarg commented on code in PR #2075:
URL: https://github.com/apache/phoenix/pull/2075#discussion_r2002132027


##########
phoenix-core-client/src/main/java/org/apache/phoenix/cache/ServerMetadataCacheImpl.java:
##########
@@ -55,14 +59,16 @@ public class ServerMetadataCacheImpl implements 
ServerMetadataCache {
     private static final long DEFAULT_PHOENIX_COPROC_REGIONSERVER_CACHE_SIZE = 
10000L;
     private static volatile ServerMetadataCacheImpl cacheInstance;
     private MetricsMetadataCachingSource metricsSource;
+    private boolean phoenixHACacheEnabled;
+    private PhoenixHACache phoenixHACache;

Review Comment:
   Separate out PhoenixHACache



-- 
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