[go: up one dir, main page]

Skip to content
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

Sync up issue with Argo CD version #20983

Open
ibrarahmed1124 opened this issue Nov 28, 2024 · 3 comments
Open

Sync up issue with Argo CD version #20983

ibrarahmed1124 opened this issue Nov 28, 2024 · 3 comments
Labels
bug Something isn't working more-information-needed Further information is requested

Comments

@ibrarahmed1124
Copy link

Checklist:

  • [ x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • [ x] I've included steps to reproduce the bug.
  • [x ] I've pasted the output of argocd version.

Describe the bug

Application syncup is taking longer time on one cluster. Rest cluster is working fine without any issue.
Previous reported issue number - #20786

To Reproduce

It takes more than 20 minutes when we syncup any application even though there is no change with the git codes.

Expected behavior

Syncup should take reasonable time.

Screenshots

385777557-5e53e09a-b93a-4630-afa0-0bd33d4f53a5

Version

argocd: v2.5.1+504da42
BuildDate: 2022-11-01T21:14:30Z
GitCommit: 504da42
GitTreeState: clean
GoVersion: go1.18.8
Compiler: gc
Platform: linux/amd64

Logs

time="2024-11-27T09:52:05Z" level=info msg="Reconciliation completed" application=argocd/my-app-converge-12126 dedup_ms=0 dest-name= dest-namespace=ns-converge-12126-prod dest-server="https://kubernetes.default.svc/" diff_ms=303 fields.level=2 git_ms=336 health_ms=9 live_ms=103 settings_ms=0 sync_ms=0 time_ms=1320168

@ibrarahmed1124 ibrarahmed1124 added the bug Something isn't working label Nov 28, 2024
@lytalk
Copy link
lytalk commented Nov 28, 2024

I encountered a similar issue as well.

Describe the bug:

I have configured the ArgoCD webhook in the GitLab project deployed locally. When a push event is triggered, ArgoCD logs the event, but the sync operation is not triggered.
Sometimes, it also exceeds the automatic sync cycle.

When the webhook is triggered, the following output is generated (sensitive information has been redacted):
kubectl logs -f -n argocd deployment/argocd-server
time="2024-11-28T11:20:37Z" level=info msg="Received push event repo: http://xxx/xxx/app, revision: master, touchedHead: true"

image

version:
argocd: v2.13.1+af54ef8
BuildDate: 2024-11-20T15:58:16Z
GitCommit: af54ef8
GitTreeState: clean
GoVersion: go1.23.1
Compiler: gc
Platform: linux/amd64

@andrii-korotkov-verkada andrii-korotkov-verkada added version:2.13 Latest confirmed affected version is 2.13 and removed version:2.13 Latest confirmed affected version is 2.13 labels Nov 28, 2024
@andrii-korotkov-verkada
Copy link
Contributor

@lytalk, sounds like it's a different issue. Feel free to open a separate ticket for that.

@ibrarahmed1124, this is symptomatic of slow reconciliation time due to inefficient algorithm in v2.12 and below. Try upgrading to 2.13 and see if this still persists. The issue would appear if you have large app and large namespace.

@andrii-korotkov-verkada
Copy link
Contributor

Check out the context about the reconciliation issue here #20786 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working more-information-needed Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants