boky01 opened a new pull request, #8502: URL: https://github.com/apache/hadoop/pull/8502
### Description of PR The test TestDiskError.testShutdown can enter an infinite loop if dn.isDatanodeUp() fails to evaluate to true. Because there is no explicit timeout configured for this loop, it runs indefinitely. Inside the loop, the file creation, replication, and deletion operations execute incredibly fast. If the loop runs uninterrupted, it generates a massive volume of log entries in a short period. Consequently, if the exit condition is never met, the test will continuously write to the logs until the host storage runs completely out of space, which is ultimately what crashes the test execution. -- 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]
