Open
Description
Bug description
When FaultTolerantChunkProcessor's method process throw a exeception(not the retriable exception), the method process will execute once more.
Environment
The version of the spring-batch-core that I use is 5.0.3.
Steps to reproduce
Steps to reproduce the issue.
Expected behavior
When method process throws a exception that dont need to retry, do not execute process.