-
Notifications
You must be signed in to change notification settings - Fork 280
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
[BUILD BREAK] SeedHostsResolver failed to resolve host | OpenSSLTest test failures #2612
Comments
The failing tests are:
In both instances, the test create a three node ssl only cluster with 1 manager and 2 data nodes and in the test case they try adding a 4th node to the cluster, but the 4th node cannot discover the cluster manager. These tests only run on JDK < 12. |
Another re-occurring error log:
Seem like an issue parsing node-4.key during test execution |
Based on the log, it seems like we couldn't setup the openSSL connection correctly. For this error:
It shows like there is a communication mismatch. I decoded the record, and it gives a
I think by enabling the openSSL, we need a |
Looks like root cause was:
I've updated comments on how I think we can get unblock #2598 (comment) Impacted PRs: |
I went through the On behalf of opensearch-project/OpenSearch#6331, We have fixed the failure of We can close this issue for now, once we merge #2598. And I will create a separate issue to track that if needed. Thanks for the support team! |
What is the bug?
Both these tests have started to fail on main and 2.x branches
I believe this is the new error that is occuring
How can one reproduce the bug?
It reproduces 100% when run on GitHub Action, but does not reproduce locally for me, investigating
Do you have any additional context?
See failure log
The text was updated successfully, but these errors were encountered: