[
https://issues.apache.org/jira/browse/HBASE-24341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17104930#comment-17104930
]
Hudson commented on HBASE-24341:
--------------------------------
Results for branch master
[build #1724 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/1724/]: (/)
*{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1724/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1475//JDK8_Nightly_Build_Report_(Hadoop2)/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1724/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1724/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}
> The region should be removed from ConfigurationManager as a
> ConfigurationObserver when it is closed
> ---------------------------------------------------------------------------------------------------
>
> Key: HBASE-24341
> URL: https://issues.apache.org/jira/browse/HBASE-24341
> Project: HBase
> Issue Type: Improvement
> Reporter: Junhong Xu
> Assignee: Junhong Xu
> Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> When the region is opened, we register the region to the ConfigurationManager
> as a ConfigurationObserver object.However, when the region is closed, we
> don't deregister the region as a ConfigurationObserver object from the
> ConfigurationManager correspondingly. It's not a bug for now cos we can
> update the conf whenever the region is open or not.But it is bug-prone, and
> we should remove it from the ConfigureManager object when the region is
> closed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)