Skip to content

Commit 00f1546

Browse files
committed
HBASE-24683 Add a basic ReplicationServer which only implement ReplicationSink Service
1 parent fae9f0c commit 00f1546

File tree

5 files changed

+1479
-1
lines changed

5 files changed

+1479
-1
lines changed

hbase-common/src/main/java/org/apache/hadoop/hbase/util/DNS.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ public final class DNS {
5454

5555
public enum ServerType {
5656
MASTER("master"),
57-
REGIONSERVER("regionserver");
57+
REGIONSERVER("regionserver"),
58+
REPLICATIONSERVER("replicationserver");
5859

5960
private String name;
6061
ServerType(String name) {

0 commit comments

Comments
 (0)