ctubbsii commented on code in PR #5192:
URL: https://github.com/apache/accumulo/pull/5192#discussion_r1890784144
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ClientContext.java:
##########
@@ -126,9 +126,7 @@ public class ClientContext implements AccumuloClient {
private static final Logger log =
LoggerFactory.getLogger(ClientContext.class);
private final ClientInfo info;
- private InstanceId instanceId;
- private final ZooReader zooReader;
Review Comment:
I ended up keeping the getZooReader and getZooReaderWriter methods on the
context, and memoized them.
--
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]