} catch (Exception e) {
terminate(stressors);
return errorResponse("Failed to create the filter or converter", e);
}
IteratingStressor stressor = new IteratingStressor(i, iterable, containerName, filter, converter,
maxNextFailures, numLoops, startLatch, stats.newInstance());
stressors.add(stressor);
stressor.start();
}
} finally {
startLatch.countDown();