-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Getting "No operation is in progress" when trying to Terminate sync #17155
Comments
Can you provide the pod logs for server and application controller pods after reproducing the issue? |
@jgwest Here are logs from the two application controller pods and the two server pods. To create these logs I deleted all server and app controller pods so that all the logs were fresh. Then I went to UI and tried to terminate a sync in an app called vconductor and got the same error: argocd-application-controller-1.txt argocd-server-55464bc74-zmhvr.txt You can see this in the logs:
|
This might be because of sharding functionality which is known issue in 2.10.0 version. PR is raised for this. |
we are on 2.10.5 and still facing this issue. |
I'm seeing this behaviour on v2.10.9+c071af8 too |
It is still present on v2.11.0+d3f33c0 |
Is there a way to upvote and get some traction on this? |
This has been a problem since the inception of ArgoCD. When will we get a workaround ?? |
same issue on v2.11.4+e1284e1 |
Hi Folks! Any new info on this one? Facing the same problem on v2.10.5+335875d version |
I came across similar issue on v2.11.5+c4b283c. Any workaround ? |
have the same problem on v2.10.5 |
same problem on v2.10.8+37b1cf5 |
same issue on v2.11.10 |
Same problem here for v2.13.0+347f221 |
Can you check if the field |
Checklist:
argocd version
.Describe the bug
The UI and the API say a sync is happening:
But when I try terminate, it gives me this error
Unable to terminate operation: Unable to terminate operation. No operation is in progress
This is happening across all our clusters. I see nothing in the logs
To Reproduce
All I do is try to Terminate a running sync. Same error through CI and UI.
I tried re-creating the app. I've tried deleting application controller pods. It doesn't help.
Expected behavior
I expect the sync get terminated
Screenshots
See above
Version
Logs
The text was updated successfully, but these errors were encountered: