Elasticsearch broken pipe exception

Using elasticsearch v8 client for .net 8, while performing load tests (arround 5000 in one minute), having a lot of exceptions regarding the connection:

Invalid Elasticsearch response built from a unsuccessful () low level call on POST: /my_index/_search
Exception: An error occurred while sending the request.

Audit trail of this API call:

OriginalException: System.Net.Http.HttpRequestException: An error occurred while sending the request.

---> System.IO.IOException: Unable to write data to the transport connection: Broken pipe.
---> System.Net.Sockets.SocketException (32): Broken pipe
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.CreateException(SocketError error, Boolean forAsyncThrow)

My mapping has a lot of nested documents, and usually my search's are mostly if not all nested.
Any help is appreciated, not sure what else to do, already tried to work arround the timeout value and no nothing

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.