summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Propagate the configured slime decode type into the rpc summary handling.Henning Baldersheim2023-03-301-0/+3
|
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
| | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* Add config for barrierWaitForAllTimeoutHarald Musum2023-03-237-30/+17
|
* Merge pull request #26545 from ↵Harald Musum2023-03-231-1/+1
|\ | | | | | | | | vespa-engine/jonmv/deployment-requests-take-even-longer Increase buffer even more for deployment timeouts
| * Increase buffer even more for deployment timeoutsjonmv2023-03-231-1/+1
| |
* | Specify barrier wait for all timeout in callers, simplifyHarald Musum2023-03-221-2/+5
| |
* | Remove unused argumentHarald Musum2023-03-211-7/+2
|/
* More proton metrics -> searchnode metricsHarald Musum2023-03-207-14/+16
|
* Remove duplicated methodHarald Musum2023-03-202-6/+1
|
* proton metrics -> searchnode metricsHarald Musum2023-03-2010-56/+50
| | | | | Use name of service and add API that does not use the generic /metrics path for searchnode metrics
* Move cluster controller metrics to a separate enum fileyngveaasheim2023-03-151-4/+5
|
* Allow XML fragments againJon Bratseth2023-03-131-17/+0
|
* Use equals when comparing versionsHarald Musum2023-03-092-2/+2
|
* Higher HTTP handler timeout for deploy, to account for reading requestjonmv2023-03-081-1/+1
|
* Merge pull request #26339 from vespa-engine/bjorncs/prepare-and-activateBjørn Christian Seime2023-03-071-0/+4
|\ | | | | Add application id to access log
| * Add application id to access logBjørn Christian Seime2023-03-071-0/+4
| |
* | Merge pull request #26336 from ↵Henning Baldersheim2023-03-077-16/+73
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/add-property-requiredGeneration-to-config-requests Add request property requiredGeneration to http get config requests
| * | Add request property requiredGeneration to http get config requestsHarald Musum2023-03-077-16/+73
| |/ | | | | | | | | Response should be 412 Precondition Failed if config found does not have same generations as property.
* / Wait longer for all users of barrier.Harald Musum2023-03-071-2/+3
|/ | | | | | Use logic from RemoveApplicationWaiter in CuratorCompletionWaiter as well: Wait some time after quorum have reached barrier to see if another member reaches barrier as well. Return anyway after some time.
* Reapply "public athenz provider" (#26311)Morten Tokle2023-03-061-1/+0
| | | | | * Revert "Revert "Mortent/reapply public athenz provider"" * Add support method
* Log less or at a lower levelHarald Musum2023-03-063-13/+17
|
* Don't delay response if we resolve config a second timeHarald Musum2023-03-031-3/+3
|
* Resolve config when we discover a new config generation is activeHarald Musum2023-03-031-2/+2
| | | | | | | | Calling configActivated() will end up in going through all delayed responses, putting them on a queue and wait for configs to be resolved. This happens with the same executor that call configActivated() so it might end up in a deadlock. Resolving config immediately instead should avoid this.
* Merge pull request #26246 from vespa-engine/bratseth/cluster-infoValerij Fredriksen2023-03-013-2/+12
|\ | | | | Pass ClusterInfo
| * Pass ClusterInfoJon Bratseth2023-03-013-2/+12
| |
* | Set last modified time for file reference dir, not the files in itHarald Musum2023-03-011-1/+1
| |
* | Use correct feature flag as sourceBjørn Christian Seime2023-03-011-1/+1
|/
* Merge pull request #26228 from vespa-engine/bjorncs/global-phase-feature-flagArne H Juul2023-02-281-0/+3
|\ | | | | Bjorncs/global phase feature flag
| * Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-281-0/+3
| |
* | Set last modified timestamp for file reference to be usedHarald Musum2023-02-281-0/+3
|/ | | | | Avoid file references being deleted by maintainer after having checked that file reference already exists
* Make code clearer by using a new record DelayedConfigHarald Musum2023-02-281-20/+20
|
* Add empty() method to GetConfigContextHarald Musum2023-02-283-2/+8
|
* Merge pull request #26142 from vespa-engine/hmusum/configserver-cleanup-2Håkon Hallingstad2023-02-278-70/+31
|\ | | | | Hmusum/configserver cleanup 2
| * Simplify use of HostRegistry and ConfigActivationListenerHarald Musum2023-02-227-50/+10
| | | | | | | | There used to be 2 instances of HostRegistry, simplify now that there is only one.
| * Cosmetic changesHarald Musum2023-02-223-24/+25
| |
* | Rename methods and fields only, no functional changesHarald Musum2023-02-245-39/+40
| | | | | | | | Yes, really, no functional changes, for sure this time :-)
* | Revert "Cleanup HostRegistry, no functional changes"Harald Musum2023-02-245-47/+59
| |
* | Cleanup HostRegistry, no functional changesHarald Musum2023-02-235-59/+47
| |
* | Merge pull request #26169 from vespa-engine/hmusum/configserver-cleanup-1aValerij Fredriksen2023-02-2323-180/+25
|\ \ | | | | | | Hmusum/configserver cleanup 1a
| * | Remove unused fields and methodsHarald Musum2023-02-231-47/+0
| | |
| * | Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-2318-114/+16
| | |
| * | Cleanup and simplifyHarald Musum2023-02-238-23/+13
| | |
* | | Wait for resources in activate()Valerij Fredriksen2023-02-231-6/+6
| | |
* | | Use java supplierValerij Fredriksen2023-02-231-3/+4
|/ /
* / Revert "Hmusum/configserver cleanup 1"Harald Musum2023-02-2228-72/+239
|/
* Cleanup HostRegistry, no functional changesHarald Musum2023-02-225-59/+47
|
* Remove unused fields and methodsHarald Musum2023-02-211-47/+0
|
* Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-2118-114/+16
|
* Cleanup and simplifyHarald Musum2023-02-218-23/+13
|
* Reduce logging for acceptable exceptionjonmv2023-02-171-1/+4
|