summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-08-24 08:09:03 +0000
committerArne Juul <arnej@verizonmedia.com>2021-08-24 08:09:14 +0000
commita673a0271c95ed2d3ccef502753fe9046b68e444 (patch)
treeb517c2f0d2ec0e1358ce07fc55b6a5b52731b9b3 /configdefinitions
parentd27622ab42bcedb731289e26fcb4800f488dcda6 (diff)
tune default connectivity requirements
* these values have now been running in production over the summer * ref: config-model/src/main/java/com/yahoo/vespa/model/ConfigSentinel.java
Diffstat (limited to 'configdefinitions')
-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 72cde14c550..0d5b4f1b0f4 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=30
+connectivity.minOkPercent int default=50
## Absolute number of nodes with confirmed network connectivity problems, maximum
-connectivity.maxBadCount int default=3
+connectivity.maxBadCount int default=1
## The command to run. This will be run by sh -c, and the following
## environment variables are defined: $ROOT, $VESPA_SERVICE_NAME,