Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-5064

Standby checkpoints should not block concurrent readers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3.0
    • 2.4.0
    • ha, namenode
    • None

    Description

      We've observed an issue which causes fetches of the /jmx page of the NN to take a long time to load when the standby is in the process of creating a checkpoint.

      Even though both creating the checkpoint and gathering the statistics for /jmx take only the FSNS read lock, the issue is that since the FSNS uses a fair RW lock, a single writer attempting to get the lock will block all threads attempting to get only the read lock for the duration of the checkpoint. This will cause /jmx, and really any thread only attempting to get the read lock, to block for the duration of the checkpoint, even though they should be able to proceed concurrently with the checkpointing thread.

      Attachments

        1. HDFS-5064.patch
          13 kB
          Aaron Myers
        2. HDFS-5064.patch
          11 kB
          Aaron Myers

        Activity

          People

            atm Aaron Myers
            atm Aaron Myers
            Votes:
            0 Vote for this issue
            Watchers:
            13 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: