-
Notifications
You must be signed in to change notification settings - Fork 107
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
[BUG]Clusters deployed using IPV6 do not support the DiscoverNodes method. #458
Labels
bug
Something isn't working
Comments
Looks legit. Want to try to add a test and implement a fix for this? |
Zhang-jie-jun
added a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 19, 2024
…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>
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 19, 2024
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 19, 2024
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 19, 2024
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 19, 2024
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 19, 2024
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 19, 2024
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 19, 2024
Zhang-jie-jun
added a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 24, 2024
…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>
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 24, 2024
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 24, 2024
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 24, 2024
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 24, 2024
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 24, 2024
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 24, 2024
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Zhang-jie-jun
pushed a commit
to Zhang-jie-jun/opensearch-go
that referenced
this issue
Jan 24, 2024
Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Jakob3xD
pushed a commit
that referenced
this issue
Jan 24, 2024
…hod (#461) * fix: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. #458 Signed-off-by: 张洁俊 <82801500+Zhang-jie-jun@users.noreply.github.com> Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com> * fix:#458 Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com> --------- Signed-off-by: 张洁俊 <82801500+Zhang-jie-jun@users.noreply.github.com> Signed-off-by: 张洁俊(Jack) <zhang.jiejun@outlook.com> Co-authored-by: 张洁俊(Jack) <jack.zhang@eisoo.com> Co-authored-by: 张洁俊(Jack) <zhang.jiejun@outlook.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
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.
How can one reproduce the bug?
For example: opensearchapi.CatMasterRequest{}.Do(context.Background(), client)
What is the expected behavior?
Able to use the opensearch-go library to normally access the OpenSearch cluster deployed with IPV6
What is your host/environment?
go1.17.1 Windows/amd64
Do you have any screenshots?
Do you have any additional context?
+Success
The text was updated successfully, but these errors were encountered: