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

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.

LOB-Elements broken after migration with PostgreSQLTextToOID  #5439

@aschoepfer

Description

@aschoepfer

Description:
Hi together

We tested the new Dataflow Server 2.11.0-RC1 with our existing Postgres database with predefined app-registrations and task-definitions.
With our configuration we use task, scheduling and ComposedTask-Runner (no skipper and streaming)
After first startup with the new Dataflow release, there are some automatic Flyway migrations which seems to break our current data.
With PostgreSQLTextToOID it seems that LOB-Strings from app_registrations.uri and task_definitions.definition are not correctly converted (may also others), we now just see some numbers instead of strings in the Dataflow-UI:
image

The problem is also visible in the log:
WARN org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport - Cannot find AppRegistration for fp-calculate-hop-linienabschnitt WARN org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport - Cannot find AppRegistration for composed-test-4-hopla2 WARN org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport - Cannot find AppRegistration for com-test6 WARN org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport - Cannot find AppRegistration for composed-test-4-hopla1 WARN org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport - Cannot find AppRegistration for compose-test WARN org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport - Cannot find AppRegistration for composed-test-4 WARN org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport - Cannot find AppRegistration for composed-test-4-hopla3 WARN org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport - Cannot find AppRegistration for compose-test-hopla1 WARN org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport - Cannot find AppRegistration for didok-import-update

Dataflow-log.txt

Release versions:
spring-cloud-starter-dataflow-server: 2.11.0-RC1

Steps to reproduce:
Database with existing app-registrations and task-definitions from Spring-Boot2 is migrated to Dataflow Server 2.11.0-RC1

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions