You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/10/30 23:40:39 UTC

svn commit: r1635632 - /incubator/slider/site/trunk/content/docs/slider_specs/chaosmonkey.md

Author: stevel
Date: Thu Oct 30 22:40:39 2014
New Revision: 1635632

URL: http://svn.apache.org/r1635632
Log:
SLIDER-572 add startup delay for the chaos monkey

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=1635632&r1=1635631&r2=1635632&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/slider_specs/chaosmonkey.md (original)
+++ incubator/slider/site/trunk/content/docs/slider_specs/chaosmonkey.md Thu Oct 30 22:40:39 2014
@@ -107,7 +107,7 @@ As a restarted AM resets all its interna
 restarted with a new interval *which begins from the moment the AM is restarted*.
 
 
-# Container Kill
+## Container Kill
 
 The probability of a container being killed in a single monkey "play" is:
 
@@ -126,7 +126,14 @@ tolerate a failure rate.
 If there are no containers hosting application components at the time
 the chaos monkey performs its actions, then no container will be killed.
 
-### Example
+## AM Launch Failure
+
+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.
+
+# Example
 
 
 A disabled Chaos Monkey