From 841b044d8d42c68275b7d65ba8ce89f94b7243dc Mon Sep 17 00:00:00 2001 From: Tim Harper Date: Tue, 10 Jul 2018 13:51:12 -0600 Subject: [PATCH] Make note about suppress option for Mesos 1.4.x and earlier --- docs/docs/command-line-flags.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/command-line-flags.md b/docs/docs/command-line-flags.md index 0d9bfe1d509..e07199b60e3 100644 --- a/docs/docs/command-line-flags.md +++ b/docs/docs/command-line-flags.md @@ -186,7 +186,9 @@ When using Debian packages, the ideal way to customize Marathon is to specify co Maximum number of concurrently running deployments. Should the user try to submit more updates than set by this flag a HTTP 403 Error is returned with an explanatory error message. * `--[disable_]suppress_offers` (Optional. Default: disabled) Controls whether or not Marathon will suppress offers if there is nothing to launch. Enabling helps the performance - of Mesos in larger clusters, but enabling this flag will cause Marathon to more slowly release reservations. + of Mesos in larger clusters, but enabling this flag will cause Marathon to more slowly release + reservations. Additionally, enabling this when using Mesos 1.4.x or newer can lead to scenarios in which Marathon is + unable to relaunch resident tasks. ## Tuning Flags for Offer Matching/Launching Tasks