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

Workaround for jetty6 acceptor startup issue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.23.11, 2.5.0
    • None
    • None
    • Reviewed

    Description

      When a cluster is restarted, jetty is not functioning for a small percentage of datanodes, requiring restart of those datanodes. This is caused by JETTY-1316.

      We've tried overriding isRunning() and retrying on super.isRunning() returning false, as the reporter of JETTY-1316 mentioned in the description. It looks like the code was actually exercised (i.e. the issue was caused by this jetty bug) and the acceptor was working fine after retry.

      Since we will probably move to a later version of jetty after branch-3 is cut, we can put this workaround in branch-2 only.

      Attachments

        1. selector.patch
          4 kB
          Kihwal Lee
        2. selector23.patch
          2 kB
          Kihwal Lee

        Activity

          People

            kihwal Kihwal Lee
            kihwal Kihwal Lee
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: