summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahoo-inc.com>2016-11-15 16:23:39 +0100
committerTor Brede Vekterli <vekterli@yahoo-inc.com>2016-11-15 16:25:46 +0100
commitc20c9989b72400e206bc4879442c640b8202eba8 (patch)
tree26b9510d1cf93bb1e88a24e793ddd88e23475b47 /configdefinitions
parente6af0a305f8d5c4312b733b79215b1040dfd704e (diff)
Enable aborting ops from outdated distributors by default
This lets a content node inspect all incoming mutating external operations and reject them if their source distributor is not the current ideal distributor for the operation's bucket. Will only trigger during bucket handover edges (cluster state transitions). This config switch should have been done ages ago, but was lost to the sands of time. Better late than never.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/persistence.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/persistence.def b/configdefinitions/src/vespa/persistence.def
index 90c881c3267..74a7bcbd1cb 100644
--- a/configdefinitions/src/vespa/persistence.def
+++ b/configdefinitions/src/vespa/persistence.def
@@ -24,7 +24,7 @@ abort_outdated_mutating_ideal_state_ops bool default=true
## belong to. As with the abort_outdated_mutating_ideal_state_ops option,
## this is a check that happens whenever a message arrives, not when the state
## changes.
-abort_outdated_mutating_external_load_ops bool default=false
+abort_outdated_mutating_external_load_ops bool default=true
## Whether or not to disable partitions when they report I/O errors
fail_partition_on_error bool default=true