comnetwork commented on code in PR #4332:
URL: https://github.com/apache/hbase/pull/4332#discussion_r846704418
##########
src/main/asciidoc/_chapters/architecture.adoc:
##########
@@ -3011,20 +3011,6 @@ Instead you can change the number of region replicas per
table to increase or de
Whether asynchronous WAL replication to the secondary region replicas is
enabled or not. If this is enabled, a replication peer named
"region_replica_replication" will be created which will tail the logs and
replicate the mutations to region replicas for tables that have region
replication > 1. If this is enabled once, disabling this replication also
requires disabling the replication peer using shell or Admin java class.
Replication to secondary region replicas works over standard inter-cluster
replication.
</description>
</property>
-<property>
- <name>hbase.region.replica.replication.memstore.enabled</name>
Review Comment:
@Apache9 ,yes, this config is added by HBASE-13184 for doc, which is a
subtask of HBASE-13063, but the HBASE-13063 seems does not used this config,
and I could not search any code use this config, instead only the per-table
property `REGION_MEMSTORE_REPLICATION` is used.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]