[
https://issues.apache.org/jira/browse/HBASE-19364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16373498#comment-16373498
]
Ted Yu commented on HBASE-19364:
--------------------------------
lgtm
nit:
{code}
+ * @return Return list of regioninfos and server addresses.
+ */
+ public static List<Pair<HRegionInfo, ServerName>>
getTableRegionsAndLocations(
{code}
The 'Return' in javadoc is not needed.
> Truncate_preserve fails with table when replica region > 1
> ----------------------------------------------------------
>
> Key: HBASE-19364
> URL: https://issues.apache.org/jira/browse/HBASE-19364
> Project: HBase
> Issue Type: Bug
> Components: master
> Reporter: Pankaj Kumar
> Assignee: Pankaj Kumar
> Priority: Major
> Fix For: 1.5.0
>
> Attachments: HBASE-19364-branch-1-v2.patch,
> HBASE-19364-branch-1.patch, HBASE-19364-branch-1.patch
>
>
> Root cause is same as HBASE-17319, here we need to exclude secondary regions
> while reading meta.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)