Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.6
-
Reviewed
Description
When we use TestDFSIO tool to test the throughouts of HDFS clusters, we found it is so slow in the creating controll files stage.
After refering to the source code, we found that method createControlFile try to create control files serially. It can be improved by using thread pool.
After optimizing, the TestDFSIO tool runs quicker than before.
Attachments
Issue Links
- links to