Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6445

Whitespace should be stripped or detected in kudu master addresses metadata

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 2.12.0
    • Frontend
    • None
    • ghx-label-4

    Description

      Currently the kudu master list metadata is split on ',' and directly fed through to Kudu. This means that if a user specifies a list such as "m1, m2, m3" with spaces after the commas, it will pass those hosts on to Kudu as "m1", " m2", and " m3". Two of those three hostnames are of course invalid and Kudu will only be able to connect when m1 is the active master.

      We should either strip those spaces or detect this case and throw an error on the bad metadata. (I prefer stripping)

      Attachments

        Activity

          People

            Unassigned Unassigned
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: