-
Notifications
You must be signed in to change notification settings - Fork 150
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
Cluster receiver crashes after helm update when file_storage extension is enabled #800
Comments
@wojtekzyla did you try adding a new volume and volume mount to the deployment-cluster-receiver.yaml for where the persistent queue data would be stored? |
so, what happens when we update the cluster receiver deployment: To solve this issue we need to: |
The old pod isn't terminating because we haven't yet successfully started the new pod. The new pod is trying to acquire a lock that can only be released when we terminate the old pod. |
@dmitryax ^^ |
I think we can close this one as the behavior is as designed |
What happened?
Description
While working on these PRs #675 and #753 I discovered that when
file_storage
was enabled for the cluster receiver, then making any update in the values.yaml file underclusterReceiver
section and runninghelm update
caused crash of the cluster receiver pod. Usingfile_storage
in agent works fine.Steps to Reproduce
clusterReceiver
section and runhelm update
.Expected Result
Cluster Receiver pod working correctly.
Actual Result
Cluster Receiver pod crashes.
Chart version
0.71.0
Environment information
Environment
Chart configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: