aboutsummaryrefslogtreecommitdiffstats
path: root/config-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24607 from vespa-engine/bratseth/illegal-argument-exceptionJon Bratseth2022-10-271-1/+1
|\ | | | | Use IllegalArgumentException when appropriate
| * 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
| | | | | * remove now-duplicated code * prefer using ${VESPA_HOME} environment variable
* Upgrade BouncyCastle to 1.72Bjørn Christian Seime2022-10-121-1/+1
| | | | Migrate to artifact names used by 1.71+
* Reduce time we keep file referencesHarald Musum2022-10-111-3/+1
| | | | | Reduce the time we keep file references. If we delete one that we later need the config proxy will take care of downloading it again
* 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 ↵Henning Baldersheim2022-08-122-2/+2
| | | | magic conversions.
* 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
| | | | | VESPA_FILE_DISTRIBUTION_ACCEPTED_COMPRESSION_TYPES is not set anywhere yet, will be set through host-admin
* 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
| | | | Also remove some deprecated methods in ConfigGetter
* 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
| | | | Some minor changes to log output as well
* Do not create dependency-reduced-pom.xmlgjoranv2022-04-081-0/+1
| | | | | | - From maven-shade-plugin 3.3.0 (needed for JDK 17), the DRP is installed and used instead of the ordinary pom.xml, causing transitive dependencies to disappear for dependent modules.
* Increase thread stack size for config proxyHarald Musum2022-03-081-1/+1
| | | | 448k or more is required on arm64
* 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 ↵Henning Baldersheim2022-02-251-1/+1
| | | | from the default of 1000hz.
* Run config proxy configpoller at 1/10th of default(1000hz) vespa timer ↵Henning Baldersheim2022-02-171-1/+2
| | | | frequency.
* Improve maven-shade-plugin filter, and move to parent pom.gjoranv2022-02-031-11/+0
| | | | - Removes 223 build warnings (out of 562 for building non-test code)
* 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
| | | | - Generate countless warnings for duplicates and breaking encapsulation.
* 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
| | | | | | | | | * start it with "nice" * put in "sleep 1" between each processing step, to make it less CPU intensive * avoid doing work which can never be useful, by not looking at databases where the earliest possible timestamp is not older than the retention limit
* unify java warningsArne H Juul2022-01-071-6/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-217-113/+100
|
* Merge branch 'master' into ↵Harald Musum2021-12-121-13/+24
|\ | | | | | | revert-20366-revert-20350-hmusum/config-subscription-refactoring-part-5
| * Synchronize access to subscribers mapHarald Musum2021-12-111-13/+23
| | | | | | | | | | subscribeToConfig() may be called form different threads and subscribers map therefore needs locking to work properly
* | Merge branch 'master' into ↵Harald Musum2021-12-1115-194/+177
|\| | | | | | | revert-20366-revert-20350-hmusum/config-subscription-refactoring-part-5
| * 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
| |\ | | | | | | Hmusum/refactor config proxy [run-systemtest]
| | * 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
| | | | | | | | | | | | No functional changes
| | * Remove undocumented RPC command that has never been usedHarald Musum2021-12-062-39/+1
| | |
| * | Always use FileDistributionConnectionPoolHarald Musum2021-12-091-11/+5
| |/
* / Revert "Revert "Config subscription refactoring, part 5 [run-systemtest]""Harald Musum2021-12-062-21/+11
|/