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



##########
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:
       @bharathv yes I see that this was not backported to branch2.3, do you 
mean creating a new Jira for backporting or can you commit it without jira? I 
can then merge the latest changes. 




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