[
https://issues.apache.org/jira/browse/HBASE-11610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14099314#comment-14099314
]
Virag Kothari commented on HBASE-11610:
---------------------------------------
bq. Probably we can use some methods in MetaTableAccessor?
MetaTableAccessor does have a method getHTable(), but it uses a deprecated way
of creating HTable. It should use connection.getHTable() so that a pool is
managed by HConnection itself. But I think that can be done separately in other
JIRA. Thoughts [~jxiang]?
> Enhance remote meta updates
> ---------------------------
>
> Key: HBASE-11610
> URL: https://issues.apache.org/jira/browse/HBASE-11610
> Project: HBase
> Issue Type: Sub-task
> Reporter: Jimmy Xiang
> Assignee: Virag Kothari
> Attachments: HBASE-11610.patch
>
>
> Currently, if the meta region is on a regionserver instead of the master,
> meta update is synchronized on one HTable instance. We should be able to do
> better.
--
This message was sent by Atlassian JIRA
(v6.2#6252)