bshashikant commented on pull request #2883: URL: https://github.com/apache/ozone/pull/2883#issuecomment-987890213
> Thanks @sadanand48 for the contribution. Can you describe the purpose of adding this PR? Is this PR related to retry optimization? The idea here is to ensure we are not sending too many packets when the data gets written in very small fragements(in bytes). There has been cases (for example-- word count acceptance test) where the write pattern is in terms of one byte at a time. For such cases, it becomes necessary to avoid sending extremely small packets over the wire. This idea is derived from hdfs where min packet size is defined as 64 kb. -- 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]
