[
https://issues.apache.org/jira/browse/HBASE-28313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17822383#comment-17822383
]
Hudson commented on HBASE-28313:
--------------------------------
Results for branch branch-2.6
[build #66 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/66/]:
(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.6/66/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.6/66/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/66/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/66/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}
> StorefileRefresherChore should not refresh readonly table
> ---------------------------------------------------------
>
> Key: HBASE-28313
> URL: https://issues.apache.org/jira/browse/HBASE-28313
> Project: HBase
> Issue Type: Improvement
> Components: regionserver
> Affects Versions: 2.4.17
> Reporter: Hao Sun
> Assignee: Hao Sun
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.6.0, 2.4.18, 2.5.8, 3.0.0-beta-2
>
>
> According to semantics, when StoreFile Refresher is turned on, only the area
> with replicas should be refreshed. *Tables with read-only attributes will not
> be refreshed.*
> There are the following scenarios: Assume that some tables in the database
> have replica enabled, while others do not. If a table that does not have
> replica enabled needs to perform migration tasks - first enable readonly and
> then export the snapshot, StorefileRefresherChore will always refresh the
> table that does not have replica enabled but performs migration tasks. This
> is obviously illogical.
> Therefore, StorefileRefresherChore needs to determine whether the region has
> a read-only copy, and refresh it if it has a read-only copy. And tables with
> read-only properties are not refreshed.
> patch:[HBASE-28313|https://github.com/apache/hbase/pull/5641]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)