[
https://issues.apache.org/jira/browse/HBASE-29082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940479#comment-17940479
]
Andor Molnar commented on HBASE-29082:
--------------------------------------
{quote}The read replica should have its own filesystem with its own hbase:meta,
own hbase:acl, &c.
{quote}
That is an already existing feature in HBase.
This ticket is about a completely new feature which allows to run multiple
clusters on the same storage location while maintaining a single cluster at any
given time which handles write requests. All other instanes are in read-only
mode. With this we could avoid moving data between multiple cluster which is
very cost effective in cloud environments.
> Add custom meta table name suffix
> ---------------------------------
>
> Key: HBASE-29082
> URL: https://issues.apache.org/jira/browse/HBASE-29082
> Project: HBase
> Issue Type: Sub-task
> Components: master, meta
> Reporter: Andor Molnar
> Assignee: Abhishek Kothalikar
> Priority: Major
> Labels: pull-request-available
>
> Add support for custom meta table name and ability to start cluster on the
> same storage location.
> New config setting:
> |*Config*|*Default* |*Explanation*|
> |hbase.meta.table.suffix|“”|Adds a suffix to the meta table name:
> value=’test’ -> ‘hbase:meta_test’|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)