aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Add missing component 'TesterClient' to services.xmlgjoranv2021-10-181-0/+1
|
* Minore refactoringHarald Musum2021-10-151-6/+20
|
* SimplifyHarald Musum2021-10-152-5/+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-142-2/+6
|\ \ | | | | | | | | | | | | 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-142-2/+6
| |/ | | | | | | | | | | 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-134-19/+6
|\ \ | |/ |/| | | | | vespa-engine/hmusum/move-ActivationConflictException Move ActivationConflictException to config-provisioning [run-systemtest]
| * Move ActivationConflictException to config-provisioningHarald Musum2021-10-134-19/+6
| | | | | | | | Move, so that it can be used in MaintenanceDeployment
* | Remove legacy method and update testsHarald Musum2021-10-132-5/+16
| |
* | Cleanup, no functional changesHarald Musum2021-10-132-30/+33
|/
* 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
| |
* | Merge pull request #19479 from vespa-engine/hmusum/connection-pool-refactoring-2Henning Baldersheim2021-10-084-72/+42
|\ \ | | | | | | Remove getSupervisor() from ConnectionPool interface [run-systemtest]
| * | Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-084-72/+42
| | | | | | | | | | | | | | | Cleanup use of supervisor in connection pool and some file download classes
* | | Control disk-bloat-factor and compression level with feature flag.Henning Baldersheim2021-10-081-0/+6
|/ /
* | Reuse supervisor when we have oneHarald Musum2021-10-071-2/+4
| | | | | | | | Remove unnecessary constructor
* | Merge pull request #19449 from ↵Harald Musum2021-10-071-7/+7
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/update-usage-and-error-messages Update usage and error messages: Use 'config server' in output
| * | Update usage and error messages: Use 'config server' in outputHarald Musum2021-10-071-7/+7
| | |
* | | Update Verizon Media copyright notices.gjoranv2021-10-07123-124/+124
| | |
* | | Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-073-3/+3
| | |
* | | Update 2018 copyright notices.gjoranv2021-10-0717-17/+17
| | |
* | | Update 2017 copyright notices.gjoranv2021-10-07233-233/+233
|/ /
* | Merge pull request #19442 from ↵gjoranv2021-10-071-3/+0
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/remove-use-of-old-method-for-swithcing-connection setError() -> switchConnection() and remove setError()
| * | setError() -> switchConnection() and remove setError()Harald Musum2021-10-061-3/+0
| |/
* / Remove num-distributor-stripes feature flag.Geir Storli2021-10-061-3/+0
|/ | | | | The use if this flag in the config model was removed in 7.470.11. All cloud applications are at least on that version or newer.
* Add feature flag for ignoring merge queue limit for forwarded (chained) mergesTor Brede Vekterli2021-10-061-0/+3
|
* Add feature flag for distributor merge busy wait.Geir Storli2021-10-041-0/+3
|
* Merge pull request #19383 from vespa-engine/merge-http-utils-into-vespajlibgjoranv2021-10-011-6/+0
|\ | | | | Merge http utils into vespajlib [run-systemtest]
| * Remove deps to http-utils and add vespajlib where necessary.gjoranv2021-09-301-6/+0
| |
* | Log pool name when switching connectionHarald Musum2021-09-301-1/+1
| |
* | Merge pull request #19368 from ↵Harald Musum2021-09-301-3/+5
|\ \ | |/ |/| | | | | vespa-engine/hmusum/do-not-wait-for-barrier-when-doing-a-dry-run Don't wait for prepare barrier to complete when doing dry-run [run-systemtest]
| * Don't wait for prepare barrier to complete when doing dry-runHarald Musum2021-09-301-3/+5
| | | | | | | | | | When doing dry-run, we don't write to zookeeper, so do not wait for completion, as that will never happen.
* | Reduce max connection life to 45 secondsBjørn Christian Seime2021-09-301-0/+3
|/ | | | Add feature flag for increasing the value for any application as an emergency precaution.
* Merge pull request #19341 from ↵Harald Musum2021-09-292-4/+5
|\ | | | | | | | | vespa-engine/hmusum/do-not-activate-when-deploying-with-dryrun Do not activate application when this is a dry run
| * Do not activate application when this is a dry runHarald Musum2021-09-292-4/+5
| |
* | Remove unused methodsHarald Musum2021-09-291-1/+0
|/
* Use the faster BufferOutput over ByteArrayOutputStream that is synchronized.Henning Baldersheim2021-09-281-1/+2
|
* Revert "Revert "Use default value of jdisc.debug.resources.""Jon Marius Venstad2021-09-271-1/+0
|
* Revert "Use default value of jdisc.debug.resources."Jon Marius Venstad2021-09-271-0/+1
|
* Merge pull request #19280 from vespa-engine/bratseth/cleanup-876Harald Musum2021-09-273-6/+12
|\ | | | | No functional changes
| * No functional changesJon Bratseth2021-09-243-6/+12
| |
* | Merge pull request #19296 from ↵Henning Baldersheim2021-09-271-4/+0
|\ \ | | | | | | | | | | | | vespa-engine/balder/gc-enforce-rank-profile-inheritance-2 GC fully deployed featuer flag enforce-rank-profile-inheritance
| * | GC fully deployed featuer flag enforce-rank-profile-inheritanceHenning Baldersheim2021-09-271-4/+0
| | |