aboutsummaryrefslogtreecommitdiffstats
path: root/config-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup use of requesters and config sourcesHarald Musum2021-12-032-21/+11
| | | | | Remove requesters() method from ConfigSubscriber as well, not useful for others and is documented as for internal use only
* 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
| | | | Default is unchanged
* Remove unused methodHarald Musum2021-11-151-16/+1
| | | | | RPC method filedistribution.setFileReferencesToDownload is only used between config servers, remove config proxy implementation
* 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-274-4/+4
|
* Change default timeout to 3 minutesHarald Musum2021-10-151-1/+1
| | | | Continnue using timeout of 5 minutes for downloader used by config proxy
* Remove dead codeHarald Musum2021-10-141-5/+4
|
* Cleanup, no functional changesHarald Musum2021-10-141-2/+2
|
* Cleanup, no functional changesHarald Musum2021-10-132-7/+7
|
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-081-1/+1
| | | | | Cleanup use of supervisor in connection pool and some file download classes
* Reuse supervisor when we have oneHarald Musum2021-10-071-1/+1
| | | | Remove unnecessary constructor
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-0724-24/+24
|
* 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
| | | | | | | | Use just one way of calculating delay until sending next request after and error: * do not retry faster after transient error, it may be overload * backoff based on number of failures * Use a max delay, but use a random factor anyway * Simplify
* Throw if no config sources defined, log if empty configHarald Musum2021-10-051-51/+49
| | | | Other changes are non-functional
* 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
| | | | .. to allow decoupling config-bundle from http-utils.
* More cleanup of md5 usageHarald Musum2021-09-151-2/+2
|
* Remove getConfigMd5() from RawConfig, update usageHarald Musum2021-09-154-17/+14
|
* Revert "Revert "Use both xxhash64 and md5 for config payload in requests and ↵Harald Musum2021-09-094-22/+29
| | | | responses [run-systemtest]""
* Revert "Use both xxhash64 and md5 for config payload in requests and ↵Harald Musum2021-09-094-29/+22
| | | | responses [run-systemtest]"
* Follow changes, use PayloadChecksumsHarald Musum2021-09-093-20/+27
|
* Use both xxhash64 and md5 for config payload in requests and responsesHarald Musum2021-09-091-2/+2
| | | | Chacking of equal config with hasEqualConfig() still uses only md5
* Follow changesHarald Musum2021-09-081-7/+6
|
* Remove def md5 from ConfigKeyHarald Musum2021-09-082-8/+20
|
* Reuse client and server to speed up test.gjoranv2021-07-051-11/+22
| | | | - From ~11.5 to ~3.5 sec
* Add transitive httpclient dependencies to config-proxy toolsBjørn Christian Seime2021-06-211-0/+6
|
* 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
|/
* remove historical, unused environment variableArne Juul2021-05-281-1/+0
|
* More lazy debug log message generationJon Marius Venstad2021-04-284-7/+6
|
* Revert "Revert "Revert "Revert "Unify on hc5""""Henning Baldersheim2021-04-081-0/+5
|
* Revert "Revert "Revert "Unify on hc5"""Henning Baldersheim2021-04-081-5/+0
|
* Need explicit slf4j in standalone apps.Henning Baldersheim2021-04-081-0/+5
|
* Do not omit stack trace for config proxy and logserverHarald Musum2021-04-071-1/+1
|
* GC unused env variablesHarald Musum2021-03-151-4/+1
|
* Add debug logging to shutdownHenning Baldersheim2021-03-101-0/+8
|
* enableSmallBuffers -> useSmallBuffersHenning Baldersheim2021-02-121-1/+1
|
* Use small buffers where size matters more than speed.Henning Baldersheim2021-02-121-1/+2
|
* Track explicitly when we are initializing configJon Bratseth2020-12-161-1/+1
|
* Revert "Merge pull request #15739 from ↵Jon Bratseth2020-12-084-13/+12
| | | | | | | vespa-engine/revert-15734-bratseth/simplify-config-take-2" This reverts commit d1e33a9420805f5d416ca55ed79497fd28f20216, reversing changes made to 10464c859ccca2596e2b841612f8ea958330e4dc.