aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2016-06-17 12:42:47 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2016-06-17 12:42:47 +0000
commit151303db1c256b51157f9d886491ceda764d9470 (patch)
treeec2536fd3c3957075301ab5514b07eaf219c553a
parentdcbd73e1aa54fef76068f63bced2a4b3b45df443 (diff)
Don't need to restart when prepare restart flush strategy config
changes.
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 7760c1eb212..89e15952a42 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -86,7 +86,7 @@ flush.memory.maxage.serial long default=1000000
## The prepare for restart flush strategy will choose a set of components to flush
## such that the cost of flushing these + the cost of replaying the transaction log
## is as low as possible.
-flush.preparerestart.replaycost double default=4.0 restart
+flush.preparerestart.replaycost double default=4.0
## The cost of doing writes when flushing components to disk.
##
@@ -96,7 +96,7 @@ flush.preparerestart.replaycost double default=4.0 restart
## The prepare for restart flush strategy will choose a set of components to flush
## such that the cost of flushing these + the cost of replaying the transaction log
## is as low as possible.
-flush.preparerestart.writecost double default=1.0 restart
+flush.preparerestart.writecost double default=1.0
## Control io options during write both under dump and fusion.
indexing.write.io enum {NORMAL, OSYNC, DIRECTIO} default=DIRECTIO restart