60 seconds for a cluster check seems too short

When a health policy was created with the value in the
example, it will run check each 60 seconds, it will gererate
many checking events and actions.
And when the node number in cluster is a bit large it always
can't complete cluster check in 60 seconds.
So maybe it's better to set the default example interval to 600 seconds.

Change-Id: I272ab7e3001cbd8e3640ef15d34e12b48442065f
This commit is contained in:
jonnary 2017-03-30 22:24:37 +08:00
parent c16ec58240
commit 3f5f192063
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ properties:
options:
# Number of seconds between two adjacent checking
interval: 60
interval: 600
recovery:
# List of actions that can be retried on a failed node