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.