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

Encryption Zone operations should not block other RPC calls while retreiving encryption keys.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.10.0
    • None
    • encryption, namenode
    • None

    Description

      I believe it was an intention to avoid blocking other operations while retrieving keys with holding FSDirectory.dirLock. But in reality all other operations enter first FSNamesystemLock then dirLock. So they are all blocked waiting for the key.
      We see substantial increase in RPC wait time (RpcQueueTimeAvgTime) on NameNode when encryption operations are intermixed with regular workloads.

      Attachments

        Activity

          People

            Unassigned Unassigned
            shv Konstantin Shvachko
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: