Uploaded image for project: 'JBeret'
  1. JBeret
  2. JBERET-124

During retry the last item of the previously failed chunk not retried with item-count 1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.1.Beta
    • 1.0.0.Final
    • jberet-core
    • 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).

            cfang@redhat.com Cheng Fang
            cfang@redhat.com Cheng Fang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: