Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BATCH-1783: Forcing step termination when ChunkListener fails #11

Merged
merged 1 commit into from
Oct 19, 2011

Conversation

magott
Copy link
Contributor

@magott magott commented Oct 17, 2011

Getting the ChunkListener to participate in retries and skips proved difficult as the context for retry and skips were not easily available. It can probably be done, but will require more extensive re-write of the step components. This change will at least fix the endless loop and the step will terminate if an exception is thrown in the ChunkListener (as is the default behavior for non-faulttolerant steps).

@dsyer
Copy link
Member

dsyer commented Oct 17, 2011

Thanks. Any chance you can squash these changes into a single commit and rebase to the main master?

@magott
Copy link
Contributor Author

magott commented Oct 18, 2011

No problem. All squashed now.

dsyer added a commit that referenced this pull request Oct 19, 2011
BATCH-1783: Forcing step termination when ChunkListener fails
@dsyer dsyer merged commit b075851 into spring-projects:master Oct 19, 2011
garyrussell pushed a commit to garyrussell/spring-batch that referenced this pull request Jan 7, 2014
* BATCHADM-167:
  BATCHADM-167: Updated parent pom to 2.2.0.RELEASE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants