[
https://issues.apache.org/jira/browse/HBASE-17803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931763#comment-15931763
]
Hudson commented on HBASE-17803:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2701 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/2701/])
HBASE-17803 PE always re-creates table when we specify the split policy
(chia7712: rev 23abc90068f0ea75f09c3eecf6ef758f1aee9219)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
HBASE-17803 Addendum fix NPE (chia7712: rev
261aa9445c3c52e09c10d06168a77d11d0c9b4b4)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
> 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
>
> Attachments: HBASE-17803.branch-1.v0.patch, HBASE-17803.v0.patch
>
>
> 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)