szetszwo commented on pull request #3229: URL: https://github.com/apache/ozone/pull/3229#issuecomment-1080348011
> 1. init stream > 2. write data > 3. put block with stream > 4. Close and send put block proto's length If we buffer everything before sending it out, this is actually is a single step for small files in the transmission. Indeed, write small file should only have one transmission. Why it needs to take two transmissions to send a small file? @captainzmc , @guohao-rosicky , I am okay to continue working on #2860. As mentioned above, we should just buffer everything in the client side. -- 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]
