Glenn Renfro

Results 230 comments of Glenn Renfro

Closing this issue due to inactivity. If this has been closed in error please leave a comment letting us know to reopen it. Thank you.

@akshaylad26 Please provide the version of MySql and the platform you are launching the applications (Kubernetes, local, Cloud Foundry). Thanks!

What transaction isolation level are you using for your batch application(s)?

You may wish to consider setting the transaction isolation level of your apps to something like `ISOLATION_REPEATABLE_READ` as discussed in Spring Batch's [Javadoc](https://docs.spring.io/spring-batch/docs/current/api/org/springframework/batch/core/repository/support/AbstractJobRepositoryFactoryBean.html#setIsolationLevelForCreate(java.lang.String)).

Thank you for your update! For now SCDF needs to keep its current transaction isolation level.

Understood. Not sure that necessarily affects the Batch apps in that it sets its own default.

Can you share a small sample application that reproduces the issue? Thanks

SCDF currently sets this property globally for all apps spring.cloud.deployer.kubernetes.createJob. However, the deployer can be updated so that it can check for the `deployer.kubernetes.create-job` property and if present it will...

After further investigation, in order for SCDF to support the ability for a user to specify `spring.cloud.deployer.kubernetes.create-job` true or false for each task launch, we'd have to update SCDF to...

We wish to thank you for all your contributions to the project! Closing this PR in preparation for archiving this repository.