Class ReplicationLogCleanerBarrier

java.lang.Object
org.apache.hadoop.hbase.replication.master.ReplicationLogCleanerBarrier

@Private public class ReplicationLogCleanerBarrier extends Object
A barrier to guard the execution of ReplicationLogCleaner.

The reason why we introduce this class is because there could be race between AddPeerProcedure and ReplicationLogCleaner. See HBASE-27214 for more details.