aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Exchange BCP info WIPJon Bratseth2023-02-151-0/+1
|
* Update test and fix bug in tester code where flag source was not usedHarald Musum2023-02-143-6/+19
|
* Add flag controlling config server session expiry timeHarald Musum2023-02-141-1/+1
|
* All deletion of more sessions for every runHarald Musum2023-02-141-1/+1
|
* Deprecate and stop using HostSpec constructor that should be removedHarald Musum2023-02-132-6/+3
|
* Merge pull request #25973 from vespa-engine/hmusum/ungenerify-HostValidatorHåkon Hallingstad2023-02-106-27/+19
|\ | | | | Ungenerify host validator
| * SimplifyHarald Musum2023-02-102-4/+1
| |
| * No need for generics for HostValidator anymoreHarald Musum2023-02-105-24/+19
| |
* | Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-091-5/+9
|/
* Add tenant name to log and repsonse when unable to parse multipartHarald Musum2023-02-071-2/+2
|