You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/03/18 04:06:42 UTC

[jira] [Created] (HBASE-17803) PE always re-creates table when we specify the split policy

Chia-Ping Tsai created HBASE-17803:
--------------------------------------

             Summary: PE always re-creates table when we specify the split policy
                 Key: HBASE-17803
                 URL: https://issues.apache.org/jira/browse/HBASE-17803
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.0.0, 1.4.0
            Reporter: Chia-Ping Tsai
            Assignee: Chia-Ping Tsai
            Priority: Minor
             Fix For: 2.0.0, 1.4.0


I find this bug when i run the tests for HBASE-17623
The critical code is shown below.

{noformat}
if ((exists && opts.presplitRegions != DEFAULT_OPTS.presplitRegions)
      || (!isReadCmd && desc != null && desc.getRegionSplitPolicyClassName() != opts.splitPolicy)
      || (!isReadCmd && desc != null && desc.getRegionReplication() != opts.replicas)) {
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)