summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20680 from vespa-engine/arnej/add-legacy-overridesJon Bratseth2022-01-077-5/+202
|\ | | | | Arnej/add legacy overrides
| * wire legacy overrides to the flag source usedArne H Juul2022-01-067-6/+157
| |
| * convert map to FlagSource with overridesArne H Juul2022-01-061-0/+46
| |
* | Lower log levelHarald Musum2022-01-071-1/+1
|/ | | | Works fine, no need to log at level INFO anymore
* unify java warnings (use compiler args from parent)Arne H Juul2022-01-061-9/+0
|
* Don't delete new sessions in file systemHarald Musum2022-01-052-2/+33
| | | | | If delete runs while a deployment is ongoing and session does not exist in ZooKeeper yet we should not delete it
* CleanupHarald Musum2022-01-051-12/+11
|
* Merge pull request #20641 from ↵Håkon Hallingstad2022-01-041-2/+3
|\ | | | | | | | | vespa-engine/hakonhall/add-infrastructureapplication-in-application-model Add InfrastructureApplication in application-model [run-systemtest]
| * Add InfrastructureApplication in application-modelHåkon Hallingstad2022-01-031-2/+3
| |
* | Merge branch 'master' into arnej/feature-flag-for-user-agentsArne H Juul2022-01-031-0/+3
|\| | | | | | | | | | | Conflicts: config-model-api/src/main/java/com/yahoo/config/model/api/ModelContext.java configserver/src/main/java/com/yahoo/vespa/config/server/deploy/ModelContextImpl.java
| * Merge pull request #20591 from vespa-engine/bjorncs/ocsp-staplingBjørn Christian Seime2022-01-031-0/+3
| |\ | | | | | | Add feature flag for OCSP Stapling on application container clusters
| | * Add feature flag for OCSP Stapling on application container clustersBjørn Christian Seime2021-12-201-0/+3
| | |
* | | add feature flag for ignored HTTP user agentsArne H Juul2022-01-031-0/+3
|/ /
* | GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-2141-329/+251
| |
* | Revert timeout changeHarald Musum2021-12-211-1/+1
|/
* Merge branch 'master' into ↵Harald Musum2021-12-201-0/+4
|\ | | | | | | hmusum/log-or-fail-deployment-with-invalid-jvm-gc-options
| * Add feature flag control over TLS size.Henning Baldersheim2021-12-201-0/+4
| |
* | LOg or fail deployments with invalid JVM GC optionsHarald Musum2021-12-201-0/+3
|/
* Merge pull request #20534 from ↵Geir Storli2021-12-162-0/+3
|\ | | | | | | | | vespa-engine/toregge/add-feature-flag-for-max-compact-buffers Add max-compact-buffers feature flag.
| * Add max-compact-buffers feature flag.Tor Egge2021-12-152-0/+3
| |
* | Merge pull request #20535 from vespa-engine/hmusum/use-lower-timeoutHarald Musum2021-12-161-1/+1
|\ \ | |/ |/| Use lower timeouts in file distribution [run-systemtest]
| * Reduce timeout to 1 minute when serving filesHarald Musum2021-12-161-1/+1
| | | | | | | | | | | | Files are sent in parts, 1 minute shuold be plenty, 10 minutes makes it hard to analyze what is going on if there are connection problems, bugs in code etc.
* | Merge pull request #20521 from ↵Jon Marius Venstad2021-12-151-2/+0
|\ \ | | | | | | | | | | | | vespa-engine/mpolden/upgrade-in-block-window-metric Add metric for overdue upgrades
| * | Remove stale commentMartin Polden2021-12-141-2/+0
| |/
* / Set speed: 1 for config change reindexing, and user-specified in (0, 10] ↵Jon Marius Venstad2021-12-159-64/+67
|/ | | | from handler
* Simplify and reorder arguments, no functional changesHarald Musum2021-12-134-9/+12
|
* Merge pull request #20434 from ↵Henning Baldersheim2021-12-091-1/+3
|\ | | | | | | | | vespa-engine/arnej/feature-flag-for-doctypes-config add feature flag for using new "doctype" array in documentmanager.def
| * add feature flag for using new "doctype" array in documentmanager.defArne H Juul2021-12-091-1/+3
| |
* | Always use FileDistributionConnectionPool [run-systemtest]Harald Musum2021-12-093-32/+14
|/
* Merge pull request #20418 from ↵Martin Polden2021-12-091-1/+1
|\ | | | | | | | | vespa-engine/bratseth/apply-policies-to-limits-take-2 Bratseth/apply policies to limits take 2
| * Don't propagate unspecified resourcesJon Bratseth2021-12-081-1/+1
| |
* | SimplifyMartin Polden2021-12-081-3/+2
| |
* | Remove add-opens for sun.security.util for standalone containers.gjoranv2021-12-071-1/+0
|/ | | | - Only necessary (temporarily) for tenant containers.
* Merge pull request #20392 from vespa-engine/mpolden/check-if-status-changedMartin Polden2021-12-072-97/+4
|\ | | | | Stop deploying on routing status change MERGEOK
| * Stop deploying on routing status changeMartin Polden2021-12-072-97/+4
| |
* | Merge pull request #20373 from vespa-engine/mpolden/check-if-status-changedMartin Polden2021-12-061-4/+9
|\| | | | | Skip redeploy if status is unchanged
| * Skip redeploy if status is unchangedMartin Polden2021-12-061-4/+9
| |
* | Make sure to cleanup when failing to read file reference dataHarald Musum2021-12-061-0/+1
|/
* Actually deployMartin Polden2021-12-032-3/+18
|
* Log change of routing statusMartin Polden2021-12-031-1/+4
|
* Ignore duplicate upstream names in APIMartin Polden2021-12-032-8/+11
|
* Merge pull request #20329 from ↵Arne H Juul2021-12-021-1/+1
|\ | | | | | | | | vespa-engine/arnej/config-class-should-not-be-public Arnej/config class should not be public
| * track namespace move (mainly just imports)Arne H Juul2021-12-021-1/+1
| |
* | Support changing the status of multiple upstreamsMartin Polden2021-12-022-19/+55
| |
* | Delete maximum 2 sessions per runHarald Musum2021-12-011-1/+1
| |
* | Revert "Revert "Make sure to consider all sessions in zookeeper when ↵Harald Musum2021-12-011-2/+11
| | | | | | | | deleting [run-systemtest]""
* | Revert "Make sure to consider all sessions in zookeeper when deleting ↵Harald Musum2021-12-011-11/+2
| | | | | | | | [run-systemtest]"
* | Make sure to consider all sessions in zookeeper when deletingHarald Musum2021-12-011-2/+11
|/
* Log more when failing to download application packageHarald Musum2021-12-012-2/+3
|
* Shutdown supervisorHarald Musum2021-11-301-3/+8
|