dlmarion commented on code in PR #3601:
URL: https://github.com/apache/accumulo/pull/3601#discussion_r1263662242


##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletsMetadata.java:
##########
@@ -537,7 +537,11 @@ private static TabletMetadata 
getRootMetadata(ClientContext ctx,
       case IMMEDIATE:
         ZooReader zooReader = ctx.getZooReader();
         try {
-          byte[] bytes = zooReader.getData(zkRoot + RootTable.ZROOT_TABLET);
+          var path = zkRoot + RootTable.ZROOT_TABLET;

Review Comment:
   I wonder if eventual should even be supported for the root table. Maybe it 
should always be immediate regardless of consistency level.



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