bharathv commented on a change in pull request #3076:
URL: https://github.com/apache/hbase/pull/3076#discussion_r598806101



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java
##########
@@ -113,6 +111,8 @@
   private int maxRetriesMultiplier;
   // Indicates if this particular source is running
   volatile boolean sourceRunning = false;
+  // Indicates if the source initialization is in progress
+  private volatile boolean startupOngoing = false;

Review comment:
       This is not accessed anywhere?
   
   Should be backport HBASE-24877 and then apply this change?




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


Reply via email to