keith-turner commented on code in PR #4668:
URL: https://github.com/apache/accumulo/pull/4668#discussion_r1638455129
##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletsMetadata.java:
##########
@@ -670,14 +669,8 @@ private static TabletMetadata
getRootMetadata(ClientContext ctx,
case EVENTUAL:
return getRootMetadata(zkRoot, ctx.getZooCache());
case IMMEDIATE:
- ZooReader zooReader = ctx.getZooReader();
Review Comment:
Currently working on changes that build on top of these changes to remove
the EVENTUAL consistency level from Ample. But will post that as another PR.
--
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]