kerneltime commented on PR #7233: URL: https://github.com/apache/ozone/pull/7233#issuecomment-2372866897
Thanks for bringing this up! Our implementation for S3G read needs improvement. `ozone.s3g.client.buffer.size` should *always* be minimum of chunk size if the object is larger than a chunk. This will need configuring the web app used to implement S3 to also use larger buffer than 1MB. The additional heap memory used is trivial in comparison to 4 round trips that the client will need to make when reading a single chunk. This will need configuring the web app used to implement S3 to also use larger buffer than 1MB. Alternatively we can implement https://issues.apache.org/jira/browse/HDDS-11487 -- 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]
