You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Toshihiro Suzuki (JIRA)" <ji...@apache.org> on 2018/04/04 02:22:00 UTC

[jira] [Commented] (HBASE-20293) get_splits returns duplicate split points when region replication is on

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

Toshihiro Suzuki commented on HBASE-20293:
------------------------------------------

Do I need to fix the rubocop and ruby-lint errors?

> get_splits returns duplicate split points when region replication is on
> -----------------------------------------------------------------------
>
>                 Key: HBASE-20293
>                 URL: https://issues.apache.org/jira/browse/HBASE-20293
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>            Reporter: Toshihiro Suzuki
>            Assignee: Toshihiro Suzuki
>            Priority: Minor
>         Attachments: HBASE-20293.master.001.patch
>
>
> When region replication is on, get_splits returns duplicate split points like the following:
> {code}
> hbase(main):001:0> create "test", "cf", {REGION_REPLICATION => 3}, SPLITS => ["10"]
> Created table test
> Took 1.0975 seconds
> hbase(main):002:0> get_splits "test"
> Total number of splits = 4
> 10
> 10
> 10
> Took 0.0941 seconds
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)