Details
Description
Currently, TestDFSAdminWithHA takes about 10 minutes to finish. The main culprits are two tests:
testListOpenFilesNN1DownNN2Down
testSetBalancerBandwidthNN1DownNN2Down
that each take 3~ minutes to finish. This is because they both expect to fail to connect to 2 namenodes, but the client retry policy has way too many retries and exponential backoffs.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-13563 TestDFSAdminWithHA times out on Windows
- Resolved