summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Allocate dedicated nodes when no nodes are specifiedMartin Polden2020-03-201-0/+9
| | | | Guarded by feature flag.
* Fix incorrect serialization of Athenz domain to ZKBjørn Christian Seime2020-03-181-1/+1
|
* Merge pull request #12591 from vespa-engine/mortent/deploy-with-athenzdomainMorten Tokle2020-03-176-14/+60
|\ | | | | deploy with athenzdomain
| * Provide AthenzDomain to config-modelMorten Tokle2020-03-176-14/+60
| |
* | Write to legacy path for nowJon Bratseth2020-03-172-11/+12
| |
* | Revert "Merge pull request #12565 from ↵Jon Bratseth2020-03-175-77/+64
|/ | | | | | | vespa-engine/revert-12563-bratseth/search-to-schema" This reverts commit ea5fe1bf8c0d389a3964d2e5c490994920d21a4e, reversing changes made to 7e92c3852e893d09f0aa821e04e4e9dbe83b4ab2.
* Use docker image repo in ClusterSpecHarald Musum2020-03-161-1/+4
|
* Merge pull request #12569 from vespa-engine/hmusum/remove-stdout-loggingValerij Fredriksen2020-03-162-2/+0
|\ | | | | Remove debug logging
| * Remove debug loggingHarald Musum2020-03-162-2/+0
| |
* | Log failure to build model with application id and versionHarald Musum2020-03-161-1/+3
|/ | | | | Version is missing in exception, log to make it easier to find which version is causing this
* Revert "Bratseth/search to schema"Jon Bratseth2020-03-135-64/+77
|
* Merge pull request #12563 from vespa-engine/bratseth/search-to-schemaJon Bratseth2020-03-135-77/+64
|\ | | | | Bratseth/search to schema
| * searchdefinitions -> schemasJon Bratseth2020-03-131-1/+1
| |
| * searchdefinitions -> schemasJon Bratseth2020-03-134-76/+63
| |
* | Set Java system property java.io.tmpdir to $VESPA_HOME/tmpHarald Musum2020-03-121-0/+1
| |
* | Update ↵Harald Musum2020-03-111-1/+0
| | | | | | | | | | configserver/src/main/java/com/yahoo/vespa/config/server/session/SessionPreparer.java Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* | Update ↵Harald Musum2020-03-111-1/+0
| | | | | | | | | | configserver/src/main/java/com/yahoo/vespa/config/server/session/SessionZooKeeperClient.java Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* | Add support for using a Docker image repository when deploying an applicationHarald Musum2020-03-1117-73/+196
|/ | | | Preliminary support only, not completed
* Add application id as dimension for feature flagBjørn Christian Seime2020-03-091-1/+2
|
* Wire in feature flag for enabling proxy protocol in 4443 hosted connectorBjørn Christian Seime2020-03-091-0/+4
|
* Avoid building lots of ApplicationInstancesHåkon Hallingstad2020-03-081-0/+7
| | | | | | Avoid building a full ApplicationInstance for each node... - for all nodes in the node repo when reporting metrics repo every minute, and - for all nodes in any /nodes/v1/node response
* Reuse existing super model completion notificationHåkon Hallingstad2020-03-063-42/+10
|
* Merge pull request #12471 from ↵Harald Musum2020-03-061-5/+19
|\ | | | | | | | | vespa-engine/hakonhall/provide-more-insight-to-duper-model-completeness Provide more insight to duper model completeness
| * Provide more insight to duper model completenessHåkon Hallingstad2020-03-061-5/+19
| |
* | lz4 seems to be unused here.Henning Baldersheim2020-03-051-5/+0
|/
* Merge pull request #12412 from ↵Jon Bratseth2020-03-041-1/+9
|\ | | | | | | | | vespa-engine/bratseth/phrase-segmenting-feature-flag-take-3 Bratseth/phrase segmenting feature flag take 3
| * Revert "Revert "Bratseth/phrase segmenting feature flag""Jon Bratseth2020-03-031-1/+9
| | | | | | | | This reverts commit c72315a338a02858c8371d3d70fe091c43b672dd.
* | Merge pull request #12404 from ↵Håkon Hallingstad2020-03-031-1/+0
|\ \ | |/ |/| | | | | vespa-engine/hakonhall/remove-instancelookupservice Remove InstanceLookupService
| * Remove InstanceLookupServiceHåkon Hallingstad2020-03-031-1/+0
| | | | | | | | The lower-level methods on ServiceMonitor has removed the need for InstanceLookupService.
* | Revert "Bratseth/phrase segmenting feature flag"Arnstein Ressem2020-03-031-9/+1
|/
* Merge pull request #12400 from ↵Valerij Fredriksen2020-03-021-1/+1
|\ | | | | | | | | vespa-engine/hakonhall/align-names-with-status-service Extract class managing Orchestrator status service while holding application lock
| * Align names with status serviceHåkon Hallingstad2020-03-021-1/+1
| |
* | Add phrase-segmenting flagJon Bratseth2020-03-021-1/+9
|/
* Revert "Only use json access log for config server"Arnstein Ressem2020-02-271-0/+1
|
* Only write json access logHarald Musum2020-02-261-1/+0
|
* Define completeness of SuperModel and DuperModelHåkon Hallingstad2020-02-233-14/+60
| | | | | | | | | | | | | In order for Orchestrator to remove application data from ZooKeeper, it must know which applications do NOT exist. Since the duper model starts with 0 applications, always, the only way of knowing what applications do not exist is for the bootstrap code to notify the super model/duper model when bootstrap is complete. There are 2 sources of applications that must signal completeness: - The super model, once all applications have been redeployed in ConfigServerBootstrap. - The infrastructure application, in the InfrastructureProvisioner the first time it runs.
* Use dynamic port to avoid conflicting with other unit testsHarald Musum2020-02-191-3/+7
|
* Use non-legacy path for getting tester logHarald Musum2020-02-181-1/+1
|
* Merge pull request #12189 from ↵Bjørn Christian Seime2020-02-171-7/+0
|\ | | | | | | | | vespa-engine/bjorncs/remove-use-4443-upstream-flag Remove 'use-4443-upstream' flag
| * Remove 'use-4443-upstream' flagBjørn Christian Seime2020-02-141-7/+0
| |
* | Do not run ZKMetricsUpdater when testingHarald Musum2020-02-143-23/+50
|/ | | | Also rewrite to use executors and make sure to shutdown properly
* Remove feature flagHarald Musum2020-02-111-2/+0
|
* Remove use of GENERATE_ROUTING_CONFIG_FOR_TESTER_APPLICATIONS feature flagHarald Musum2020-02-102-19/+2
|
* Remove method for getting legacy payload (only used in tests)Harald Musum2020-02-079-94/+69
|
* Simplify and log at debug levelHarald Musum2020-02-062-54/+23
|
* Merge pull request #12086 from vespa-engine/jvenstad/rename-deployment-metricsLeandro Alves2020-02-062-10/+8
|\ | | | | Change deployment metric dimensions
| * Change deployment metric dimensionsJon Marius Venstad2020-02-062-10/+8
| |
* | Move SlimeUtils to vespajlibMartin Polden2020-02-066-6/+6
|/
* Wire in 'use-new-athenz-filter' as ModelContext.PropertiesBjørn Christian Seime2020-02-031-0/+5
|
* Prepare for setting PERMANENTLY_DOWNHåkon Hallingstad2020-01-301-8/+9
|