aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/rpc
Commit message (Collapse)AuthorAgeFilesLines
* Unify on Map.ofHenning Baldersheim2024-04-111-2/+1
|
* Update copyrightJon Bratseth2023-10-0916-16/+16
|
* Logging cleanupHarald Musum2023-08-271-32/+14
|
* Rename a class and some methodsHarald Musum2023-08-261-7/+7
|
* Make sure we don't swallow exceptions when transferring a file failsHarald Musum2023-08-031-3/+4
|
* Log less or at a lower levelHarald Musum2023-03-061-1/+1
|
* 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.
* Make code clearer by using a new record DelayedConfigHarald Musum2023-02-281-20/+20
|
* Add empty() method to GetConfigContextHarald Musum2023-02-282-2/+2
|
* Simplify use of HostRegistry and ConfigActivationListenerHarald Musum2023-02-221-14/+1
| | | | There used to be 2 instances of HostRegistry, simplify now that there is only one.
* Cleanup HostRegistry, no functional changesHarald Musum2023-02-222-3/+3
|
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-091-5/+9
|
* Add TODO about accepted compression types parameterHarald Musum2023-02-021-0/+1
|
* Reapply "Remove HostLivenessTracker"Valerij Fredriksen2022-10-142-10/+4
| | | | This reverts commit a5ed12b351806b187613457b58982ca67f537594.
* Revert "Remove HostLivenessTracker"Valerij Fredriksen2022-10-132-4/+10
|
* Remove HostLivenessTrackerValerij Fredriksen2022-10-132-10/+4
|
* Inject NodeHostnameVerifier to HttpProxyBjørn Christian Seime2022-09-021-0/+29
|
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-121-1/+2
| | | | magic conversions.
* Include client certificate chain even when authorization is disabledBjørn Christian Seime2022-07-201-3/+3
|
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
| | | | Facilitate improved encapsulation of Vespa mTLS related classes
* Include full certificate chain in auth contextBjørn Christian Seime2022-07-151-1/+1
|
* Return granted capabilities from PeerAuthorizerBjørn Christian Seime2022-07-151-4/+4
| | | | Introduce new ConnectionAuthContext as replacement for AuthorizationResult/SecurityContext.
* Renaming: config reload => config activationHarald Musum2022-07-133-19/+18
|
* Remove or simplify some loggingHarald Musum2022-07-121-12/+4
|
* Log unknown vespa version as FINEHarald Musum2022-07-121-9/+9
| | | | Also make sure to set logPre as early as possible (used in log messages)
* Add extra parameter in meta request when compressiont type is != gzipHarald Musum2022-07-061-1/+3
|
* Revert "Revert "Make sure to set compression type in file distribution meta ↵Harald Musum2022-07-061-5/+16
| | | | request""
* Revert "Make sure to set compression type in file distribution meta request ↵Harald Musum2022-07-061-16/+5
| | | | [run-systemtest]"
* Make sure to set compression type in file distribution meta requestHarald Musum2022-07-061-5/+16
|
* Support specifying compression type for file distribution requestsHarald Musum2022-07-051-7/+19
| | | | | | Add accepted compression types in file distribution requests. Older clients (e.g. Vespa 7.x) will not have that in requests, so fallback to gzip in that case.
* Make sure to return response when request times outHarald Musum2022-06-221-1/+4
| | | | | Return with new error code 2. Clients only check for error code 0, so a new error code is handled implicitly also by old clients
* Refuse config only when there is a possibility of incompatible Java bundlesjonmv2022-06-141-6/+16
|
* Use '@Inject' from 'annotations' in 'configserver'Bjørn Christian Seime2022-05-054-4/+4
|
* Stricter application id patternjonmv2022-04-191-1/+1
|
* Revert "Merge pull request #22072 from ↵jonmv2022-04-091-1/+1
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-081-1/+1
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* Move ID part to HostName in config-provisioningjonmv2022-04-081-1/+1
|
* Revert "Revert "Jonmv/reapply application name validation""Jon Marius Venstad2022-04-042-10/+5
|
* Revert "Jonmv/reapply application name validation"Jon Marius Venstad2022-04-042-5/+10
|
* Revert "Merge pull request #21961 from vespa-engine/revert-21918-jonmv/misc-6"Jon Marius Venstad2022-04-042-10/+5
| | | | | This reverts commit a0b02d8bd00bf8d7f3410cbf47ae432770546883, reversing changes made to 64d0102f9931a01d31976e85b585b9e63894f08e.
* Revert "Jonmv/misc 6"Jon Marius Venstad2022-04-042-5/+10
|
* Cleanup, should not change anythingJon Marius Venstad2022-03-312-10/+5
|
* Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-311-2/+2
|
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-311-2/+2
|
* Reject config request when major version is incompatibleMartin Polden2022-03-111-3/+8
|
* Revert timeout changeHarald Musum2021-12-211-1/+1
|
* Reduce timeout to 1 minute when serving filesHarald Musum2021-12-161-1/+1
| | | | | | Files are sent in parts, 1 minute shuold be plenty, 10 minutes makes it hard to analyze what is going on if there are connection problems, bugs in code etc.
* Simplify and reorder arguments, no functional changesHarald Musum2021-12-131-2/+2
|
* Reload super model before reloading configHarald Musum2021-11-181-2/+3
| | | | | Some requests depend on supermodel being updated when config changes, try reloading it first.