Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-1993

StringIndexOutOfBoundsException in HMSPathsDumper.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • None
    • None

    Description

      The following line in HMSPathsDumper.java is causing StringIndexOutOfBoundsException:

      if (tChildPathElement.charAt(0) == DupDetector.REPLACEMENT_STRING_PREFIX) {
      

      It only happens when a path element is "", when someone mistakenly specifies hdfs path with two "/" in the path section, like hdfs://server//element1//element2, instead of hdfs://server/element1/element2. In principle, such paths are invalid, but this code should be made resistant to them anyway.

      Attachments

        1. SENTRY-1993.01.patch
          3 kB
          Misha Dmitriev

        Activity

          People

            misha@cloudera.com Misha Dmitriev
            misha@cloudera.com Misha Dmitriev
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: