summaryrefslogtreecommitdiffstats
path: root/config-proxy
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Revert "Bratseth/simplify config take 2"Harald Musum2020-12-084-12/+13
|
* Revert "Merge pull request #15690 from ↵Jon Bratseth2020-12-074-13/+12
| | | | | | | vespa-engine/revert-15686-bratseth/simplify-config" This reverts commit a90709008ec0d108ee9a2e26bda20e39a10424b5, reversing changes made to fcb2b4a2fd7a594520613c48d58e26963c68ea90.
* Revert "Keep internal-redeploy serverside. Remove old restartOnDeploy ↵Jon Bratseth2020-12-044-12/+13
| | | | impleme…"
* Keep internal-redeploy serverside. Remove old restartOnDeploy implementation.Jon Bratseth2020-12-044-13/+12
|
* Revert "Merge pull request #15581 from ↵Jon Bratseth2020-12-024-9/+13
| | | | | | | vespa-engine/revert-15578-bratseth/apply-on-restart-take-10" This reverts commit 4cf13bc7db215e77f7688e429f700880c115fe76, reversing changes made to e21f385bd4f21326608f3a69325df4e96d4a65e5.
* Revert "Bratseth/apply on restart take 10"Jon Bratseth2020-12-024-13/+9
|
* Revert "Merge pull request #15577 from ↵Jon Bratseth2020-12-014-9/+13
| | | | | | | vespa-engine/revert-15575-bratseth/apply-on-restart-take-9" This reverts commit b9f054f862e6fc7bdbf41b9404605e2a8ad6b249, reversing changes made to 535b586bae36880259a792e2292f02b8495950fe.
* Revert "Bratseth/apply on restart take 9"Håkon Hallingstad2020-12-014-13/+9
|
* Revert "Merge pull request #15552 from ↵Jon Bratseth2020-12-014-9/+13
| | | | | | | vespa-engine/revert-15550-bratseth/apply-on-restart-take-8" This reverts commit 916492da87189ff9a07e39b22c64f2e1e31ff53a, reversing changes made to 3e5cf1de4c336c2e8d4f3a380dc242f402cb6dea.
* Revert "Bratseth/apply on restart take 8"Jon Bratseth2020-11-304-13/+9
|