-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
OpenSearch crashes on closed client connection before search reply when total ops higher compared to expected #4143
Conversation
…en total ops higher compared to expected Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Gradle Check (Jenkins) Run Completed with:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4143 +/- ##
============================================
+ Coverage 70.55% 70.64% +0.08%
- Complexity 57013 57093 +80
============================================
Files 4603 4603
Lines 274478 274482 +4
Branches 40201 40201
============================================
+ Hits 193658 193905 +247
+ Misses 64511 64336 -175
+ Partials 16309 16241 -68 ☔ View full report in Codecov by Sentry. |
will this be backported to 1.3 please? |
Yes, on it |
…en total ops higher compared to expected (opensearch-project#4143) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…en total ops higher compared to expected (opensearch-project#4143) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…en total ops higher compared to expected (opensearch-project#4143) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@dbonf would you be able to give it a try on 1.3.5-SNAPSHOT? thank you! |
@reta sure, do I need to compile it or is it already available somewhere? |
…en total ops higher compared to expected (opensearch-project#4143) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…en total ops higher compared to expected (opensearch-project#4143) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta I managed to build from reta:backport/backport-4143-to-1.3 and the tests are promising, no crashes |
…en total ops higher compared to expected (opensearch-project#4143) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Andriy Redko andriy.redko@aiven.io
Description
In some circumstances, when running a search operation, if the client TCP connection is closed before the search operation is completed, opensearch crashes with:
Issues Resolved
Closes #3962
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.