aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Reduce log levelHarald Musum2023-04-241-1/+1
|
* Use Files.move/() to move file referencesHarald Musum2023-04-241-11/+6
| | | | | | renameTo() is platform dependent and issue #26821 indicates that it fails when using mounted volumes and Docker. Use Files.move() instead and simplify accordingly
* GC undocumented env var that has been replaced by ↵Harald Musum2023-04-192-2/+2
| | | | VESPA_CONFIGSERVER_MULTITENANT a long time ago
* Use Predicate instead of ToIntFunctionHarald Musum2023-04-171-26/+10
|
* Add flag for allowing more than one content group downHarald Musum2023-04-171-2/+24
|
* Merge pull request #26715 from vespa-engine/hmusum/remove-unused-pathHarald Musum2023-04-121-2/+0
|\ | | | | Remove unused API path
| * Remove unused API pathHarald Musum2023-04-121-2/+0
| |
* | Minor cleanup of TenantApplications and testsHarald Musum2023-04-113-35/+20
|/
* Merge pull request #26637 from ↵Bjørn Meland2023-04-113-4/+4
|\ | | | | | | | | vespa-engine/bjormel/maintainer-success-factor-baseline maintainer success factor baseline deviation
| * update metric set with new successFactorDeviation metricbjormel2023-03-291-2/+2
| |
| * maintainer success factor baseline deviationbjormel2023-03-292-2/+2
| |
* | 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