[
https://issues.apache.org/jira/browse/HBASE-12990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Stepachev updated HBASE-12990:
-------------------------------------
Attachment: HBASE-12990.v6.patch
Different defaults for MetaTableAccessor.getTableRegions, by default it returns
offline regions too, but its counterpart in MetaScanner hase opposite
behaviour, it didn't returns offline/split by default. That broke test.
Fixed that and validated that all places use correct defaults (or explicitly
specify inclusion of offline/split regions)
> MetaScanner should be replaced by MetaTableAccessor
> ---------------------------------------------------
>
> Key: HBASE-12990
> URL: https://issues.apache.org/jira/browse/HBASE-12990
> Project: HBase
> Issue Type: Improvement
> Components: Client
> Affects Versions: 2.0.0
> Reporter: Andrey Stepachev
> Assignee: Andrey Stepachev
> Attachments: HBASE-12990.patch, HBASE-12990.v2.patch,
> HBASE-12990.v3.patch, HBASE-12990.v4.patch, HBASE-12990.v5.patch,
> HBASE-12990.v5.patch, HBASE-12990.v5.patch, HBASE-12990.v6.patch
>
>
> MetaScanner and MetaTableAccessor do similar things, but seems they tend to
> diverge. Let's have only one thing to enquiry META.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)