wchevreuil commented on code in PR #5370:
URL: https://github.com/apache/hbase/pull/5370#discussion_r1310281661


##########
hbase-common/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKConfig.java:
##########
@@ -330,4 +341,27 @@ public static String 
getClientZKQuorumServersString(Configuration conf) {
     final String[] serverHosts = StringUtils.getStrings(clientQuromServers);
     return buildZKQuorumServerString(serverHosts, clientZkClientPort);
   }
+
+  private static void setZooKeeperClientSystemProperties(String prefix, 
Configuration conf) {

Review Comment:
   nit: call it setZooKeeperClientTLSSystemProperties instead, since the method 
just cares about the TLS system properties?



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to