[
https://issues.apache.org/jira/browse/HBASE-30259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18092185#comment-18092185
]
Hudson commented on HBASE-30259:
--------------------------------
Results for branch branch-2.6
[build #90 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-2.6/90/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 client integration test for 2.10.2{color}
-- Something went wrong with this stage, [check relevant console
output|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-2.6/90//console].
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop
client{color}
> 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)