Files
spring-batch/spring-batch-core
Mahmoud Ben Hassine c1b79e5946 BATCH-2442: fix infinite loop when item processor fails during a scan
Currently, when the processor throws an exception during a scan, the
chunk is never marked as complete and the step never finishes. Moreover,
items that were processed unsuccessfully are still written.

This commit fixes the issue by excluding failed items from the scan.

Resolves BATCH-2442
2018-03-27 14:07:27 +02:00
..
2014-04-02 14:35:53 -04:00