Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11883

erasure-coded-bytes-read metric doesn't work for Ozone

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 4.3.0
    • Impala 4.3.0
    • Backend
    • None
    • ghx-label-9

    Description

      The erasure-coded-bytes-read metric only works for HDFS because it relies on the HDFS-specific function hdfsFileGetReadStatistics. We have other ways to track bytes read: by looking at the actual read operations. hdfsFileGetReadStatistics is only needed for tracking things we don't have visibility into such as locality and short-circuit reads.

      Update erasure-coded-bytes-read to gather metrics from actual reads similar to what we do for bytes-read. Note that the semantics are different: bytes-read includes reads from memory, local buffer, and cached files; we should omit those as they're not erasure-coded reads.

      Attachments

        Issue Links

          Activity

            People

              MikaelSmith Michael Smith
              MikaelSmith Michael Smith
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: