aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-10-20 13:24:22 +0000
committerArne H Juul <arnej@yahooinc.com>2021-10-20 13:24:22 +0000
commit1c9e681e3ebaa6e814c039814dfe4fb314e34de6 (patch)
tree5a4b12c4e7b3d788e935945058feb839a271c14e /searchcore
parente191e7ff25a395ee3bfcae896d694fbfd618c0ed (diff)
reconfigure issue forwarding as well
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/proton.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/proton.cpp b/searchcore/src/vespa/searchcore/proton/server/proton.cpp
index bd29aa7fad7..116ce072700 100644
--- a/searchcore/src/vespa/searchcore/proton/server/proton.cpp
+++ b/searchcore/src/vespa/searchcore/proton/server/proton.cpp
@@ -387,6 +387,8 @@ Proton::applyConfig(const BootstrapConfig::SP & configSnapshot)
// Called by executor thread during reconfig.
const ProtonConfig &protonConfig = configSnapshot->getProtonConfig();
setFS4Compression(protonConfig);
+ _matchEngine->set_issue_forwarding(protonConfig.forwardIssues);
+ _summaryEngine->set_issue_forwarding(protonConfig.forwardIssues);
_queryLimiter.configure(protonConfig.search.memory.limiter.maxthreads,
protonConfig.search.memory.limiter.mincoverage,