summaryrefslogtreecommitdiffstats
path: root/configserver/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Download application packages asynchronously [run-systemtest]"Harald Musum2021-11-062-40/+22
|
* GC old metrics logging to fileHenning Baldersheim2021-11-051-21/+5
|
* Add feature flag for whether to use a shared field writer executor for the ↵Geir Storli2021-11-051-0/+3
| | | | document database(s) in proton.
* Merge pull request #19866 from ↵Henning Baldersheim2021-11-042-22/+40
|\ | | | | | | | | vespa-engine/hmusum/download-application-packages-asynchronously Download application packages asynchronously [run-systemtest]
| * Remove log line, already sone in superclassHarald Musum2021-11-041-1/+0
| |
| * Wait for futures to finishHarald Musum2021-11-041-21/+35
| |
| * Download application package asynchronouslyHarald Musum2021-11-041-10/+15
| |
* | Run some config server maintainers without maintanence job lockHarald Musum2021-11-046-12/+14
|/ | | | | | | Some maintainers only operate on local data and can be run simultaneously across servers (ApplicationPackageMaintainer and FileDistributionMaintainer changed to do this in this PR) without distributed locking
* Simplify and log number of redeploy threadsHarald Musum2021-11-021-14/+9
|
* Revert "Revert "Remove JVM option that is unsupported on JDK 17""Harald Musum2021-11-011-1/+0
|
* Merge pull request #19810 from vespa-engine/balder/limit-threads-also-by-memoryHarald Musum2021-11-011-2/+5
|\ | | | | Require that you have at least 1G per thread as each of them can requ…
| * Use parenthesis to get expected ordering.Henning Baldersheim2021-11-011-1/+1
| |
| * Ensure we get at least 1 threadHenning Baldersheim2021-11-011-1/+1
| |
| * Require that you have at least 1G per thread as each of them can require ↵Henning Baldersheim2021-11-011-2/+5
| | | | | | | | quite a lot during expression parsing.
* | Revert "Remove JVM option that is unsupported on JDK 17"Harald Musum2021-11-011-0/+1
|/
* Lower log level, info level not necessary anymoreHarald Musum2021-10-281-6/+2
|
* remove unused feature flagsArne H Juul2021-10-281-3/+0
|
* Merge pull request #19755 from vespa-engine/update-oath-copyrightsJon Bratseth2021-10-2811-11/+11
|\ | | | | Update oath copyrights
| * Update 2019 Oath copyrights.gjoranv2021-10-2713-13/+13
| |
* | Merge pull request #19750 from ↵Harald Musum2021-10-276-53/+58
|\ \ | |/ |/| | | | | vespa-engine/hmusum/move-to-apache-http-client-version-5 Move to apache http client version 5 [run-systemtest]
| * Move to apacahe http client version 5Harald Musum2021-10-276-53/+58
| |
* | Remove option that is unsupported on JDK 17Harald Musum2021-10-271-1/+0
|/
* Merge pull request #19702 from ↵Henning Baldersheim2021-10-221-0/+3
|\ | | | | | | | | vespa-engine/geirst/async-apply-bucket-diff-feature-flag Add feature flag for "async-apply-bucket-diff".
| * Add feature flag for "async-apply-bucket-diff".Geir Storli2021-10-221-0/+3
| |
* | Guard against no active sessionHarald Musum2021-10-221-1/+2
| | | | | | | | Application might be removed adter getting all active applications
* | this feature flag is scheduled for removalArne H Juul2021-10-221-3/+0
|/
* Merge branch 'master' into balder/upper-limit-before-commitHenning Baldersheim2021-10-211-0/+3
|\
| * Merge pull request #19654 from vespa-engine/arnej/allow-discarding-issuesArne H Juul2021-10-211-0/+3
| |\ | | | | | | add forward_issues config option
| | * add permanent feature flag: forward-issues-as-errorsArne H Juul2021-10-211-0/+3
| | |
* | | Control attribute maxuncommittedmemory with feature flagHenning Baldersheim2021-10-211-0/+3
|/ /
* | Merge pull request #19653 from vespa-engine/bratseth/schema-inheritanceHenning Baldersheim2021-10-201-12/+0
|\ \ | |/ |/| Bratseth/schema inheritance
| * search -> schemaJon Bratseth2021-10-151-12/+0
| |
* | Add missing component 'TesterClient' to services.xmlgjoranv2021-10-181-0/+1
|/
* Minore refactoringHarald Musum2021-10-151-6/+20
|
* SimplifyHarald Musum2021-10-151-3/+1
|
* Merge pull request #19572 from vespa-engine/geirst/feed-task-limit-feature-flagHenning Baldersheim2021-10-141-0/+3
|\ | | | | Add feature flag for the task limit used by the executors handling fe…
| * Add feature flag for the task limit used by the executors handling feed in ↵Geir Storli2021-10-141-0/+3
| | | | | | | | proton.
* | Merge pull request #19554 from ↵Henning Baldersheim2021-10-141-1/+5
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/application-package-maintainer-changes Improve download of application package in maintainer [run-systemtest]
| * | Improve download of application package in maintainerHarald Musum2021-10-141-1/+5
| |/ | | | | | | | | | | Set downloadFromOtherSourceIfNotFound to false, so that the receiving config server that gets the request don't try to download a file reference. This will be done by the ApplicationPackageMaintainer on the other server anyway.
* / Add feature flag for enhanced distributor maintenance schedulingTor Brede Vekterli2021-10-141-0/+3
|/
* Log less when there are many file referencesHarald Musum2021-10-141-5/+14
|
* Merge pull request #19532 from ↵v7.483.19Henning Baldersheim2021-10-131-9/+29
|\ | | | | | | | | vespa-engine/hmusum/log-only-when-there-is-a-change-in-app-deployed Log redeployed apps only when there are changes in deployed apps
| * Log redeployed apps only when there are changes in deployed appsHarald Musum2021-10-131-9/+29
| |
* | Merge pull request #19526 from ↵Martin Polden2021-10-133-19/+5
|\ \ | |/ |/| | | | | vespa-engine/hmusum/move-ActivationConflictException Move ActivationConflictException to config-provisioning [run-systemtest]
| * Move ActivationConflictException to config-provisioningHarald Musum2021-10-133-19/+5
| | | | | | | | Move, so that it can be used in MaintenanceDeployment
* | Cleanup, no functional changesHarald Musum2021-10-131-15/+18
|/
* Merge pull request #19515 from ↵Harald Musum2021-10-121-1/+3
|\ | | | | | | | | vespa-engine/bratseth/handle-just-one-config-server Don't try to copy files if just one config server
| * Don't try to copy files if just one config serverJon Bratseth2021-10-121-1/+3
| |
* | Merge pull request #19512 from ↵Valerij Fredriksen2021-10-121-6/+14
|\ \ | |/ |/| | | | | vespa-engine/jonmv/on-cloud-restart-and-reindexing-is-handled-for-you Reduce log level and change message for restart and reindexing on cloud
| * Reduce log level and change message for restart and reindexing on cloudJon Marius Venstad2021-10-121-6/+14
| |