spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
Scdf jobs not coming up properly
I have some jobs on SCDF. When I start these jobs they start and end at the same time on SCDF but when I see logs, the job is in still running state. Due to this several jobs are getting triggered at the same time and.This results in infinite running of the composed job which have many sub jobs in it. Here you can see the start and end time is same.
This started when i updated my spring boot version to 2.7.1 from 2.1.1.Release and i have also updated several dependencies such as
Starter batch version to 2.6.9 Spring batch core version to 4.3.3 Spring cloud task dependencies to 2.4.3 Spring cloud dependency to 2021.0.3 Spring cloud starter bootstrap to 3.1.3 So the thing is the jobs are running fine on kube{Rancher Desktop}But on dataflow dashboard its not coming properly with the same time of starting and ending.
#spring-cloud-dataflow #spring #spring-boot
Can you provide a sample Spring Batch/ Spring Cloud Task app that can be run in CTR that exhibits the behavior? Can you share a composed task definition that exhibits the behavior? What version of Spring Cloud Data Flow are you using?
Closing due to lack of feedback. If there are more details that can be provided to reproduce, please open up a new issue with that information.