2005hithlj commented on code in PR #4810:
URL: https://github.com/apache/hbase/pull/4810#discussion_r1000047663


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/DumpReplicationQueues.java:
##########
@@ -229,21 +238,45 @@ private int dumpReplicationQueues(DumpOptions opts) 
throws Exception {
         LOG.info("Found [--distributed], will poll each RegionServer.");
         Set<String> peerIds =
           peers.stream().map((peer) -> 
peer.getPeerId()).collect(Collectors.toSet());
-        System.out.println(dumpQueues(zkw, peerIds, opts.isHdfs()));
+        System.out.println(dumpQueues(zkw, connection, peerIds, 
opts.isHdfs()));

Review Comment:
   sir, the zkw here is to get the info of liveRegionServers.
   



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