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

Lower epsilon used for jitter verification from HBASE-15324

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.0, 1.4.0, 1.1.7, 1.2.4, 2.0.0
    • 1.3.0, 1.2.5, 1.1.8, 2.0.0
    • Compaction
    • None

    Description

      The current epsilon used is 1E-6 and its too big it might overflow the desiredMaxFileSize. A trivial fix is to lower the epsilon to 2^-52 or even 2^-53. An option to consider too is just to shift the jitter to always decrement hbase.hregion.max.filesize (MAX_FILESIZE) instead of increase the size of the region and having to deal with the round off.

      Attachments

        1. HBASE-17058.master.001.patch
          2 kB
          Esteban Gutierrez

        Issue Links

          Activity

            People

              esteban Esteban Gutierrez
              esteban Esteban Gutierrez
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: