keith-turner commented on code in PR #4668:
URL: https://github.com/apache/accumulo/pull/4668#discussion_r1638731045


##########
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:
   While working on changes related to removing EVENTUAL consistency level, 
identified 4669 as a prerequisite for those changes



##########
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:
   While working on changes related to removing EVENTUAL consistency level, 
identified #4669 as a prerequisite for those changes



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