[
https://issues.apache.org/jira/browse/HBASE-27780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709945#comment-17709945
]
Hudson commented on HBASE-27780:
--------------------------------
Results for branch branch-2
[build #787 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/787/]:
(/) *{color:green}+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/787/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/787/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/787/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/787/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> FileChangeWatcher improvements
> ------------------------------
>
> Key: HBASE-27780
> URL: https://issues.apache.org/jira/browse/HBASE-27780
> Project: HBase
> Issue Type: Improvement
> Reporter: Bryan Beaudreault
> Priority: Major
>
> HBASE-27347 ported FileChangeWatcher from ZK so that we can reload
> certificates when the keystore/truststore files change. I'd like to make a
> few improvements:
> # Add more context to the thread name, so that we can disambiguate when
> multiple are launched for different cluster connections or paths
> # We currently launch a separate FileChangeWatcher for each of keystorePath
> and truststorePath, but in many cases they may be the same path. The runnable
> which gets called is identical for these, so this just results in extra work
> for no reason. We should check the configured paths and only launch one
> FileChangeWatcher if the two paths are identical.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)