Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When reading ChunkInputStream should hold on to the last read chunk to avoid fetching the chunk all over again if the application or S3G comes back to read the next range, there is no additional GetBlock and ReadChunk call. Ref: https://github.com/apache/ozone/pull/7233 https://issues.apache.org/jira/browse/HDDS-11483