summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-06-21 08:08:41 +0000
committerArne Juul <arnej@verizonmedia.com>2021-06-21 08:08:45 +0000
commit83db279ad865994ccd030b691c99fb6f6f7222bb (patch)
tree29fbf9911fabf243f52da456650b1b3a087a56fa
parent775a3d92d6b8f673b676829dabe6a18d80e3a125 (diff)
change defaults to require some connectivity at startup
-rw-r--r--configdefinitions/src/vespa/sentinel.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/configdefinitions/src/vespa/sentinel.def b/configdefinitions/src/vespa/sentinel.def
index cf19e701717..72cde14c550 100644
--- a/configdefinitions/src/vespa/sentinel.def
+++ b/configdefinitions/src/vespa/sentinel.def
@@ -23,10 +23,10 @@ application.region string default="default"
# if we have more problems than the following limits allow:
## Percentage of nodes that must be up and fully OK, minimum
-connectivity.minOkPercent int default=0
+connectivity.minOkPercent int default=30
## Absolute number of nodes with confirmed network connectivity problems, maximum
-connectivity.maxBadCount int default=999999999
+connectivity.maxBadCount int default=3
## The command to run. This will be run by sh -c, and the following
## environment variables are defined: $ROOT, $VESPA_SERVICE_NAME,