You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/09/27 08:28:00 UTC

[jira] [Comment Edited] (HBASE-18839) Apply RegionInfo to code base

    [ https://issues.apache.org/jira/browse/HBASE-18839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16182177#comment-16182177 ] 

Chia-Ping Tsai edited comment on HBASE-18839 at 9/27/17 8:27 AM:
-----------------------------------------------------------------

-Oh..just noticed that i made a broken API change in HBaseTestingUtility...-
{code}
-  public List<HRegionInfo> createMultiRegionsInMeta(final Configuration conf,
+  public List<RegionInfo> createMultiRegionsInMeta(final Configuration conf,
{code}
-Will revert it in next patch.-

The changed method is added in 2.0 (HBASE-18241), so this change doesn't break the BC of API. :)


was (Author: chia7712):
Oh..just noticed that i made a broken API change in HBaseTestingUtility...
{code}
-  public List<HRegionInfo> createMultiRegionsInMeta(final Configuration conf,
+  public List<RegionInfo> createMultiRegionsInMeta(final Configuration conf,
{code}
Will revert it in next patch.

> Apply RegionInfo to code base
> -----------------------------
>
>                 Key: HBASE-18839
>                 URL: https://issues.apache.org/jira/browse/HBASE-18839
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Coprocessors
>            Reporter: Chia-Ping Tsai
>            Assignee: Chia-Ping Tsai
>             Fix For: 2.0.0-alpha-4
>
>         Attachments: HBASE-18839.v0.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)