-
Notifications
You must be signed in to change notification settings - Fork 38
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
Sporadic "failed to reconcile pravega cluster" messages #193
Comments
This is because an update happens before another update in one reconciling loop so the later update is using an outdated |
After some investigations and experiments, I suppose the following lead to this error.
As in my last comment, this is a benign error and |
Downgrading to P3 since there is no functionality loss here. |
@SrishT, from the error message and analysis presented by @Tristan1900, this does not seem to be an "upgrade" issue but rather an issue with the k8s client we use and related caching. |
Operator logs shows
failed to reconcile pravega cluster (pravega): failed to sync cluster version: Operation cannot be fulfilled on pravegaclusters.pravega.pravega.io \"pravega\": the object has been modified; please apply your changes to the latest version and try again
message immediate after upgrade completed.With Pravega operator :
0.4.0-rc1
, I have tried upgrading Pravega version from0.5.0-2236.5228e2d
to0.5.0-2236.5228e2d-upgrade
and the upgrade completed successfully.But after upgrade completion, observing below log messages in pravega-operator logs.
Note: This message is observed only once out of 4 retries but filing this issue for tracking.
Complete Pravega-operator logs for the upgrade:
The text was updated successfully, but these errors were encountered: