Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
S3A "bytes read" statistic is being incremented twice. Firstly while reading in S3AInputStream and then in merge() of S3AInstrumentation when S3AInputStream is closed.
This makes "bytes read" statistic equal to sum of stream_read_bytes and stream_read_total_bytes.
Attachments
Issue Links
- is caused by
-
HADOOP-17271 S3A statistics to support IOStatistics
- Resolved
- is related to
-
HADOOP-17789 S3 CSV read performance with Spark with Hadoop 3.3.1 is slower than older Hadoop
- Resolved
- links to