Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-2872

Lack of synchronization when accessing lastCompactID in Tablet#setLastCompactionID()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.7.0
    • tserver
    • None

    Description

        public void setLastCompactionID(Long compactionId) {
          if (compactionId != null)
            this.lastCompactID = compactionId;
        }
      

      Lock on Tablet.this should be held when assigning lastCompactID.

      Attachments

        Issue Links

          Activity

            People

              ecn Eric C. Newton
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10m
                  10m