Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Ozone client high memory utilization during write - should use pooled direct buffer for chunks
Found this issue when working on S3.
S3G memory footprint is too high when reading/writing small objects.
Ran a test to write thousand of small (400 bytes) objects per seconds and memory utilization and gc is too high.
This is issue is not S3 specific, but happens on ozone-client in general.
Attachments
Attachments
Issue Links
- is blocked by
-
HDDS-10288 Checksum to support direct buffers
- Resolved
- is related to
-
HDDS-10283 Apply zero copy to Ozone client reads chunks
- Open
-
HDDS-10043 java.lang.OutOfMemoryError on FSDataOutputStream write ops
- Resolved
- split from
-
HDDS-9536 Datanode perf: Copying (heap) buffers is costly
- Resolved
- links to