HBASE-8913 Remove .replogs reference as we no longer use it

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513205 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-08-12 17:15:03 +00:00
parent 75b2ecc695
commit 99efcdaa6c
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ import org.apache.hadoop.hbase.protobuf.generated.HBaseProtos;
public class ReplicationSink {
private static final Log LOG = LogFactory.getLog(ReplicationSink.class);
// Name of the HDFS directory that contains the temporary rep logs
public static final String REPLICATION_LOG_DIR = ".replogs";
private final Configuration conf;
private final HConnection sharedHtableCon;
private final MetricsSink metrics;