-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Final
-
None
https://github.com/javaee-samples/javaee7-samples/issues/281 explores some retry behavior difference between JBeret in WildFly and JBatch in GlassFish.
So the behavior diverges during the first retry. In GF, after the reader throws a retryable exc on item 5,
we process items 4 and 5, each in single-item chunk. In WF, after item 4 is processed in a single-item chunk, items 5-7 are attempted to be handled in a normal-sized chunk (given item-count=3).
- is related to
-
JBERET-126 Retry was sometimes erroneously extended to include the 1 item beyond the failed chunk
- Resolved
- relates to
-
JBERET-122 Item not skipped after skippable exception in ItemWriter
- Resolved