aboutsummaryrefslogtreecommitdiffstats
path: root/config-proxy/src
Commit message (Expand)AuthorAgeFilesLines
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-093-3/+18
* Stop using file distribution feature flags, not needed anymoreHarald Musum2023-02-011-19/+2
* Avoid deprecated apache http 5.2 methods, by adding it to the builder.Henning Baldersheim2023-01-261-2/+1
* Accept all compression types by defaultHarald Musum2023-01-261-1/+4
* Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-261-1/+2
* Stack => DequeHenning Baldersheim2023-01-251-7/+7
* More consistent naming of set/build methodsHenning Baldersheim2023-01-251-1/+1
* VespaHttpClientBuilder follow builder pattern and add connect and socket time...Henning Baldersheim2023-01-251-2/+1
* Support environment variable VESPA_KEEP_FILE_REFERENCES_DAYSHarald Musum2023-01-121-1/+9
* Refactor, no functional changesHarald Musum2023-01-122-22/+30
* Rename maintainerHarald Musum2023-01-113-9/+9
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Revert "Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [...Eirik Nygaard2022-11-071-1/+1
* Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-syst...Eirik Nygaard2022-11-071-1/+1
* Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]""Eirik Nygaard2022-11-041-1/+1
* 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
* Reduce time we keep file referencesHarald Musum2022-10-111-3/+1
* Revert "Refactor cleanup of file references"Harald Musum2022-10-112-52/+63
* Throw UncheckedIOExceptionHarald Musum2022-10-101-1/+2
* Use FileDistributionCleanup to remove unused file references and downloadsHarald Musum2022-10-092-63/+51
* 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-299-116/+153
* 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
* 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
* Use Optional for getConfig/resolveConfig callsHarald Musum2022-04-1811-76/+72
* 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
* 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
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-216-108/+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