guohao-rosicky commented on pull request #3229: URL: https://github.com/apache/ozone/pull/3229#issuecomment-1080120980
Hi, @szetszwo and @captainzmc The current code does not handle small files separately: Current process: 1. init stream 2. write data 3. put block with stream 4. Close and send put block proto's length Is it necessary to continue #2860 after this PR is merged? Because there are only two steps in its transmission: 1. init stream 2. close and put small file proto (data + put block) -- 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]
