summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/config/model/test/MockRoot.java
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-01-16 09:52:41 +0100
committerHarald Musum <musum@oath.com>2018-01-16 09:52:41 +0100
commita7295435da81b348a89c456008e3da773de9b5c6 (patch)
tree37be47ba171f08eff261942ebbb850c283a60de6 /config-model/src/main/java/com/yahoo/config/model/test/MockRoot.java
parentf317fee05fcbd7e77b62dc87b118c1699caaef26 (diff)
Ask other config servers to start downloading files
To have redundancy, ask the other config servers to start downloading a file, so we have redundancy in case the config server running the code goes down after deployment has finished
Diffstat (limited to 'config-model/src/main/java/com/yahoo/config/model/test/MockRoot.java')
-rw-r--r--config-model/src/main/java/com/yahoo/config/model/test/MockRoot.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/config/model/test/MockRoot.java b/config-model/src/main/java/com/yahoo/config/model/test/MockRoot.java
index 2a3ff1ca905..da034619d94 100644
--- a/config-model/src/main/java/com/yahoo/config/model/test/MockRoot.java
+++ b/config-model/src/main/java/com/yahoo/config/model/test/MockRoot.java
@@ -64,7 +64,7 @@ public class MockRoot extends AbstractConfigProducerRoot {
super(rootConfigId);
hostSystem = new HostSystem(this, "hostsystem", deployState.getProvisioner());
this.deployState = deployState;
- fileDistributor = new FileDistributor(deployState.getFileRegistry());
+ fileDistributor = new FileDistributor(deployState.getFileRegistry(), null);
}
public FileDistributionConfigProducer getFileDistributionConfigProducer() {