[
https://issues.apache.org/jira/browse/HBASE-30259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18092203#comment-18092203
]
Hudson commented on HBASE-30259:
--------------------------------
Results for branch branch-2
[build #1448 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1448/]:
(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/1448/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/1448/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/1448/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/1448/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1448/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> Async WAL archiving causes TestMasterRegionWALCleaner flaky
> -----------------------------------------------------------
>
> Key: HBASE-30259
> URL: https://issues.apache.org/jira/browse/HBASE-30259
> Project: HBase
> Issue Type: Improvement
> Reporter: guluo
> Assignee: guluo
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.5.16, 2.6.7
>
>
> waitUntilWalRollFinished() returns when the WAL roll request is cleared, but
> the actual archiving (moving files to the global archive directory) happens
> asynchronously via afterWALArchive() in a background thread.
> When the test immediately calls fs.listStatus(globalWALArchiveDir) after
> waitUntilWalRollFinished(), the directory may not exist yet, causing a
> FileNotFoundException.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)