summaryrefslogtreecommitdiffstats
path: root/config-proxy/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-022-0/+4
* Deprecate package c.y.log.event.gjoranv2022-01-251-0/+1
* use less CPU in retention-enforcerArne H Juul2022-01-131-1/+1
* Merge branch 'master' into revert-20366-revert-20350-hmusum/config-subscripti...Harald Musum2021-12-121-13/+24
|\
| * Synchronize access to subscribers mapHarald Musum2021-12-111-13/+23
* | Merge branch 'master' into revert-20366-revert-20350-hmusum/config-subscripti...Harald Musum2021-12-118-119/+139
|\|
| * Make sure to keep memory cache when switching modeHarald Musum2021-12-102-3/+3
| * Revert "Revert "Hmusum/refactor config proxy [run-systemtest]""Harald Musum2021-12-107-109/+135
| * Revert "Hmusum/refactor config proxy [run-systemtest]"Harald Musum2021-12-107-135/+109
| * Make sure to shutdown all transport threadsHarald Musum2021-12-101-1/+1
| * Merge pull request #20448 from vespa-engine/hmusum/refactor-config-proxyHarald Musum2021-12-107-109/+135
| |\
| | * Require a couple of constructor arguments to be non-nullHarald Musum2021-12-104-10/+12
| | * Decouple rpc server and rpc client by using a ResponseHandlerHarald Musum2021-12-105-50/+94
| | * SImplify code related to MemoryCacheHarald Musum2021-12-065-33/+37
| | * Remove undocumented RPC command that has never been usedHarald Musum2021-12-061-24/+0
| * | Always use FileDistributionConnectionPoolHarald Musum2021-12-091-11/+5
| |/
* / Revert "Revert "Config subscription refactoring, part 5 [run-systemtest]""Harald Musum2021-12-062-21/+11
|/
* Revert "Config subscription refactoring, part 5 [run-systemtest]"Harald Musum2021-12-042-11/+21
* Cleanup use of requesters and config sourcesHarald Musum2021-12-032-21/+11
* M0;95;0cove logging in getFile() to callersHarald Musum2021-11-281-1/+2
* Always add client string when getting filesHarald Musum2021-11-261-1/+2
* Remove debug loggingHarald Musum2021-11-261-6/+0
* Rename env variable and add feature flag to be used by host-adminHarald Musum2021-11-251-2/+2
* Choose file distribution connection pool for config proxy based on env variableHarald Musum2021-11-251-1/+18
* Remove unused methodHarald Musum2021-11-151-16/+1
* JDK 17: Fix out-of-sequence javadoc headers.gjoranv2021-11-101-1/+1
* Log error when getting null config and don't return itHarald Musum2021-11-081-2/+7
* Update 2019 Oath copyrights.gjoranv2021-10-273-3/+3
* Change default timeout to 3 minutesHarald Musum2021-10-151-1/+1
* Remove dead codeHarald Musum2021-10-141-5/+4
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-081-1/+1
* Reuse supervisor when we have oneHarald Musum2021-10-071-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
* Update 2017 copyright notices.gjoranv2021-10-0712-12/+12
* Reduce config proxy max heap from 256 Mb to 128 MbHarald Musum2021-10-071-1/+1
* Simplify backoff when getting config failsHarald Musum2021-10-051-2/+1
* Throw if no config sources defined, log if empty configHarald Musum2021-10-051-51/+49
* Catch exceptionHarald Musum2021-10-011-10/+8
* Log pool name when switching connectionHarald Musum2021-09-301-1/+1
* Move ConfigVerification to config-proxygjoranv2021-09-232-1/+98
* More cleanup of md5 usageHarald Musum2021-09-151-2/+2
* Remove getConfigMd5() from RawConfig, update usageHarald Musum2021-09-153-15/+12
* Revert "Revert "Use both xxhash64 and md5 for config payload in requests and ...Harald Musum2021-09-091-2/+2
* Revert "Use both xxhash64 and md5 for config payload in requests and response...Harald Musum2021-09-091-2/+2
* Use both xxhash64 and md5 for config payload in requests and responsesHarald Musum2021-09-091-2/+2
* Remove def md5 from ConfigKeyHarald Musum2021-09-081-5/+5
* Use 1Gib start and max heap for config load testerHarald Musum2021-06-181-1/+1
* Merge branch 'master' into hmusum/add-constructor-for-naming-JRTConnectionPoolHenning Baldersheim2021-06-151-1/+1
|\
| * drop empty buffers instead of using small buffersHÃ¥vard Pettersen2021-06-151-1/+1
* | Add constructor for naming JRTConnectionPoolHarald Musum2021-06-152-5/+7
|/