Glenn Renfro

Results 172 comments of Glenn Renfro
trafficstars

What Platform are you deploying your applications?

Maybe associated with this issue: https://github.com/spring-cloud/spring-cloud-dataflow/issues/5461

Have you taken a peak at our writeup on OAuth in the reference doc? https://docs.spring.io/spring-cloud-dataflow/docs/2.10.2/reference/htmlsingle/#configuration-security-oauth2

Thank you for opening the issue. Can you retry with the latest release of Spring Batch(5.0.2) as well as the currently supported Postgresql and report back the results? If you...

So with the sample logs above. We see that CTR launched and i started child_task1. Did child_task1 finish successfully or did it hang?

Sorry for the noise on the last comment, I deleted immediately after I posted it (not fast enough though :-) ). I remembered from the log that CTR did not...

That is possible with ISOLATION_READ_COMMITED in that a non-repeatable read is one in which data read twice inside the same transaction cannot be guaranteed to contain the same value.

Before we go down that path, is the `spring.cloud.task.executionid` set for the child application?

Hi @klopfdreh , Let me ask a different way. SCDF creates an empty entry in the task_execution table when it launches a task, much like what we see in 2340....