Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-16949

Update ReadTransferRate to ReadLatencyPerGB for effective percentile metrics

VotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      HDFS-16917 added ReadTransferRate quantiles to calculate the rate which data is read per unit of time.

      With percentiles the values are sorted in ascending order and hence for the transfer rate p90 gives us the value where 90 percent rates are lower (worse), p99 gives us the value where 99 percent values are lower (worse).

      Note that value(p90) < p(99) thus p99 is a better transfer rate as compared to p90.

      However as the percentile increases the value should become worse in order to know how good our system is.

      Hence instead of calculating the data read transfer rate, we should calculate it's inverse. We will instead calculate the time taken for a GB of data to be read. ( seconds / GB )

      After this the p90 value will give us 90 percentage of total values where the time taken is less than value(p90), similarly for p99 and others.

      Also p(90) < p(99) and here p(99) will become a worse value (taking more time each byte) as compared to p(90)

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            rdingankar Ravindra Dingankar
            rdingankar Ravindra Dingankar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment