Description
https://github.com/apache/impala/blob/7a28295905e97e41503670bbdd92e64ea47f0078/be/src/runtime/io/hdfs-file-reader.cc#L394-L417 updates several metrics that were previously specific to HDFS. The local-bytes-read and erasure-coded-bytes-read metrics make sense for Ozone as Ozone datanodes can be co-located with Impala executors and support erasure coding. It's currently not updated for co-located Ozone reads or erasure-coded reads.
I don't see any way to get these metrics from Ozone currently.
Attachments
Issue Links
- depends upon
-
HDDS-7613 Provide method to get read metrics via hdfsFileGetReadStatistics
- Open
- is related to
-
IMPALA-11697 Enable SkipIf tests specific to HDFS for Ozone
- Resolved
-
IMPALA-11883 erasure-coded-bytes-read metric doesn't work for Ozone
- Resolved
-
IMPALA-11476 Support for Ozone with Erasure Coding
- Resolved