RESOLVED - issue BATCH-1522: Intermittent failure of FaultTolerantStepFactoryBean in multi-threaded test
This commit is contained in:
@@ -377,7 +377,6 @@ public class TaskletStep extends AbstractStep {
|
||||
stepExecution.setStatus(BatchStatus.STOPPED);
|
||||
stepExecution.setTerminateOnly();
|
||||
Thread.currentThread().interrupt();
|
||||
throw e;
|
||||
}
|
||||
|
||||
// In case we need to push it back to its old value
|
||||
|
||||
Reference in New Issue
Block a user