[
https://issues.apache.org/jira/browse/HBASE-30217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18090123#comment-18090123
]
Hudson commented on HBASE-30217:
--------------------------------
Results for branch branch-2.6
[build #479 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/479/]:
(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/479/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/479/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/479/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/479/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/479/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> Remove dead code getRegionId and isTemporaryDirectoryName in HRegionFileSystem
> ------------------------------------------------------------------------------
>
> Key: HBASE-30217
> URL: https://issues.apache.org/jira/browse/HBASE-30217
> Project: HBase
> Issue Type: Improvement
> 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
>
>
> {{HRegionFileSystem.getRegionId(Path)}} and
> {{isTemporaryDirectoryName(String)}} were introduced in HBASE-28469 for
> {{DataTieringManager}} to resolve region from HFile paths. After HBASE-29727
> refactored {{BlockCacheKey}} to carry region/cf/file names directly,
> {{DataTieringManager}} no longer calls these methods, leaving them as dead
> code.
> Additionally, {{REGION_SPLITS_DIR}} (.splits) and {{REGION_MERGES_DIR}}
> (.merges) constants have not been used since HBASE-26187, which changed
> splits/merges to write directly into the daughter/merged region directory
> under the table dir.
> This patch:
> * Removes unused {{getRegionId(Path)}} and
> {{isTemporaryDirectoryName(String)}}
> * Marks {{REGION_SPLITS_DIR}} and {{REGION_MERGES_DIR}} as {{@Deprecated}}
> (since 3.0.0, will be removed in 4.0.0)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)