On Mule 3.8 Standalone Runtime with Java 8, we are testing a Scatter Gather flow mainly with outbound HTTP calls.
When running concurrent calls by a load test script, some flows have an unexplainable 1 minute wait; we can't see any traces in logs (brought down to Debug) or any other cause in the ESB runtime. HTTP services themselves are fine - no latency from services end whatsoever (monitored separately).
Is there some sort of a checklist for looking into Mule configuration parameters when we run such a test? Any other verbose diagnostic flags we can turn on to see extended trace info?