Skip to content

Commit

Permalink
Merge pull request #5683 from hashicorp/docs-describe-sched-restart
Browse files Browse the repository at this point in the history
Added Sparrow link
  • Loading branch information
Charlie Voiselle authored May 10, 2019
2 parents 1dd6388 + 40742af commit 85a60d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/source/docs/schedulers.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ are short lived, finishing in a few minutes to a few days. Although the `batch`
scheduler is very similar to the `service` scheduler, it makes certain
optimizations for the batch workload. The main distinction is that after finding
the set of nodes that meet the job's constraints it uses the power of two
choices described in Berkeley's Sparrow scheduler to limit the number of nodes
choices described in Berkeley's [Sparrow] scheduler to limit the number of nodes
that are ranked.

Batch jobs are intended to run until they exit successfully. Batch tasks that
Expand Down Expand Up @@ -63,6 +63,7 @@ or [preemption]. If a system task exits it is considered a failure and handled
according to the job's [restart] stanza; system jobs do not have rescheduling.

[Borg]: https://research.google.com/pubs/pub43438.html
[Sparrow]: https://cs.stanford.edu/~matei/papers/2013/sosp_sparrow.pdf
[preemption]: /docs/internals/scheduling/preemption.html
[restart]: /docs/job-specification/restart.html
[reschedule]: /docs/job-specification/reschedule.html
[reschedule]: /docs/job-specification/reschedule.html

0 comments on commit 85a60d2

Please sign in to comment.