Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-17417

Reduce UGI overhead in token ops

    XMLWordPrintableJSON

Details

    Description

      DelegationTokenIdentifier has a ugiCache but AbstractDelegationTokenManager calls a static method getRemoteUser() which would bypass the cache.

      Performance analysis of the KMS revealed the RPC server layer is creating many and redundant UGI instances.. UGIs are not cheap to instantiate, require synchronization, and waste memory. Reducing instantiations will improve the performance of the ipc readers.

       

       

      Attachments

        Issue Links

          Activity

            People

              ahussein Ahmed Hussein
              ahussein Ahmed Hussein
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: