Skip to content

Fix SimpleStepExecutionSplitter to restart COMPLETED partitions#5239

Open
KMGeon wants to merge 1 commit intospring-projects:mainfrom
KMGeon:gh-5238
Open

Fix SimpleStepExecutionSplitter to restart COMPLETED partitions#5239
KMGeon wants to merge 1 commit intospring-projects:mainfrom
KMGeon:gh-5238

Conversation

@KMGeon
Copy link
Contributor

@KMGeon KMGeon commented Jan 25, 2026

Summary

  • Remove redundant BatchStatus.COMPLETED check before shouldStart() in SimpleStepExecutionSplitter.split()
  • Add test cases for COMPLETED partition restart scenarios

Resolves #5238

  Remove redundant BatchStatus.COMPLETED check before shouldStart()
  so that allowStartIfComplete and same JobExecution cases work correctly.
  Resolves spring-projects#5238

Signed-off-by: mugeon <pos04167@kakao.com>
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.

SimpleStepExecutionSplitter does not restart COMPLETED partitions even when allowStartIfComplete=true

1 participant