Greetings,
I am running GATK on a cluster. I am using '--num_threads 4' (although I don't even know if this works for indel realignment). It looks like I running into an I/O bottleneck. Has anyone ever experienced this problem?
The obvious answer is to run using less threads and launching only a couple jobs at a time. Is there another solution? I would rather batch everything at once.
error:
INFO 12:59:56,053 HttpMethodDirector - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out
INFO 12:59:56,054 HttpMethodDirector - Retrying request
i am pretty sure it is ignoring --num_threads. I will remove it anyway. I don't want to try it outside the submission queue as this is the world I am confined to. Interactive mode won't give me a more robust error message.