Change-Id: Idc204b736ec2352c96b1303f2aaf1f222ff5d1f4
This commit is contained in:
zhangdebo 2018-05-23 17:02:23 +08:00 committed by Joe Talerico
parent ab9593e699
commit 1d275959cb
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ percentile for success across at least two stes of hardware. Adjust as required.
Note that `batch_size` can not produce a batch of unintrospected ndoes if none exist
so the last batch may be below the maximum size. When nodes in a batch fail the `failure_count`
is incremented and the nodes are returned to the pool. So it's possible that same node will
fail again in another batch. There is a saftey mechanism that will kill Yoda if a node exceeds
fail again in another batch. There is a safety mechanism that will kill Yoda if a node exceeds
10 retries as that's pretty much garunteed to be misconfigured. For bulk introspection all nodes
are tried once and what you get is what you get.