-
Notifications
You must be signed in to change notification settings - Fork 216
OWLS-95240 - Reconcile running servers after the domain configuration change and fix for NPE #2691
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
Conversation
… remove pods not in the config and fix for NPE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be backported to release/3.3?
[ANIL] Yes, I'll work on creating a pull request to backport the changes to release/3.3.
operator/src/main/java/oracle/kubernetes/operator/steps/ManagedServersUpStep.java
Show resolved
Hide resolved
|
The latest integration test run has 3 failures - https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/7712/ . |
Backport fix for OWLS 95240 (PR #2691) to release/3.3
Backport fix for OWLS 95240 (PR oracle#2691) to release/3.3
Backport fix for OWLS 95240 (PR oracle#2691) to release/3.3
Changes to reconcile the running servers after a running domain is updated to delete a cluster and/or an independent managed server from the domain topology.. This change removes the server pods for the clustered servers and the independent managed servers which are not part of the domain topology. It also checks if the server config is null before invoking the health check to avoid the NullPointerException.
Integration test run - https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/7681/
https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/7685/console