[
https://issues.apache.org/jira/browse/HBASE-24988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191776#comment-17191776
]
Hudson commented on HBASE-24988:
--------------------------------
Results for branch branch-1
[build #21 on
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/21/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/21//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk7 checks{color}
-- For more information [see jdk7
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/21//JDK7_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/21//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
> Donot merge regions if they are non adjacent in MergeNormalizationPlan.execute
> ------------------------------------------------------------------------------
>
> Key: HBASE-24988
> URL: https://issues.apache.org/jira/browse/HBASE-24988
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.6.0
> Reporter: Aman Poonia
> Assignee: Aman Poonia
> Priority: Minor
> Fix For: 1.7.0
>
>
> Currently when we have MergeNormalizationPlan we do a force merge in execute
> method
> {code:java}
> // code placeholder
> admin.mergeRegions(firstRegion.getEncodedNameAsBytes(),
> secondRegion.getEncodedNameAsBytes(), true);
> {code}
> Since we do not expect these regions to be non adjacent it is better to not
> force merge and be on safe side.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)