HorizonNet commented on a change in pull request #345: HBASE-22638 : Zookeeper
Utility enhancements
URL: https://github.com/apache/hbase/pull/345#discussion_r298759522
##########
File path:
hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java
##########
@@ -1996,10 +2011,10 @@ private static void appendPeerState(ZKWatcher zkw,
String znodeToProcess, String
* @return The array of response strings.
* @throws IOException When the socket communication fails.
*/
- public static String[] getServerStats(String server, int timeout)
+ private static String[] getServerStats(String server, int timeout)
Review comment:
Why the change to private?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services