Spring Projects Issues
Spring Projects Issues
**[Philippe Mouawad](https://jira.spring.io/secure/[email protected])** commented Project showing issue. I took as basis another project ([BATCH-1717](https://jira.spring.io/browse/BATCH-1717)) so ignore name of test.
**[Philippe Mouawad](https://jira.spring.io/secure/[email protected])** commented See http://stackoverflow.com/questions/18262857/spring-batch-tasklet-with-multi-threaded-executor-has-very-bad-performances-re for at least a workaround.
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
**[Robin Krom](https://jira.spring.io/secure/ViewProfile.jspa?name=robink)** commented The workaround suggested in [BATCH-1739](https://jira.spring.io/browse/BATCH-1739) still works but this is a lot of work and additionally makes our definitions really unreadable. I'm also uncertain about other issues...
**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** commented I think the error message is misleading. If you specify a skip-limit in your child step it should work (that's what we do in the unit tests...
**[Michael Minella](https://jira.spring.io/secure/ViewProfile.jspa?name=mminella)** commented Small point of clarification, the extra bytes are not emitted on each chunk. There seems to be additional bytes added when restarting (appending to a file).
**[Jimmy Praet](https://jira.spring.io/secure/ViewProfile.jspa?name=jpraet)** commented I have a test case here: https://github.com/jpraet/spring-batch/commit/a689e25fb27b3f530cc35ff850fd2d01e22bd2ae and I'm seeing the BOM being emitted on each chunk, which makes sense because the buffer is cleared on each...
**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** commented Do you have a test case? The loop terminates when reader.peek() returns null, which happens after the end element, so it looks OK to me. I added...
**[Martins Kazuss](https://jira.spring.io/secure/ViewProfile.jspa?name=mr.parker)** commented As there are no issues for you, I suppose it can be some local issue. I can not provide you the context to reproduce the issue. I...