hfutatzhanghb opened a new pull request, #6294:
URL: https://github.com/apache/hadoop/pull/6294

   ### Description of PR
   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.
   
   ### How was this patch tested?
   In our product cluster.


-- 
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]

Reply via email to