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.

The task configured as boot2 application cannot be executed in SCDF 2.11.0 RC1. #5459

@wqld

Description

@wqld

Description:
application: Spring Batch 4
task: Consists of a single application
dataflow: 2.11.0-RC1
env: k8s

When I try to run a task, the following error pop-up occurs.

PreparedStatementCallback; SQL [INSERT INTO BOOT3_TASK_EXECUTION_METADATA (ID, TASK_EXECUTION_ID, TASK_EXECUTION_MANIFEST) VALUES (?, ?, ?)]; ERROR: insert or update on table "boot3_task_execution_metadata" violates foreign key constraint "boot3_task_metadata_fk" Detail: Key (task_execution_id)=(66) is not present in table "boot3_task_execution".; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "boot3_task_execution_metadata" violates foreign key constraint "boot3_task_metadata_fk" Detail: Key (task_execution_id)=(66) is not present in table "boot3_task_execution".

Is this a bug? or did I miss some setting?

Release versions:
2.11.0-RC1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions