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:
parent
c16ec58240
commit
3f5f192063
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user