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:
parent
e719a5b589
commit
e76e7c93d5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue