sumangala-patki commented on pull request #3331: URL: https://github.com/apache/hadoop/pull/3331#issuecomment-907780404
Hi @steveloughran, thanks for the review. The transient failure in HADOOP-17797 has been observed in each of these tests: testWithAbfsIteratorDisabled, testWithAbfsIteratorDisabledWithoutHasNext, testAbfsIteratorWithoutHasNext The failure seems to be associated with the list of fileNames that is populated by the executor task on creating test files. Was able to reproduce it a few times, and found that failure always results from this list missing a filename. Have added an assert to verify addition to list whenever a test file is created. The failure seems to stem from concurrency-related issues within the test as opposed to list iterator functionality, so the initial asserts should help us distinguish these from actual listing errors -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
