When client asks a new chunk for writing, Master Server should generate a new chunk for the current file, and then pick an active chunk server to store this chunk.
For the current version of GFS, we always use the first chunk server to store chunks, which can't be a good way to solve the problem.