You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/04/10 02:52:00 UTC

[GitHub] [hbase] comnetwork commented on a diff in pull request #4332: HBASE-26940 Update the doc for read replica configuration

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:
   Yes, this config is added by HBASE-13184, 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 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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org