Repository: aurora Updated Branches: refs/heads/master 6933a7148 -> 327797611
Remove outdated constraint documentation. Reviewed at https://reviews.apache.org/r/41155/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/32779761 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/32779761 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/32779761 Branch: refs/heads/master Commit: 32779761113f812f28211131e1159f41d09d9deb Parents: 6933a71 Author: Bill Farner <[email protected]> Authored: Fri Dec 11 11:08:41 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Fri Dec 11 11:08:41 2015 -0800 ---------------------------------------------------------------------- docs/configuration-reference.md | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/32779761/docs/configuration-reference.md ---------------------------------------------------------------------- diff --git a/docs/configuration-reference.md b/docs/configuration-reference.md index 3642929..34dd9ec 100644 --- a/docs/configuration-reference.md +++ b/docs/configuration-reference.md @@ -491,13 +491,6 @@ does not shut down on its own after this, it will be forcefully killed Specifying Scheduling Constraints ================================= -Most users will not need to specify constraints explicitly, as the -scheduler automatically inserts reasonable defaults that attempt to -ensure reliability without impacting schedulability. For example, the -scheduler inserts a `host: limit:1` constraint, ensuring -that your shards run on different physical machines. Please do not -set this field unless you are sure of what you are doing. - In the `Job` object there is a map `constraints` from String to String allowing the user to tailor the schedulability of tasks within the job.
