Skip to content

Commit 85024e8

Browse files
committed
History Server: updated order for multiple attempts
1 parent a41ac4b commit 85024e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ private[history] class FsHistoryProvider(conf: SparkConf, clock: Clock)
413413

414414
/**
415415
* Comparison function that defines the sort order for application attempts within the same
416-
* application. Order is: running attempts before complete attempts, running attempts sorted
416+
* application. Order is: completed attempts before running attempts, running attempts sorted
417417
* by start time showing whichever started first,
418418
* completed attempts sorted by end time showing whichever ended first.
419419
*

0 commit comments

Comments
 (0)