aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix and improve testHarald Musum2022-10-261-16/+15
|
* Remove unused file refrences based on last modified timeHarald Musum2022-10-263-16/+18
|
* Merge pull request #24548 from vespa-engine/arnej/common-handle-env-rootHenning Baldersheim2022-10-254-14/+18
|\ | | | | * apply new common bootstrap
| * * apply new common bootstrapArne Juul2022-10-244-14/+18
| | | | | | | | | | * remove now-duplicated code * prefer using ${VESPA_HOME} environment variable
* | Merge pull request #24558 from ↵Arnstein Ressem2022-10-251-3/+3
|\ \ | | | | | | | | | | | | vespa-engine/revert-24557-jonmv/revert-startup-script-changes Revert "Jonmv/revert startup script changes"
| * | Revert "Jonmv/revert startup script changes MERGEOK"Eirik Nygaard2022-10-241-3/+3
| | |
* | | Merge pull request #24553 from vespa-engine/jonmv/controller-code-cleanupJon Marius Venstad2022-10-242-2/+2
|\ \ \ | |/ / |/| | Jonmv/controller code cleanup
| * | Avoid JSON class leaks, and removed unused data/codejonmv2022-10-242-2/+2
| |/
* / Revert "Merge pull request #24519 from ↵jonmv2022-10-241-3/+3
|/ | | | | | | vespa-engine/ean/remove-vespa-unprivileged" This reverts commit 1afef7d4676c17d70087aeb36df228faf7073afd, reversing changes made to 2dc4c6b58004d51af887c49760a98804803ab73f.
* Support running Vespa in container as non-rootEirk Nygaard2022-10-211-3/+3
| | | | | | | | This removes the old VESPA_UNPRIVILEGED environment variable. Instead we use the old mechanisme if id of the user starting Vespa is root. If the container is started with a non-root user some sanity checking is done to either fail because wrong permissions are active, or warn the user for possibly too low limits.
* Reapply "Remove HostLivenessTracker"Valerij Fredriksen2022-10-146-65/+4
| | | | This reverts commit a5ed12b351806b187613457b58982ca67f537594.
* Revert "Remove HostLivenessTracker"Valerij Fredriksen2022-10-136-4/+65
|
* Remove HostLivenessTrackerValerij Fredriksen2022-10-136-65/+4
|
* Merge pull request #24406 from vespa-engine/bratseth/instance-tagsJon Bratseth2022-10-1312-40/+151
|\ | | | | Add instance tags [run-systemtest]
| * Add instance tagsJon Bratseth2022-10-1212-40/+151
| |
* | Remove debug lineHarald Musum2022-10-131-1/+0
| |
* | Only rethrow IOException as RuntimeException when creating sessionHarald Musum2022-10-136-5/+52
| | | | | | | | | | | | | | | | Otherwise we will return responses as internal server instead of e.g. invalid application package. Also throw more precise InvalidApplicationException if validating file extensions fail.
* | Do not retry invalid applications (for the next 100 years)jonmv2022-10-122-2/+3
| |
* | Revert "Refactor cleanup of file references"Harald Musum2022-10-114-14/+76
|/
* Use a Stream to read files, might go OOM otherwiseHarald Musum2022-10-101-1/+2
| | | | | Slight rewrite to be able to use a stream for deleting unused file references, but still keep some of them (the last accessed ones)
* Move code for deleting unused file referencesHarald Musum2022-10-074-76/+13
| | | | | No functional changes, will be used by config proxy code as well in the future
* Revert accidental changeHenning Baldersheim2022-10-071-3/+3
|
* No need for feature flag for max-merge-queue-sizeHenning Baldersheim2022-10-063-11/+3
|
* GC max-concurrent-merges-per-nodeHenning Baldersheim2022-10-061-3/+0
|
* GC remaining persistence throttling tuning flags.Henning Baldersheim2022-10-061-12/+0
|
* GC persistence-throttling-of-merge-feed-ops flag which has long had sane ↵Henning Baldersheim2022-10-061-3/+0
| | | | default.
* merge-throttling-policy has long been static.Henning Baldersheim2022-10-061-3/+0
|
* GC unordered-merge-chaining flagHenning Baldersheim2022-10-061-3/+0
|
* Return 409 if reindexing status is unavailableMartin Polden2022-10-054-4/+37
|
* Simplify: Use Clock and Curator from ApplicationRepositoryHarald Musum2022-10-044-37/+19
|
* Simplify by moving some test code into testHarald Musum2022-10-042-56/+52
|
* Reduce expiry time for remote sessions for self-hostedHarald Musum2022-10-031-1/+1
|
* Always doing three phase updates now.Henning Baldersheim2022-09-301-3/+0
|
* Merge pull request #24269 from vespa-engine/balder/gc-mbus-encode-flagsHenning Baldersheim2022-09-301-9/+0
|\ | | | | GC some mbus flag no longer valid.
| * GC some mbus flag no longer valid.Henning Baldersheim2022-09-301-9/+0
| |
* | No configuration of phrase splitting needed.Henning Baldersheim2022-09-301-3/+0
|/
* Always use target-active-docs for coverage computation.Henning Baldersheim2022-09-281-3/+0
|
* GC unused enable-bitvector flagHenning Baldersheim2022-09-281-3/+0
|
* GC unused metrics-proxy-threads.Henning Baldersheim2022-09-271-3/+0
|
* GC fully deployed available-processors flagHenning Baldersheim2022-09-271-3/+0
|
* Make APPLICATION_FILES_WITH_UNKNOWN_EXTENSION a permanent flagHarald Musum2022-09-221-2/+2
|
* Set deature flag and config value for cluster-controller-state-gather-count to 1Harald Musum2022-09-221-3/+0
|
* Add `compute-coverage-from-target-active-docs` feature flag and Dispatch configTor Brede Vekterli2022-09-131-0/+3
| | | | Defaults to false.
* Add feature flag to restrict data plane bindingsMorten Tokle2022-09-091-0/+3
|
* Use feature flag CLUSTER_CONTROLLER_STATE_GATHER_COUNTHarald Musum2022-09-051-6/+9
|
* Preserve cloud account on internal redeployMartin Polden2022-09-052-0/+3
|
* Inject NodeHostnameVerifier to HttpProxyBjørn Christian Seime2022-09-024-8/+47
|
* Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-013-4/+2
|\ | | | | Bratseth/model config
| * Add 'model' config typeJon Bratseth2022-08-313-4/+2
| |
* | Handle UnsupportedOperationException as bad requestMartin Polden2022-09-011-13/+8
| |