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

HStore synchronized member variable filesCompacting should be private

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2.0, 3.0.0-alpha-1, 1.3.0, 1.4.0, 1.5.0, 2.0.0-alpha-1
    • 1.3.2, 1.4.3, 2.0.0, 1.2.7
    • regionserver
    • None

    Description

      follow up to HBASE-19728 (which is in an RC for 1.4.2 currently, so no addendums):

      the filesCompacting member is currently package private, which allows folks outside of HStore to modify it without ensuring we have hte needed locking in place. it looks like we don't actually use it anywhere outside of HStore, so we should just make it private.

      Attachments

        1. HBASE-20061.0.patch
          1 kB
          Sean Busbey

        Activity

          People

            busbey Sean Busbey
            busbey Sean Busbey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: