You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
We have an SCDF 2.10.2 instance running on a K8s cluster, with two k8s platforms defined for tasks, default (where SCDF is running) and onp (another k8s cluster). We define several custom tasks (nothing special, hello world spring cloud tasks). When we execute any task for the first time from the UI, we get the Builder/Freetext tabs with their associated forms. The tasks get executed, they finish ok, the times are registered, etc.
Next time we try to execute the task from the UI, the Builder form has dissapeared:
This only happens if the previous execution has been started on the target platform, no matter if it has ended right or not; the important bit is that this error seems to be triggered only if the task could be started on the platform on the previous execution.
The developer console shows this up:
ERROR TypeError: o.builderDeploymentProperties.apps[b] is undefined
populate http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
populate http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
ngOnInit/this.builder$< http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
_next http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
next http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
_next http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
next http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
_next http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
next http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
notifyNext http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
_next http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
next http://scdf.dev.sanitas.dom/dashboard/main.beb961fc13ae703c.js:1
main.beb961fc13ae703c.js:1:48577
There are no related logs on the backend.
As we have to set the platform to be able to execute the task, our workaround is to select Freetext, set the spring.cloud.dataflow.task.platformName property manually, and then we can select the Builder tab again and we get the form back
Custom apps:
Our pipelines consist of only executing a task, on the screenshot above, the associated pipeline is just ctbl-deve-ctde0001-feature-value-2-onp. We've been able to reproduce the issue with some @EnableTask and a simple bean like
Description:
We have an SCDF 2.10.2 instance running on a K8s cluster, with two k8s platforms defined for tasks, default (where SCDF is running) and onp (another k8s cluster). We define several custom tasks (nothing special, hello world spring cloud tasks). When we execute any task for the first time from the UI, we get the Builder/Freetext tabs with their associated forms. The tasks get executed, they finish ok, the times are registered, etc.
Next time we try to execute the task from the UI, the Builder form has dissapeared:
This only happens if the previous execution has been started on the target platform, no matter if it has ended right or not; the important bit is that this error seems to be triggered only if the task could be started on the platform on the previous execution.
The developer console shows this up:
There are no related logs on the backend.
As we have to set the platform to be able to execute the task, our workaround is to select Freetext, set the
spring.cloud.dataflow.task.platformName
property manually, and then we can select the Builder tab again and we get the form backRelease versions:
Custom apps:
Our pipelines consist of only executing a task, on the screenshot above, the associated pipeline is just
ctbl-deve-ctde0001-feature-value-2-onp
. We've been able to reproduce the issue with some@EnableTask
and a simple bean likeso it doesn't seem to be related to tasks being spring cloud tasks, happens consistently with all of our tasks after first succesful execution.
Steps to reproduce:
Screenshots:
Additional context:
N/A
The text was updated successfully, but these errors were encountered: