szetszwo commented on pull request #3229: URL: https://github.com/apache/ozone/pull/3229#issuecomment-1077597494
> This header is actually included in every ratis Stream request. ... @guohao-rosicky , that is Ratis header but not Ozone header. Later on, Ratis can buffer the small requests at the client side before sending it out for performance improvement; see https://issues.apache.org/jira/browse/RATIS-1157 . That's the reason that we cannot depend on individual packet sizes or empty packets. As an analogy, we use TCP in streaming. We may not be able to use TCP header in our code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
