summaryrefslogtreecommitdiffstats
path: root/config-proxy/src/main
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-12-07 09:55:42 +0100
committerJon Bratseth <bratseth@gmail.com>2020-12-07 09:55:42 +0100
commitddac99566ca559b720304299351ec4032e73e736 (patch)
tree6f929c9bed5524ab90d17e51d24eeeda3fe36909 /config-proxy/src/main
parentc183491dd0d3ad22477f4c1f884bec07156956bf (diff)
Revert "Merge pull request #15690 from vespa-engine/revert-15686-bratseth/simplify-config"
This reverts commit a90709008ec0d108ee9a2e26bda20e39a10424b5, reversing changes made to fcb2b4a2fd7a594520613c48d58e26963c68ea90.
Diffstat (limited to 'config-proxy/src/main')
-rw-r--r--config-proxy/src/main/java/com/yahoo/vespa/config/proxy/ConfigProxyRpcServer.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/ConfigProxyRpcServer.java b/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/ConfigProxyRpcServer.java
index 81ecd8620b9..fbc10c772d7 100644
--- a/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/ConfigProxyRpcServer.java
+++ b/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/ConfigProxyRpcServer.java
@@ -352,7 +352,6 @@ public class ConfigProxyRpcServer implements Runnable, TargetWatcher, RpcServer
request.getRequestTrace().trace(TRACELEVEL, "Config proxy returnOkResponse()");
request.addOkResponse(config.getPayload(),
config.getGeneration(),
- config.isInternalRedeploy(),
config.applyOnRestart(),
config.getConfigMd5());
log.log(Level.FINE, () -> "Return response: " + request.getShortDescription() + ",configMd5=" + config.getConfigMd5() +