aboutsummaryrefslogtreecommitdiffstats
path: root/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/RpcConfigSourceClient.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Increase timeout and log lessHarald Musum2023-03-061-4/+4
* Use IllegalArgumentException when appropriateJon Bratseth2022-10-271-1/+1
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-121-1/+1
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-2/+0
* Use Optional for getConfig/resolveConfig callsHarald Musum2022-04-181-11/+11
* Use a typesafe Duration instead of integer milliseondst status.Henning Baldersheim2022-02-251-1/+2
* - Use a utility method that recomputes a timeout if VESPA_TIMER_HZ deviates f...Henning Baldersheim2022-02-251-1/+1
* Run config proxy configpoller at 1/10th of default(1000hz) vespa timer freque...Henning Baldersheim2022-02-171-1/+2
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+2
* 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-111-10/+11
|\|
| * Revert "Revert "Hmusum/refactor config proxy [run-systemtest]""Harald Musum2021-12-101-10/+11
| * Revert "Hmusum/refactor config proxy [run-systemtest]"Harald Musum2021-12-101-11/+10
| * Require a couple of constructor arguments to be non-nullHarald Musum2021-12-101-1/+1
| * Decouple rpc server and rpc client by using a ResponseHandlerHarald Musum2021-12-101-5/+5
| * SImplify code related to MemoryCacheHarald Musum2021-12-061-5/+6
* | Revert "Revert "Config subscription refactoring, part 5 [run-systemtest]""Harald Musum2021-12-061-6/+6
|/
* 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