Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.
This repository was archived by the owner on May 14, 2025. It is now read-only.

Ghost Batch Job Instances #4142

@dcguim

Description

@dcguim

When creating SCDF task`s jobs with different names, even after cleaning up tasks through the dataflow interface, there are still references to undesired jobs in the BATCH_JOB_INSTANCE table. In this case, a batch job that is not displayed in the dataflow interface, will conflict with the job one is trying to execute and the java runtime will throw:

java.lang.IllegalStateException: Failed to execute CommandLineRunner

Nevertheless, upon deleting from BATCH_JOB_INSTANCE the conflicting job names the task executes successfully. For more information please refer to Corvin Newall's answer in SO:
https://stackoverflow.com/questions/50190952/failed-to-execute-commandlinerunner-spring-batch

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions