Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/7253#issuecomment-121023441
  
    > for the case when a1 is completed, and a2 is incomplete if a1 start times 
before a2, doing descending start time sort would imply sort returning a2 
before a1
    
    That's the correct behavior. `a2` is a later attempt than `a1`, and it 
means that `a1` failed (and the app is still running). So `a2` being listed 
before `a1` is correct, since it's the most recent attempt and the one that 
matches the current state of the app ("running").


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to