spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

Scdf jobs not coming up properly

Open MohdSaif199 opened this issue 3 years ago • 1 comments
trafficstars

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

MohdSaif199 avatar Jul 05 '22 07:07 MohdSaif199

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?

cppwfs avatar Jul 19 '22 18:07 cppwfs

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.

markpollack avatar Sep 22 '22 14:09 markpollack