bharathv commented on a change in pull request #3076:
URL: https://github.com/apache/hbase/pull/3076#discussion_r599015767
##########
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:
Ya, let me try backporting it and then you can rebase. will update you
once it is committed.
--
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]