RESOLVED - issue BATCH-1406: Avoid deadlock with database pool and multithreaded step when throttle limit is too high.

No need to save the step execution in TaskletStep at all.
This commit is contained in:
dsyer
2009-09-16 16:59:53 +00:00
parent 5cb9834c23
commit 6272d2844e

View File

@@ -383,9 +383,6 @@ public class TaskletStep extends AbstractStep {
semaphore.release();
}
locked = false;
if (!committed) {
getJobRepository().update(stepExecution);
}
}
chunkListener.afterChunk();