-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] opensearch crashes on closed client connection before search reply #3557
Comments
this could be similar to elastic/elasticsearch#71453 |
I was looking into this one, so far was not able to reproduce but it seems like the problem is that
|
It seems like I have gotten a 100% test for it .... assigning to myself. The failure only seems to manifest when number of requests per node is throttled, and there is an exception happening during |
Describe the bug
In some circumstances, when running a search operation, if the client TCP connection is closed before the search operation is completed, opensearch crashes with:
To Reproduce
Steps to reproduce the behaviour:
We can consistently reproduce this behaviour in several environments.
curl -s "http://localhost:9200/myindex*/_search
(this is the same with any client/library)Expected behavior
No crashes.
Plugins
Host/Environment (please complete the following information):
Additional context
Relevant logs:
See attachment for complete logs.
log.txt
The text was updated successfully, but these errors were encountered: