Author: stevel
Date: Fri Oct 31 21:38:50 2014
New Revision: 1635866
URL: http://svn.apache.org/r1635866
Log:
SLIDER-570 chaos monkey coverage
Modified:
incubator/slider/site/trunk/content/docs/slider_specs/chaosmonkey.md
Modified: incubator/slider/site/trunk/content/docs/slider_specs/chaosmonkey.md
URL:
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/slider_specs/chaosmonkey.md?rev=1635866&r1=1635865&r2=1635866&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/slider_specs/chaosmonkey.md
(original)
+++ incubator/slider/site/trunk/content/docs/slider_specs/chaosmonkey.md Fri
Oct 31 21:38:50 2014
@@ -77,6 +77,7 @@ The interval (aggregated to produce a to
* `internal.chaos.monkey.interval.minutes`
* `internal.chaos.monkey.interval.seconds`
+If not interval is set the chaos monkey does not start
### Startup delay
@@ -131,7 +132,15 @@ the chaos monkey performs its actions, t
The launch failure is a special check at startup, if the monkey is enabled:
it defines the probability that the launch itself will fail.
-It is tested precisely once per application attempt.
+It is tested precisely once per application attempt, at launch startup
+
+ internal.chaos.monkey.probability.amlaunchfailure
+
+Note that the chaos monkey must be enabled for this check, where that means
+1. the monkey must be enabled with `internal.chaos.monkey.enabled=true`
+1. A non-zero monkey interval must be set via the
`internal.chaos.monkey.interval`
+properties
+
# Example