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

Support SASL Rpc request handling in separate Handlers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • None
    • ipc
    • None

    Description

      Right now, during RPC Connection establishment, all SASL requests are considered as OutOfBand requests and handled within the same Reader thread.

      SASL handling involves authentication with Kerberos and SecretManagers(for Token validation). During this time, Reader thread would be blocked, hence blocking all the incoming RPC requests on other established connections. Some secretManager impls require to communicate to external systems (ex: ZK) for verification.

      SASL RPC handling in separate dedicated handlers, would enable Reader threads to read RPC requests from established connections without blocking.

      Attachments

        1. HADOOP-15602.01.patch
          12 kB
          Vinayakumar B
        2. HADOOP-15602.02.patch
          16 kB
          Vinayakumar B
        3. HADOOP-15602.04.patch
          17 kB
          Vinayakumar B

        Activity

          People

            vinayakumarb Vinayakumar B
            vinayakumarb Vinayakumar B
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: