infraio commented on a change in pull request #2579:
URL: https://github.com/apache/hbase/pull/2579#discussion_r511741469
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/HReplicationServer.java
##########
@@ -388,4 +446,152 @@ protected ReplicationServerRpcServices
createRpcServices() throws IOException {
protected boolean setAbortRequested() {
return abortRequested.compareAndSet(false, true);
}
+
+ protected void tryReplicationServerReport(long reportStartTime, long
reportEndTime)
Review comment:
private method is enough?
----------------------------------------------------------------
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]