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
Redis should operate seamlessly as a backend cache or data store for ArgoCD (or related services). It should consistently support high availability and handle operations without causing delays or warnings in the logs.
Current Behavior
The logs suggest potential misconfiguration or operational delays. Notable issues include:
Warnings about unassigned shards and possible delays before successful cluster assignment.
Repeated attempts to refresh app status and assign shards, which might indicate instability in the caching layer.
While the connection to Redis is not explicitly logged, its role in caching or storing app status might be impacted, leading to these behaviors.
Possible Solution
Ensure Redis is configured correctly with appropriate resources and high availability.
Validate Redis connection and timeout settings in ArgoCD or other components using Redis.
Debug potential network or performance bottlenecks affecting Redis.
Steps to Reproduce
Deploy ArgoCD with Redis as a backend component.
Monitor logs during initialization and app status refresh.
Note warnings or delays related to shard assignments or app state comparison.
Logs from ArgoCD suggest delays or issues during shard assignment and app state refresh, which might stem from Redis' behavior in caching or storing state data.
Detailed Description
The warning and informational logs in ArgoCD indicate delayed responses and misconfigurations during initialization and app state refresh. This could be linked to Redis' role in the stack. Investigating Redis configuration, connectivity, and resource allocation might help resolve the issue.
Possible Implementation
Add better monitoring and logging for Redis within the ArgoCD stack to isolate issues.
Validate Redis' health and ensure it is optimized for the current workload.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Redis should operate seamlessly as a backend cache or data store for ArgoCD (or related services). It should consistently support high availability and handle operations without causing delays or warnings in the logs.
Current Behavior
The logs suggest potential misconfiguration or operational delays. Notable issues include:
While the connection to Redis is not explicitly logged, its role in caching or storing app status might be impacted, leading to these behaviors.
Possible Solution
Steps to Reproduce
Context (Environment)
argoproj/argo-cd#20824
application-controller.log
Logs from ArgoCD suggest delays or issues during shard assignment and app state refresh, which might stem from Redis' behavior in caching or storing state data.
Detailed Description
The warning and informational logs in ArgoCD indicate delayed responses and misconfigurations during initialization and app state refresh. This could be linked to Redis' role in the stack. Investigating Redis configuration, connectivity, and resource allocation might help resolve the issue.
Possible Implementation
The text was updated successfully, but these errors were encountered: