[
https://issues.apache.org/jira/browse/HBASE-30209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18089564#comment-18089564
]
Hudson commented on HBASE-30209:
--------------------------------
Results for branch branch-2.6
[build #54 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/54/]:
(x) *{color:red}-1 overall{color}*
----
Backwards compatibility checks:
(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/54/console]
(x) {color:red}-1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/54/console]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/54/console]
(x) {color:red}-1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/54/console]
(/) {color:green}+1 jdk17 hadoop 3.4.2 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/54/console]
> MobFileCleanerChore is not registered for online configuration updates
> ----------------------------------------------------------------------
>
> Key: HBASE-30209
> URL: https://issues.apache.org/jira/browse/HBASE-30209
> Project: HBase
> Issue Type: Improvement
> Components: master, mob
> Reporter: Xiao Liu
> Assignee: Xiao Liu
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.5.16, 2.6.7
>
>
> {\{MobFileCleanerChore}} implements \{{ConfigurationObserver}}, but
> \{{HMaster}} only creates and schedules the chore and does not register it
> with \{{ConfigurationManager}}.
> Because of this, online configuration reloads triggered by \{{update_config}}
> do not reach \{{MobFileCleanerChore}}. In practice, changes such as
> \{{hbase.master.mob.cleaner.threads}} do not take effect until the master is
> restarted.
> This patch registers \{{MobFileCleanerChore}} with \{{ConfigurationManager}}
> during initialization, deregisters it during shutdown, and adds tests to
> cover both the \{{HMaster}} wiring and the chore's own configuration change
> handling.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)