aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-2556-56/+56
|
* Gc dead codeJon Bratseth2020-04-223-18/+0
|
* Remove feature flag for JDisc proxy protocolBjørn Christian Seime2020-04-211-6/+0
|
* Merge branch 'master' into hakonhall/remove-use-bucket-space-metric-feature-flagHåkon Hallingstad2020-04-2060-484/+766
|\
| * Merge pull request #12937 from vespa-engine/hmusum/do-more-work-in-executorHarald Musum2020-04-163-13/+8
| |\ | | | | | | Do all redeployment work in executor
| | * Do all redeployment work in executorHarald Musum2020-04-163-13/+8
| | |
| * | Merge pull request #12944 from vespa-engine/balder/add-flag-control-of-softstartHenning Baldersheim2020-04-161-0/+8
| |\ \ | | | | | | | | Add flag control over softstart seconds
| | * | Add flag control over softstart seconds.Henning Baldersheim2020-04-161-0/+8
| | |/
| * / Use DockerImage instead of String in HostSpecHarald Musum2020-04-161-1/+2
| |/
| * Introduce top-k-probability and use it to fetch correct proper amount of ↵Henning Baldersheim2020-04-152-0/+11
| | | | | | | | hits from each partition
| * Fix testHarald Musum2020-04-141-1/+1
| |
| * Merge pull request #12904 from vespa-engine/mpolden/config-lockJon Bratseth2020-04-142-15/+2
| |\ | | | | | | Hold config lock when modifying load balancers
| | * Acquire lock through CuratorMartin Polden2020-04-142-15/+2
| | |
| * | Rename variableHarald Musum2020-04-141-4/+4
| | |
| * | Log session that new session is based on if possibleHarald Musum2020-04-141-1/+4
| |/
| * Merge pull request #12875 from vespa-engine/bratseth/validate-lower-limitJon Bratseth2020-04-086-10/+41
| |\ | | | | | | Validate resource changes by the lower limit
| | * Pass ProvisionedJon Bratseth2020-04-081-0/+2
| | |
| | * Validate resource changes by the lower limitJon Bratseth2020-04-085-10/+39
| | |
| * | Merge pull request #11553 from vespa-engine/olaa/use-pooling-connection-managerOla Aunrønning2020-04-081-7/+11
| |\ \ | | |/ | |/| Use PoolingHttpClientConnectionManager
| | * Use PoolingHttpClientConnectionManager. Increase parallelizationOla Aunrønning2019-12-121-7/+11
| | |
| * | Remove unused allocation logic for unspecified nodesMartin Polden2020-04-061-8/+0
| | |
| * | Remove feature flag for using new Athenz filterBjørn Christian Seime2020-04-021-4/+1
| | |
| * | Reduce code duplicationHarald Musum2020-03-312-18/+9
| | |
| * | Set athenz domainHarald Musum2020-03-314-7/+20
| | |
| * | Acvoid deprecated APIJon Bratseth2020-03-311-0/+2
| | |
| * | Merge pull request #12770 from vespa-engine/hmusum/lower-log-levelJon Bratseth2020-03-301-1/+1
| |\ \ | | | | | | | | Lower log level, seems to be common and not worth a warning
| | * | Lower log level, seems to be common and not worth a warningHarald Musum2020-03-301-1/+1
| | | |
| * | | Remove unused argumentHarald Musum2020-03-301-9/+5
| |/ /
| * | Remove zone dimension (not needed)Bjørn Christian Seime2020-03-271-5/+1
| | |
| * | Add feature flag to enable Nginx upstream proxy protocolBjørn Christian Seime2020-03-271-0/+9
| | |
| * | RefactorHarald Musum2020-03-262-40/+42
| | | | | | | | | | | | | | | Try to not create instances for every tests unless necesary Simplify asserts a bit
| * | Set Athenz domain also when deploying from existing session (e.g. in ↵Harald Musum2020-03-265-10/+25
| | | | | | | | | | | | internal redeployment)
| * | Move group argument inside CapacityJon Bratseth2020-03-255-3/+34
| | |
| * | Remove phrase-segmentation flagJon Bratseth2020-03-231-6/+0
| | |
| * | 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>