Incorrect behaviour if a busy file writer is asked to create another file
Created by: matthew-d-jones
If a file writer is already writing a file and it receives a message to create a new file with a different file name then it appears to give up on writing the first file and creates a new file. We need to decide what the correct behaviour is in this circumstance.
The behaviour should also be checked in the case that a different job id is used.