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
When the upgrade of a pravega cluster containing a single segmentstore replica fails (due to upgrade to an invalid pravega version), the readiness check on the controller pods soon starts to fail.
Subsequently, even the rollback of the pravega cluster to its previous version fails.
This happens only in case there is 1 ss pod and upgrade for that ss pod has failed and as not even one ss pod is available get request for system scope fails and when rollback happens the controller pod isn't marked ready for the same reason.
Importance
should_have
Location
upgrade.go file
Suggestions for an improvement
In case of only 1 ss replica change the order of rollback, Rollback first the ss pod and then the controller pod.
The text was updated successfully, but these errors were encountered:
Prabhaker24
changed the title
Controller readiness check starts failing on a single SSS pravegacluster after a failed upgrade
Rollback fails in case of only 1 Segment Store Pod
Sep 14, 2020
Description
When the upgrade of a pravega cluster containing a single segmentstore replica fails (due to upgrade to an invalid pravega version), the readiness check on the controller pods soon starts to fail.
Subsequently, even the rollback of the pravega cluster to its previous version fails.
This happens only in case there is 1 ss pod and upgrade for that ss pod has failed and as not even one ss pod is available get request for system scope fails and when rollback happens the controller pod isn't marked ready for the same reason.
Importance
should_have
Location
upgrade.go file
Suggestions for an improvement
In case of only 1 ss replica change the order of rollback, Rollback first the ss pod and then the controller pod.
The text was updated successfully, but these errors were encountered: