Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-21188

releaseAllLocksForTask should synchronize the whole method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.1.0, 2.2.0
    • 2.3.0
    • Block Manager, Spark Core
    • None

    Description

      Since the objects readLocksByTask, writeLocksByTask and infos are coupled and supposed to be modified by other threads concurrently, all the read and writes of them in the releaseAllLocksForTask method should be protected by a single synchronized block. The fine-grained synchronization in the current code can cause some test flakiness.

      Attachments

        Activity

          People

            coyotehills Coyote Hills
            liufeng.ee@gmail.com Feng Liu
            Josh Rosen Josh Rosen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: