aboutsummaryrefslogtreecommitdiffstats
path: root/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/RpcConfigSourceClient.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Config subscription refactoring, part 5 [run-systemtest]"Harald Musum2021-12-041-6/+6
* Cleanup use of requesters and config sourcesHarald Musum2021-12-031-6/+6
* Remove dead codeHarald Musum2021-10-141-5/+4
* 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
* Remove getConfigMd5() from RawConfig, update usageHarald Musum2021-09-151-6/+5
* Add debug logging to shutdownHenning Baldersheim2021-03-101-0/+8
* No need to shutdown/close more than onceHarald Musum2020-09-241-3/+1
* Shutdown transport threadHarald Musum2020-09-211-0/+1
* Close requester when shutting downHarald Musum2020-09-161-2/+3
* Shutdown immediately, no point in waiting for this componentHarald Musum2020-09-151-3/+3
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
* Use fewer threads to get next generation of configHarald Musum2020-04-261-40/+51
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-4/+4
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-3/+3
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-10/+10
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Add delayedResponses() to interfaceHarald Musum2020-02-211-0/+5
* Move delayed responses and scheduler into RpcConfigSourceClientHarald Musum2020-02-211-6/+17
* Move timing values into RpcConfigSourceClientHarald Musum2020-02-211-5/+14
* Use new method for creating JRTConfigRequesterHarald Musum2020-02-201-2/+1
* Remove map, there is always just one config source set and one requesterHarald Musum2020-02-181-28/+10
* Use correct variableHarald Musum2020-02-121-1/+1
* No need for a static method and constructor that are equalHarald Musum2020-02-121-1/+1
* Revert "Config cleanup 5"Harald Musum2020-02-101-10/+33
* requester is never null, remove guardsHarald Musum2020-02-101-12/+3
* No need for a static method and constructor that are equalHarald Musum2020-02-091-1/+1
* Remove unused map of requestersHarald Musum2020-02-091-25/+11
* Remove event logging from config proxyHarald Musum2019-07-121-6/+0
* Refactoring, no functional changesHarald Musum2019-07-111-8/+56
* Handle getting new config after getting empty configHarald Musum2019-05-011-1/+1
* Nonfunctional changesJon Bratseth2018-06-201-1/+2
* Simplify and avoid creating strings unnecessarilyHarald Musum2017-12-131-9/+6
* Longer timeout and lower log levels when connection failsHarald Musum2017-09-211-7/+5
* Name threads in thread poolHarald Musum2017-07-191-1/+1
* Move code that puts config in cacheHarald Musum2017-07-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* cosmetic rewriteArne H Juul2017-03-091-5/+3
* Avoid race when getting configHarald Musum2017-03-081-11/+14
* RefactoringsHarald Musum2017-03-031-6/+6
* Refactor and make sure to synchronize on only one objectHarald Musum2017-02-271-8/+19
* RefactoringHarald Musum2017-02-141-2/+2
* This should not be an error, could be temporaryHarald Musum2016-09-301-1/+1
* Remove unused argumentHarald Musum2016-08-091-2/+2
* Use github name in @author and OWNERS filesHarald Musum2016-06-171-1/+1