[help]System.IO.IOException: Unable to write data to the transport connection: Broken pipe #2020
-
I use the direct forwarding function and provide a customized HttpContent to send messages. Server log:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Wow, that's a lot of code to read, is not directly related to YARP, and it's too much for google translate in one chunk so i don't understand the comments, so I am bit lost as to what exactly you are trying to do. Can you step back a bit and provide some more context on what you are trying to do? The exception is from Netty on Java, and is that the client or server? |
Beta Was this translation helpful? Give feedback.
-
@samsp-msft Comments in the code are not important. This is the agent from skywalking to es. Here is the code processed by the es bulk interface. In general, it is to judge whether the index meets the expectation. If it meets the expectation, it will read the next row and get 'tags_raw_data' from it. Bulk protocol example
|
Beta Was this translation helpful? Give feedback.
@samsp-msft
Yes, it should have nothing to do with Yarp, so I put it in the discussion.
Netty is the server.
Comments in the code are not important.
This is the agent from skywalking to es. Here is the code processed by the es bulk interface.
In general, it is to judge whether the index meets the expectation. If it meets the expectation, it will read the next row and get 'tags_raw_data' from it.
After parsing, it will modify the index name and write
Bulk protocol example