Vinayak Hegde created HBASE-29345: ------------------------------------- Summary: testWALClosureFailureAndCleanup fails due to missing lease recovery wait during close Key: HBASE-29345 URL: https://issues.apache.org/jira/browse/HBASE-29345 Project: HBase Issue Type: Test Components: wal Reporter: Vinayak Hegde Assignee: Vinayak Hegde
The issue was in {{{}testWALClosureFailureAndCleanup{}}}, where the test code wasn’t waiting for the file lease recovery to complete before checking the cleanup status. Adding a wait before the check resolves the issue. -- This message was sent by Atlassian Jira (v8.20.10#820010)