summaryrefslogtreecommitdiffstats
path: root/config-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Shut down transport after rpc executorHarald Musum2020-09-181-1/+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-042-2/+2
|
* Use fewer threads to get next generation of configHarald Musum2020-04-266-134/+111
| | | | | | | Check for next config generation in one thread. Simplify Subscriber. Use a ConcurrentHashMap for active subscribers. Reduces the number of threads used by config proxy from ~230 to ~30
* LogLevel -> Level for isLoggable()gjoranv2020-04-251-1/+1
|
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-3/+3
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-257-10/+10
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-256-13/+13
|
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-253-10/+10
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-259-28/+28
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-2511-11/+11
|
* Merge pull request #13017 from ↵Harald Musum2020-04-231-5/+0
|\ | | | | | | | | vespa-engine/revert-12961-hmusum/create-stack-trace-if-config-proxy-does-not-start-2 Revert "Dump stack trace several times if config proxy does not start"
| * Revert "Dump stack trace several times if config proxy does not start"Harald Musum2020-04-221-5/+0
| |
* | Extend the timeout for config-proxy to start from 1m to 3m.Henning Baldersheim2020-04-231-1/+1
|/
* Dump stack trace several times if config proxy does not startHarald Musum2020-04-171-0/+5
|
* Get java stack trace if config proxy is unable to startHarald Musum2020-04-151-0/+1
|
* Add more info on config proxy startupHåkon Hallingstad2020-04-071-4/+19
|
* Set Java system property java.io.tmpdir to $VESPA_HOME/tmpHarald Musum2020-03-121-1/+3
|
* Simplify code, as there exists only one config protocol versionHarald Musum2020-03-111-23/+2
|
* Add delayedResponses() to interfaceHarald Musum2020-02-217-9/+27
|
* Move delayed responses and scheduler into RpcConfigSourceClientHarald Musum2020-02-212-29/+23
|
* Move timing values into RpcConfigSourceClientHarald Musum2020-02-214-46/+23
|
* Use new method for creating JRTConfigRequesterHarald Musum2020-02-201-2/+1
|
* Remove unnecessary constructor argumentHarald Musum2020-02-183-8/+10
|
* Remove map, there is always just one config source set and one requesterHarald Musum2020-02-182-36/+17
|
* Revert "Revert "Only use 2 cores for config proxy""Harald Musum2020-02-141-1/+2
|
* Revert "Only use 2 cores for config proxy"Harald Musum2020-02-141-2/+1
|
* Merge pull request #12167 from vespa-engine/balder/only-2-cores-for-config-proxyHarald Musum2020-02-131-1/+2
|\ | | | | Only use 2 cores for config proxy
| * Limit virtual memory usage.Henning Baldersheim2020-02-131-1/+1
| |
| * Cheaper on the resources.Henning Baldersheim2020-02-131-1/+1
| |
| * Only use 2 cores for config proxyHenning Baldersheim2020-02-121-0/+1
| |
* | Merge pull request #12161 from vespa-engine/hmusum/cleanup-8Henning Baldersheim2020-02-131-1/+1
|\ \ | | | | | | Hmusum/cleanup 8
| * | Use correct variableHarald Musum2020-02-121-1/+1
| | |
| * | No need for a static method and constructor that are equalHarald Musum2020-02-121-1/+1
| |/
* / Use minimum 8 threads for file distributionHarald Musum2020-02-131-1/+1
|/
* Revert "Config cleanup 5"Harald Musum2020-02-103-17/+42
|
* requester is never null, remove guardsHarald Musum2020-02-101-12/+3
|
* Remove constructor only used in testsHarald Musum2020-02-091-2/+2
|
* No need for a static method and constructor that are equalHarald Musum2020-02-091-1/+1
|
* Remove unused map of requestersHarald Musum2020-02-092-32/+16
|
* Turn off debuggingHarald Musum2019-11-121-1/+1
|
* Log to vespa log in debug mode and add debug mode for vespa-ping-configproxyHarald Musum2019-11-071-1/+1
|
* Improve dumpcache command a bitHarald Musum2019-09-132-7/+26
| | | | Log a bit when running, handle errors better, more output when something goes wrong
* Fix mode switchingHarald Musum2019-09-081-3/+4
| | | | Use the new mode when switching and log correctly
* update shell bootstrap sectionsArne Juul2019-09-043-0/+12
|
* SimplifyHarald Musum2019-09-036-56/+38
|
* Simplify ModeHarald Musum2019-07-123-65/+9
| | | | | Remove mode testing covered elsewhere, remove handling of empty string for mode
* Merge branch 'master' into hmusum/config-proxy-refactoring-2Harald Musum2019-07-126-173/+15
|\
| * Remove event logging from config proxyHarald Musum2019-07-126-175/+15
| | | | | | | | | | | | Statistics in config proxy are logged as events in vespa log, we want to move away from that to using real metrics if we need something like this in the future. AFAIK these events have not proved useful for anything in a long time.