From 843a44cd9ca9ced170bc258aff14d84279d296a0 Mon Sep 17 00:00:00 2001 From: Biju Nair Date: Mon, 13 May 2019 21:14:17 -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..9e7b8e4f1b 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 for HBase replication client in the sink + cluster + + hbase.replication.rpc.codec org.apache.hadoop.hbase.codec.KeyValueCodecWithTags -- 2.20.1 (Apple Git-117)