-
Notifications
You must be signed in to change notification settings - Fork 593
LOB-Elements broken after migration with PostgreSQLTextToOID #5439
Description
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:

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
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