summaryrefslogtreecommitdiffstats
path: root/config-proxy
Commit message (Expand)AuthorAgeFilesLines
* Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]"Arnstein Ressem2022-11-041-1/+1
* Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmpEirk Nygaard2022-11-041-1/+1
* Merge pull request #24607 from vespa-engine/bratseth/illegal-argument-exceptionJon Bratseth2022-10-271-1/+1
|\
| * Use IllegalArgumentException when appropriateJon Bratseth2022-10-271-1/+1
* | ReindentHarald Musum2022-10-261-6/+6
* | Remove patches directory from class path, not used anymoreHarald Musum2022-10-261-1/+1
|/
* * apply new common bootstrapArne Juul2022-10-243-12/+13
* Upgrade BouncyCastle to 1.72Bjørn Christian Seime2022-10-121-1/+1
* Reduce time we keep file referencesHarald Musum2022-10-111-3/+1
* Revert "Refactor cleanup of file references"Harald Musum2022-10-113-58/+63
* Throw UncheckedIOExceptionHarald Musum2022-10-101-1/+2
* Use FileDistributionCleanup to remove unused file references and downloadsHarald Musum2022-10-093-63/+57
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-122-2/+2
* Convert config-proxy to junit5Bjørn Christian Seime2022-07-2910-124/+166
* Remove all dependencies to yoleangjoranv2022-07-131-5/+0
* Wire in use of compression types and flags for file distributionHarald Musum2022-07-061-2/+13
* Also consider heap overrides when controlling THP for jvms.Henning Baldersheim2022-06-161-5/+2
* () = {}Henning Baldersheim2022-06-081-1/+1
* Only enable -XX:+UseTransparentHugePages if heap is at least 2x hugepage size.Henning Baldersheim2022-06-081-1/+6
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
* remove SuppressWarnings no longer neededArne H Juul2022-06-081-1/+0
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-085-8/+0
* Use hugespages for jvm also when OS setting is [madvise]Henning Baldersheim2022-05-301-1/+1
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
* Use Optional for getConfig/resolveConfig callsHarald Musum2022-04-1811-76/+72
* Do not create dependency-reduced-pom.xmlgjoranv2022-04-081-0/+1
* Increase thread stack size for config proxyHarald Musum2022-03-081-1/+1
* 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
* Improve maven-shade-plugin filter, and move to parent pom.gjoranv2022-02-031-11/+0
* Revert "Exclude META-INF files and module-info.class from uber jars."Harald Musum2022-02-021-2/+4
* Exclude META-INF files and module-info.class from uber jars.gjoranv2022-02-021-4/+2
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-025-0/+8
* Deprecate package c.y.log.event.gjoranv2022-01-251-0/+1
* use less CPU in retention-enforcerArne H Juul2022-01-131-1/+1
* unify java warningsArne H Juul2022-01-071-6/+0
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-217-113/+100
* 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-1115-194/+177
|\|
| * Make sure to keep memory cache when switching modeHarald Musum2021-12-103-4/+4
| * Revert "Revert "Hmusum/refactor config proxy [run-systemtest]""Harald Musum2021-12-1014-184/+173
| * Revert "Hmusum/refactor config proxy [run-systemtest]"Harald Musum2021-12-1014-173/+184
| * Make sure to shutdown all transport threadsHarald Musum2021-12-101-1/+1
| * Merge pull request #20448 from vespa-engine/hmusum/refactor-config-proxyHarald Musum2021-12-1014-184/+173
| |\
| | * Require a couple of constructor arguments to be non-nullHarald Musum2021-12-107-13/+15
| | * Decouple rpc server and rpc client by using a ResponseHandlerHarald Musum2021-12-109-84/+106
| | * SImplify code related to MemoryCacheHarald Musum2021-12-0610-59/+62
| | * Remove undocumented RPC command that has never been usedHarald Musum2021-12-062-39/+1