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


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationStatus.java:
##########
@@ -139,6 +139,7 @@ private List<ReplicationLoadSource> waitOnMetricsReport(int 
greaterThan, ServerN
       
metrics.getLiveServerMetrics().get(serverName).getReplicationLoadSourceList();
     while (list.size() <= greaterThan) {
       Threads.sleep(1000);
+      list = 
metrics.getLiveServerMetrics().get(serverName).getReplicationLoadSourceList();

Review Comment:
   Thanks for the review. @Apache9
   Sorry, I made an obvious mistake.



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