Apache9 commented on PR #4730: URL: https://github.com/apache/hbase/pull/4730#issuecomment-1227941412
``` 2022-08-25T20:03:33,977 DEBUG [cleaner.Chore.1] hbase.ScheduledChore(165): test-retry-ioe execution time: 22 ms. 2022-08-25T20:03:33,978 WARN [hfile_cleaner-dir-scan-pool-1] cleaner.CleanerChore(411): Attempted to delete:file:/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4730/yetus-jdk11-hadoop3-check/src/hbase-server/target/test-data/9bca84d1-7e68-2548-36e6-a8726d0c142c/child/file, but couldn't. Run cleaner chain and attempt to delete on next pass. 2022-08-25T20:03:33,979 DEBUG [cleaner.Chore.2] hbase.ScheduledChore(165): test-retry-ioe execution time: 32 ms. ``` OK, seems we execute the chore at the same time concurrently in different chore thread. Let me dig more on how could this happen. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
