Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-14031 Reduce fair call queue performance impact
  3. HADOOP-14034

Allow ipc layer exceptions to selectively close connections

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.7.0
    • 2.9.0, 3.0.0-alpha4, 2.8.2
    • ipc
    • None
    • Reviewed

    Description

      IPC layer exceptions generated in the readers are translated into fatal errors - resulting in connection closure. Ex. RetriableExceptions from call queue pushback.

      Always closing the connection degrades performance for all clients since a disconnected client will immediately reconnect on retry. Readers become overwhelmed servicing new connections and re-authentications from bad clients instead of servicing calls from good clients. The call queues run dry.

      Exceptions originating in the readers should be able to indicate if the exception is an error or fatal so connections can remain open.

      Attachments

        1. HADOOP-14034-branch-2.patch
          31 kB
          Daryn Sharp
        2. HADOOP-14034-trunk.patch
          32 kB
          Daryn Sharp

        Issue Links

          Activity

            People

              daryn Daryn Sharp
              daryn Daryn Sharp
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: