-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Bugfix] Implement SslHandler retrieval logic for transport-reactor-netty4 plugin #19458
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
Conversation
f7becd7 to
a71f92e
Compare
|
❌ 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 <[email protected]>
|
❌ 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? |
...or-netty4/src/main/java/org/opensearch/http/reactor/netty4/ReactorNetty4BaseHttpChannel.java
Show resolved
Hide resolved
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:
|
…gin (opensearch-project#19458) Signed-off-by: Andriy Redko <[email protected]>
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.