[Bugfix] Implement SslHandler retrieval logic for transport-reactor-netty4 plugin#19458
Merged
reta merged 1 commit intoopensearch-project:mainfrom Sep 29, 2025
Merged
[Bugfix] Implement SslHandler retrieval logic for transport-reactor-netty4 plugin#19458reta merged 1 commit intoopensearch-project:mainfrom
reta merged 1 commit intoopensearch-project:mainfrom
Conversation
f7becd7 to
a71f92e
Compare
Contributor
|
❌ Gradle check result for a71f92e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Andriy Redko <drreta@gmail.com>
5 tasks
Contributor
Author
Contributor
|
❌ Gradle check result for 756e996: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
cwperks
reviewed
Sep 29, 2025
...or-netty4/src/main/java/org/opensearch/http/reactor/netty4/ReactorNetty4BaseHttpChannel.java
Show resolved
Hide resolved
cwperks
approved these changes
Sep 29, 2025
Contributor
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19458 +/- ##
============================================
+ Coverage 72.96% 72.98% +0.02%
+ Complexity 69969 69950 -19
============================================
Files 5676 5677 +1
Lines 321265 321285 +20
Branches 46445 46450 +5
============================================
+ Hits 234407 234503 +96
+ Misses 67901 67806 -95
- Partials 18957 18976 +19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
peteralfonsi
pushed a commit
to peteralfonsi/OpenSearch
that referenced
this pull request
Oct 15, 2025
…gin (opensearch-project#19458) Signed-off-by: Andriy Redko <drreta@gmail.com>
This was referenced Jan 10, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Originally was posted on the OpenSearch forum [1], when
transport-reactor-netty4plugin is activated, some functionality related toopensearch-securityplugin is not working properly.It turned out the that issue was related to the
SslHandlerthatopensearch-securitytries to locate by name. Thetransport-reactor-netty4plugin does use different naming convention and as such, theSslHandlerhas not being detected.[1] https://forum.opensearch.org/t/pods-not-coming-up-after-using-transport-reactor-netty4-plugin-for-mcp-server/26990
Related Issues
See please https://forum.opensearch.org/t/pods-not-coming-up-after-using-transport-reactor-netty4-plugin-for-mcp-server/26990
Check List
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.