HBASE-12714 RegionReplicaReplicationEndpoint should not set the RPC Codec

This commit is contained in:
Enis Soztutar 2015-02-22 21:55:09 -08:00
parent 21b366afe1
commit 78da65c412
1 changed files with 0 additions and 4 deletions

View File

@ -109,10 +109,6 @@ public class RegionReplicaReplicationEndpoint extends HBaseReplicationEndpoint {
this.conf = HBaseConfiguration.create(context.getConfiguration());
String codecClassName = conf
.get(WALCellCodec.WAL_CELL_CODEC_CLASS_KEY, WALCellCodec.class.getName());
conf.set(HConstants.RPC_CODEC_CONF_KEY, codecClassName);
this.numWriterThreads = this.conf.getInt(
"hbase.region.replica.replication.writer.threads", 3);
controller = new PipelineController();