shahrs87 commented on a change in pull request #2945: URL: https://github.com/apache/hbase/pull/2945#discussion_r573862560
########## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationLogQueue.java ########## @@ -0,0 +1,93 @@ +package org.apache.hadoop.hbase.replication.regionserver; + +import java.util.HashMap; +import java.util.Map; +import java.util.concurrent.PriorityBlockingQueue; +import org.apache.hadoop.conf.Configuration; +import org.apache.hadoop.fs.Path; +import org.apache.hadoop.hbase.util.Pair; +import org.apache.hadoop.hbase.wal.AbstractFSWALProvider; +import org.apache.yetus.audience.InterfaceAudience; +import org.apache.yetus.audience.InterfaceStability; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + [email protected] [email protected] +public class ReplicationLogQueue { Review comment: @saintstack This is still in draft mode. Wanted to run tests first before I submit for review. Thank you ! ---------------------------------------------------------------- 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]
