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

Add checkOperation(WRITE) checks in FSNamesystem

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      Similar to the work done in HDFS-4591 to avoid having to take a write lock before checking if an operation category is allowed, we can do the same for the write lock that is taken sometimes (when updating access time) within getBlockLocations.

      This is particularly useful when using the standby read feature (HDFS-12943), as it will be the case on an observer node that the operationCategory(READ) check succeeds but the operationCategory(WRITE) check fails. It would be ideal to fail this check before acquiring the write lock.

      Attachments

        1. HDFS-13602.000.patch
          0.7 kB
          Chao Sun
        2. HDFS-13602.001.patch
          4 kB
          Chao Sun

        Issue Links

          Activity

            People

              csun Chao Sun
              xkrogen Erik Krogen
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: