aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Add container on logserver in non-hosted environmentMartin Polden2024-06-171-1/+4
|
* Set endpoints in non-overloaded methodMartin Polden2024-06-171-9/+10
|
* Ensure isHostedVespa=true in hosted testsMartin Polden2024-06-172-4/+8
|
* Remove unused argumentHarald Musum2024-06-117-29/+17
|
* Remove qrserver remnantsHarald Musum2024-06-117-48/+12
| | | | | | qrserver as a service name was removed when going to Vespa 8. Change in config-model-api is safe, since the only usage is in configserver module.
* Merge pull request #31530 from vespa-engine/jonmv/public-athenz-servicesJon Marius Venstad2024-06-111-0/+7
|\ | | | | Jonmv/public athenz services
| * Make it possible to launch an Athenz service in publicjonmv2024-06-111-0/+7
| |
* | Use the clock that is already availableHarald Musum2024-06-114-7/+7
| |
* | Cleanup and simplify testing of expired sesionsHarald Musum2024-06-111-46/+48
| |
* | Rename metric context "job" due to overlap with prometheusbjormel2024-06-101-1/+1
| |
* | Move stack inside failure branchjonmv2024-06-101-1/+1
| |
* | Improve logging for ZK session clientjonmv2024-06-101-4/+8
|/
* Minor simplifications found while reading code, no functional changesHarald Musum2024-06-071-22/+9
|
* Fall back to parent ctime for session creationjonmv2024-06-071-2/+7
|
* Remove stray line from debuggingJon Marius Venstad2024-06-071-1/+0
|
* Log when some ZK nodes are not present in a session, but should bejonmv2024-06-073-7/+18
|
* Implement `requestPrefixForLoggingContent()`Bjørn Christian Seime2024-06-051-0/+4
|
* Merge pull request #31381 from vespa-engine/hmusum/minor-refactoringHenning Baldersheim2024-06-041-52/+56
|\ | | | | Hmusum/minor refactoring
| * Split out method to start download and simplify a bit moreHarald Musum2024-05-311-14/+14
| |
| * Return immediately if we are shutting downHarald Musum2024-05-311-2/+1
| |
| * Make the code easier to readHarald Musum2024-05-311-49/+54
| |
* | Add feature flag for enforcing strictly increasing cluster state versionsTor Brede Vekterli2024-06-031-0/+3
|/ | | | | | Applies to `stor-server` config for both distributors and storage nodes. Defaults to `false` for now.
* Stop using feature flag for jvmOmitStackTraceInFastThrowOptionHarald Musum2024-05-301-11/+0
| | | | | Startup scripts now all set -XX:-OmitStackTraceInFastThrow and no need for a feature flag to control this
* Log a warningHarald Musum2024-05-301-1/+1
|
* Log if getting exception when downloading app-packageHarald Musum2024-05-301-1/+4
|
* Update HTTP request timeout parameter as time passesjonmv2024-05-281-1/+1
|
* Add feature flag for Put/Activate replica selection symmetryTor Brede Vekterli2024-05-231-0/+3
| | | | Defaults to false, i.e. legacy replica selection behavior.
* Avoid trailing slashes in configserver clientsjonmv2024-05-222-3/+3
|
* Less strings, more proper classesjonmv2024-05-225-15/+18
|
* Signal tester suspension explicitlyjonmv2024-05-224-38/+45
|
* Demonstrate type-safe setting of flag dimensionsHåkon Hallingstad2024-05-211-91/+49
|
* Merge pull request #31241 from vespa-engine/hakonhall/quota-capacity-policiesJon Bratseth2024-05-193-2/+11
|\ | | | | Hakonhall/quota capacity policies
| * Actually resolve the admin-cluster-node-architecture flagHåkon Hallingstad2024-05-191-0/+5
| |
| * Make flags depend on config-provisioningHåkon Hallingstad2024-05-191-6/+1
| |
| * Remove flags dependency from config-modelHåkon Hallingstad2024-05-181-0/+9
| |
| * Apply capacity to quota checkJon Bratseth2024-05-132-2/+2
| |
* | Remove outdated testjonmv2024-05-161-5/+0
| |
* | Allow modifying reindexing speed, and speed 0 halts reindexingjonmv2024-05-164-20/+94
| |
* | Merge pull request #31219 from vespa-engine/mpolden/client-improvementsMartin Polden2024-05-162-2/+2
|\ \ | | | | | | Make EndpointCertificateSecretStore an interface
| * | Make EndpointCertificateSecretStore an interfaceMartin Polden2024-05-162-2/+2
| | |
* | | Revert to manual triggering of reindexing for non-hostedjonmv2024-05-153-8/+16
|/ /
* / Remove unused preprocess:include in configserver's services.xmlValerij Fredriksen2024-05-101-6/+0
|/
* Remove trailing dot in error messageBjørn Christian Seime2024-04-251-1/+1
| | | Some automatic HTML/link conversion may be tricked to include the '.' in the page fragment link.
* Otel on logserver WIPOla Aunronning2024-04-121-0/+3
|
* Merge pull request #30897 from ↵Tor Brede Vekterli2024-04-121-0/+3
|\ | | | | | | | | vespa-engine/vekterli/add-max-feed-op-batch-size-flag Add feature flag for controlling max feed operation batch size
| * Add feature flag for controlling max feed operation batch sizeTor Brede Vekterli2024-04-121-0/+3
| | | | | | | | Currently defaults to 1, which disables batching.
* | Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-1214-51/+24
| |
* | Unify on List.ofHenning Baldersheim2024-04-118-16/+11
|/
* Fix failing annotator test and singletonMap => Map.ofHenning Baldersheim2024-04-113-6/+5
|
* Unify on Map.ofHenning Baldersheim2024-04-115-14/+10
|