-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-26940 Update the doc for read replica configuration #4332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
| </description> | ||
| </property> | ||
| <property> | ||
| <name>hbase.region.replica.replication.memstore.enabled</name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This config is removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Apache9 ,yes, this config is added by HBASE-13184 just 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 or hbase-default.xml use this config, instead only the per-table property REGION_MEMSTORE_REPLICATION is used.
No description provided.