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.

getJobExecutionsWithStepCountFilteredByTaskExecutionId in JdbcSearchableJobExecutionDao does not support task prefixes #5549

@cppwfs

Description

@cppwfs

Currently JdbcSearchableJobExecutionDao only supports one prefix which is BATCH_ or BOOT3_BATCH_.
But in the call that requires a searching for job executions via the task execution the code currently tries to use the BATCH_ prefix for the task tables. It needs to support both task and batch prefixes. The code in question is here: https://github.com/spring-cloud/spring-cloud-dataflow/blob/main/spring-cloud-dataflow-server-core/src/main/java/org/springframework/cloud/dataflow/server/batch/JdbcSearchableJobExecutionDao.java#L281

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions