HBASE-25119: Fix property name added as part of HBASE-24764

Closes #2471

Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
ankitjain64 2020-09-30 10:46:17 +05:30 committed by Viraj Jasani
parent e719a5b589
commit e76e7c93d5
No known key found for this signature in database
GPG Key ID: B3D6C0B41C8ADFD5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class ReplicationPeerConfig {
private long bandwidth = 0;
public static final String HBASE_REPLICATION_PEER_BASE_CONFIG =
"hbase.replication.peer.default.config";
"hbase.replication.peer.base.config";
public ReplicationPeerConfig() {
this.peerData = new TreeMap<byte[], byte[]>(Bytes.BYTES_COMPARATOR);