anmolnar commented on PR #7558:
URL: https://github.com/apache/hbase/pull/7558#issuecomment-3744586648
> Anyway you need something in the configuration to tell a cluster that you
are a read replica cluster or not, so you can just add a configuration named
replica_suffix?
That's where we started. It's already there:
```
<property>
<name>hbase.read.replica.id</name>
<value>replica1</value>
</property>
```
I think we started the conversation about whether we should use this
replica.id in the meta table and master region directory name or generate a
random value for each replica?
--
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]