XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 3.1.2, 3.2.1
    • 3.2.1, 3.1.3
    • security
    • None

    Description

      The patch in HADOOP-15808 turns out not to be enough; Token.toString() fails if any token in the service lists isn't known.

      If any JAR lists a class in META-INF/services/org.apache.hadoop.security.token.TokenIdentifier which refers to a class which for any reason cannot load (e.g. it depends on a class which is in a JAR that is not on the classpath), then the enumeration of all tokens and their supported kinds will fail. This can surface in Token.toString(), but it will also break the RM token renewal thread.

      Attachments

        1. HADOOP-16079-001.patch
          0.9 kB
          Steve Loughran

        Issue Links

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: