Jonathan Hurley created AMBARI-14812:
----------------------------------------

             Summary: Alerts API Does Not Honor JPA Sorting
                 Key: AMBARI-14812
                 URL: https://issues.apache.org/jira/browse/AMBARI-14812
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.0.0
            Reporter: Jonathan Hurley
            Assignee: Jonathan Hurley
             Fix For: 2.2.2


Sorted API requests to the alerts endpoint results in data which is not sorted 
at all. Consider this query:

http://localhost:8080/api/v1/clusters/c1/alerts?fields=Alert/latest_timestamp&sortBy=Alert/latest_timestamp

The data is returned out of order. This is because the JPA sort is being placed 
into a {{HashSet}} instead of a {{LinkedHashSet}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to