-
Notifications
You must be signed in to change notification settings - Fork 113
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
fix:Clusters deployed using IPV6 do not support the DiscoverNodes method #461
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #461 +/- ##
==========================================
+ Coverage 57.25% 57.26% +0.01%
==========================================
Files 315 315
Lines 9820 9823 +3
==========================================
+ Hits 5622 5625 +3
Misses 2904 2904
Partials 1294 1294
Flags with carried forward coverage won't be shown. Click here to find out more.
|
LGTM, only thing missing is the DCO. Can you please sign your commits. |
…ter deployed with IPV6, an access error will occur when calling other APIs after calling the DiscoverNodes method. opensearch-project#458 Signed-off-by: 张洁俊 <82801500+Zhang-jie-jun@users.noreply.github.com> Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
|
Thanks for the PR. |
Description
When using the opensearch-go library to access an opensearch cluster deployed with IPV6, an access error will occur when calling other APIs after calling the DiscoverNodes method.
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.