Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-10552

HFilePerformanceEvaluation.GaussianRandomReadBenchmark fails sometimes.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.96.2, 0.98.1, 0.99.0, 0.94.17
    • None
    • None

    Description

      GaussianRandomReadBenchmark generates seek keys by using a Gaussian distribution with the mean of N/2 and a sigma of N/10 (N = number of rows used) and using this key directly to seek into the HFile. The HFile was seeded with keys from 0-N.

      This will fail if we ever generate a key < 0, which is rare, but by no means impossible. We need to clamp the min and max values to 0 and N, resp.

      Attachments

        1. 10552-trunk.txt
          1 kB
          Lars Hofhansl
        2. 10552-0.94.txt
          1 kB
          Lars Hofhansl

        Activity

          People

            Unassigned Unassigned
            larsh Lars Hofhansl
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: