From 92d9bdcc5ab02ae0d08a710db138102c0081d6c2 Mon Sep 17 00:00:00 2001 From: Biju Nair Date: Wed, 22 May 2019 21:36:36 -0400 Subject: [PATCH] HBASE-17550 Document properties for replication sink --- .../src/main/resources/hbase-default.xml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git hbase-common/src/main/resources/hbase-default.xml hbase-common/src/main/resources/hbase-default.xml index 10eb47b543..e9d3dbb5fe 100644 --- hbase-common/src/main/resources/hbase-default.xml +++ hbase-common/src/main/resources/hbase-default.xml @@ -1665,6 +1665,29 @@ possible configurations would overwhelm and obscure the important. ThreadPool. + + hbase.regionserver.replication.handler.count + 3 + + The number of replication handlers in the destination cluster + + + + replication.sink.client.retries.number + 4 + + The number of times HBase replication client in the sink + cluster should retry writing the WAL entries + + + + replication.sink.client.ops.timeout + 10000 + + The timeout period in milliseconds for HBase replication client + in the sink cluster + + hbase.replication.rpc.codec org.apache.hadoop.hbase.codec.KeyValueCodecWithTags -- 2.20.1 (Apple Git-117)