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

HttpServer2 should switch to using the non-blocking SslSelectChannelConnector to prevent performance degradation when handling SSL connections

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.7.2, 2.6.3
    • 2.8.0, 2.7.4, 3.0.0-alpha1
    • None
    • None
    • Reviewed

    Description

      The current implementation uses the blocking SslSocketConnector which takes the default maxIdleTime as 200 seconds. We noticed in our cluster that when users use a custom client that accesses the WebHDFS REST APIs through https, it could block all the 250 handler threads in NN jetty server, causing severe performance degradation for accessing WebHDFS and NN web UI. Attached screenshots (blocking_1.png and blocking_2.png) illustrate that when using SslSocketConnector, the jetty handler threads are not released until the 200 seconds maxIdleTime has passed. With sufficient number of SSL connections, this issue could render NN HttpServer to become entirely irresponsive.

      We propose to use the non-blocking SslSelectChannelConnector as a fix. We have deployed the attached patch within our cluster, and have seen significant improvement. The attached screenshot (unblocking.png) further illustrates the behavior of NN jetty server after switching to using SslSelectChannelConnector.

      The patch further disables SSLv3 protocol on server side to preserve the spirit of HADOOP-11260.

      Attachments

        1. blocking_1.png
          1.03 MB
          Min Shen
        2. blocking_2.png
          1.01 MB
          Min Shen
        3. HADOOP-12765.001.patch
          14 kB
          Vinayakumar B
        4. HADOOP-12765.001.patch
          14 kB
          Min Shen
        5. HADOOP-12765.002.patch
          15 kB
          Min Shen
        6. HADOOP-12765.003.patch
          16 kB
          Min Shen
        7. HADOOP-12765.004.patch
          15 kB
          Min Shen
        8. HADOOP-12765.005.patch
          14 kB
          Wei-Chiu Chuang
        9. HADOOP-12765-branch-2.patch
          14 kB
          Wei-Chiu Chuang
        10. unblocking.png
          841 kB
          Min Shen

        Issue Links

          Activity

            People

              mshen Min Shen
              mshen Min Shen
              Votes:
              0 Vote for this issue
              Watchers:
              14 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: