[
https://issues.apache.org/jira/browse/HBASE-26745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17500884#comment-17500884
]
Hudson commented on HBASE-26745:
--------------------------------
Results for branch branch-2.5
[build #54 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/54/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/54/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/54/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/54/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/54/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
(x) {color:red}-1 client integration test{color}
-- Something went wrong with this stage, [check relevant console
output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/54//console].
> MetricsStochasticBalancerSource metrics don't render in /jmx endpoint
> ---------------------------------------------------------------------
>
> Key: HBASE-26745
> URL: https://issues.apache.org/jira/browse/HBASE-26745
> Project: HBase
> Issue Type: Bug
> Reporter: Bryan Beaudreault
> Assignee: Briana Augenreich
> Priority: Minor
> Labels: patch-available
> Fix For: 2.5.0, 2.6.0, 3.0.0-alpha-3, 2.4.11
>
>
> The check in JSONBean
> [here|https://github.com/apache/hbase/blob/master/hbase-http/src/main/java/org/apache/hadoop/hbase/util/JSONBean.java#L266]
> causes the balancer cost metrics to be excluded from the {{/jmx}} endpoint.
> I think we should just remove the check for ":". I don't think including
> metrics with a colon in them poses any problem, since the strings are quoted.
> We removed this check in our cdh5 fork almost a year ago and have not seen
> any issues.
> Alternatively we can fix the MetricsStochasticBalancerSource metrics to emit
> metrics that adhere to these filters, but I think that would be a backwards
> incompatible change since this is only a json rendering issue and people
> might be consuming JMX directly.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)