Elasticsearch version checker does not extract latest version correctly

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 3.2.0-alpha2, 3.2.0
    • Affects Version/s: None
    • Component/s: backend
    • None
    • Not defined

      The Elasticsearch version checker currently extracts the latest version by sorting the list of versions and taking the max. This is used to determine whether or not a version is supported and whether to log a warning. However, the versions are stored as strings so taking the max could potentially cause a problem. We should use integer comparison of the string representation to extract the latest version.

      ATs:

      • The latest ES supported version is extracted correctly rather than taking the max string value

            Assignee:
            Unassigned
            Reporter:
            Joshua Windels
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: