li4wang commented on code in PR #1966:
URL: https://github.com/apache/zookeeper/pull/1966#discussion_r1116268141


##########
zookeeper-server/src/main/java/org/apache/zookeeper/server/admin/Commands.java:
##########
@@ -76,6 +85,8 @@ public class Commands {
     static final Logger LOG = LoggerFactory.getLogger(Commands.class);
     static final String ADMIN_RATE_LIMITER_INTERVAL = 
"zookeeper.admin.rateLimiterIntervalInMS";
     private static final long rateLimiterInterval = 
Integer.parseInt(System.getProperty(ADMIN_RATE_LIMITER_INTERVAL, "300000"));
+    static final String AUTH_INFO_SEPARATOR = " ";
+    static final String ROOT_PATH = "/";

Review Comment:
   yes, added comment.



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