Glenn Renfro
Glenn Renfro
When Spring Cloud Data Flow launches a CTR with deployment properties for its child tasks it base-64 encodes a portion of the key that will contain the prefix and name...
In some cases users delete the underlying container of tasks using the platform tools. However when they attempt to delete the task definition from data flow it reports an error....
Remove the snapshot before merge
These tests are currently disabled. Apply https://github.com/spring-cloud/spring-cloud-dataflow/pull/5636 as well as reduce `spring.datasource.hikari.maximum-pool-size` to 2
Similar to what we saw in Tasks with respect to when a user updates a property showing both versions, however dataflow utilizes the correct version upon deployment. Steps to reproduce:...
Launching task asynchronously can cause task method values to be overwritten when other threads launch at the same time. In this solution we synchronize the launch method so that launches...
When remote partitioning a batch job you can specify a Executor like ThreadPoolTaskExecutor and thus the partitions are launched asynchronously and each partition launches a pod using the same instance...
Currently, the java docs for the property tell you what the field is but does not tell you the proper values of `y` or `n` based on DebugSuspendType. While we...