-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during "Clean up all task/job executions" #5408
Comments
The "Clean up task execution" was missing because I didn't pressed at the three dots from the compose task. Other than that the issue of not being able to "Clean up all task/job executions" is still present. Question regarding this: If the UI runs in a timeout - will the thread still be opened to proceed the call in the backend? |
We increased the request timeout of our gateway, but the UI still shows errors. Beside the solution I provided in the PR we currently try to figure out how to solve the issue in the meantime. I just tried to increase the tomcat connection timeout. (
|
I also had a look into the AngularJS implementation and it seems that there needs to be a configuration for this timeout adjusted as well: https://stackoverflow.com/questions/45938931/default-and-specific-request-timeout - this post is rather old but I guess there should be something in Angular as well. Edit: Maybe it would be nice to get the timeout configuration from the server within the request interceptor from |
Description:
We have almost 7000 task executions in our history.
When I tried to use "Clean up all task/job executions" there was an error on client side with a lot of "undefined"
I reloaded the ui, but all task executions and job executions were still present. In the "Task execution" the button "Clean up task execution" was not showing up for each task execution when I pressed on the three dots.
Also there were a lot of logs
{"timestamp":"2023-07-21T07:24:13.005+0200","level":"WARN","thread":"https-jsse-nio-8443-exec-8","logger":"org.springframework.cloud.deployer.spi.kubernetes.KubernetesTaskLauncher","message":"Cannot delete job for task \"fortschreibung-tgl-task-m68n655vv3\" (reason: job does not exist)","context":"default"}
but I don't know if this affects the delete process.
Release versions:
Spring Cloud Data Flow Server 2.10.3
Spring Cloud Skipper: 2.9.3
Custom apps:
N/A
Steps to reproduce:
Create a loooot of task executions with batch jobs and clean them up.
Screenshots:
N/A
The text was updated successfully, but these errors were encountered: