[
https://issues.apache.org/jira/browse/HBASE-29070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913479#comment-17913479
]
Hudson commented on HBASE-29070:
--------------------------------
Results for branch master
[build #1244 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1244/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1244/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1244/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1244/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1244/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1244/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
> Balancer cost function epsilon is imprecise
> -------------------------------------------
>
> Key: HBASE-29070
> URL: https://issues.apache.org/jira/browse/HBASE-29070
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.6.1
> Reporter: Ray Mattingly
> Assignee: Ray Mattingly
> Priority: Major
> Labels: pull-request-available
>
> The balancer cost function is imprecise. This means that the balancer can
> behave in unexpected ways at certain scales. For example, with enough regions
> and replicas, it's very possible for the
> StochasticLoadBalancers#areReplicasColocated (paraphrased) method to return a
> false negative, and fail to trigger a balancer run despite bad replica
> locations existing.
> One immediate consequence of this bug is that our test suites are designed in
> slow and flappy ways. They all have huge balancer run times, but really our
> tests should be designed with tight balancer run times and iteration if
> necessary (in most cases). If we had done that, then it would've exposed this
> failure of the balancer to act as necessary, and our test suite would be much
> faster.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)