Skip to content

Commit 4e72c77

Browse files
author
Marcelo Vanzin
committed
Remove comment about ordering.
While ordering is nice to have, it's hard to guarantee that, even with ordering, the listing won't change between two client requests (and thus end up with different info when the UI applies the paging parameters). So don't make it a requirement (even if an informal one).
1 parent 249bcea commit 4e72c77

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ private[spark] abstract class ApplicationHistoryProvider {
269269
* This method should return a list of applications available for the history server to
270270
* show.
271271
*
272-
* The listing is assumed to be in descending end time order.
273-
*
274272
* @return List of all know applications.
275273
*/
276274
def getListing(): Seq[ApplicationHistoryInfo]

0 commit comments

Comments
 (0)