meatballspaghetti commented on code in PR #5350:
URL: https://github.com/apache/accumulo/pull/5350#discussion_r1974313194


##########
server/base/src/main/java/org/apache/accumulo/server/util/ServiceStatusCmd.java:
##########
@@ -59,19 +59,24 @@ public void execute(final ServerContext context, final 
boolean json, final boole
 
     ZooReader zooReader = context.getZooSession().asReader();
 
-    final String zooRoot = context.getZooKeeperRoot();
-    LOG.trace("zooRoot: {}", zooRoot);
+    LOG.trace("zooRoot: {}", "");

Review Comment:
   Fixed.



##########
server/base/src/test/java/org/apache/accumulo/server/security/delegation/ZooAuthenticationKeyWatcherTest.java:
##########
@@ -70,7 +69,7 @@ public static void setupKeyGenerator() throws Exception {
 
   private ZooSession zk;
   private InstanceId instanceId;
-  private String baseNode;
+  private final String baseNode = Constants.ZDELEGATION_TOKEN_KEYS;

Review Comment:
   Fixed, inlined it.



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