Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Possible race condition on job restart #5397

@fmbenhassine

Description

@fmbenhassine

A fresh job start creates a JobInstance first, and that creation is protected by the SERIALIZABLE + JOB_INST_UN constraint, so only one thread/process wins. However, the restart path does not seem to be protected by that constraint.

This issue is to analyse that and see if this is a valid problem.

Metadata

Metadata

Assignees

Labels

status: for-internal-teamIssues that are planned to be resolved by the Spring Batch team, and not open for contributions.type: task

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions