Skip to content

Commit f92f853

Browse files
ddupginfraio
authored andcommitted
HBASE-24683 Add a basic ReplicationServer which only implement ReplicationSink Service (#2111)
Signed-off-by: Guanghao Zhang <[email protected]>
1 parent 8ebcd7f commit f92f853

File tree

4 files changed

+1060
-1
lines changed

4 files changed

+1060
-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)