-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Align JGroups labels property name and add one preventing to connect to unready pods #15282
Conversation
…onnect to unready pods;
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
Can we backport that to 7.3.x? |
ci-test |
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
What does this PR do?
Align JGroups labels property name with original one in
KUBE_PING
(see https://github.com/jgroups-extras/jgroups-kubernetes/blob/master/src/main/java/org/jgroups/protocols/kubernetes/KUBE_PING.java#L81) to avoid possible inconsistency and add another preventing to connect to unready pods which will help to reduce number ofConnectioRefused
warning when trying to connect to not yet fully started pod.Issue to
KUBE_PING
upstream to align their documentation: jgroups-extras/jgroups-kubernetes#79What issues does this PR fix or reference?
#15176
Release Notes
N/A
Docs PR
N/A