aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-126-12/+19
* Deprecate ConfigGetterHarald Musum2022-07-071-1/+2
* switch expressions save lines, and keywordsAndreas Eriksen2022-06-161-14/+8
* Refuse config only when there is a possibility of incompatible Java bundlesjonmv2022-06-142-12/+6
* Remove on Vespa 8Jon Bratseth2022-06-081-2/+0
* Remove on Vespa 8Jon Bratseth2022-06-082-23/+1
* Remove on Vespa 8Jon Bratseth2022-06-081-9/+4
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-0818-79/+11
* Remove SlimeFormat::encode() on InputStream, 2. tryHåkon Hallingstad2022-06-081-7/+0
* Only donload url config on containers - not config serverLester Solbakken2022-05-202-4/+10
* Make sure we only add config with updated generation to subscription queueHarald Musum2022-04-192-13/+14
* Revert "Revert "Warn if config changes without generation changing""Harald Musum2022-04-193-5/+17
* Revert "Warn if config changes without generation changing"Harald Musum2022-04-193-17/+5
* Warn if config updated without generation updatedHarald Musum2022-04-193-6/+17
* Unexpected config change: Lower log level and add explanationHarald Musum2022-04-131-2/+3
* Synchronize when polling config response queueHarald Musum2022-04-081-1/+1
* No functional changesJon Bratseth2022-03-252-319/+188
* Merge pull request #21645 from vespa-engine/mpolden/check-major-version-compatHarald Musum2022-03-111-20/+23
|\
| * Reject config request when major version is incompatibleMartin Polden2022-03-111-20/+23
* | Suppress deprecation warningsHåkon Hallingstad2022-03-101-0/+2
|/
* If timeout has already expired, no need to take expensive time samples.Henning Baldersheim2022-02-161-2/+7
* Merge pull request #21237 from vespa-engine/balder/if-queue-is-empty-no-need-...Henning Baldersheim2022-02-161-3/+3
|\
| * If the queue is empty, avoid an extra poll which will do both an extra time c...Henning Baldersheim2022-02-161-3/+3
* | If timeout is zero or negative there is no need to make a costly call to samp...Henning Baldersheim2022-02-161-13/+21
|/
* SimplifyHarald Musum2022-02-101-2/+1
* Handle previous config being null when setting new configHarald Musum2022-02-101-4/+5
* Throw exception if subscriber is invoked after it's closedBjørn Christian Seime2022-02-072-1/+16
* Use simplier format for string representation of config keyHarald Musum2022-02-041-10/+1
* Deprecate all types in config.subscription, except ConfigGetter.gjoranv2022-02-0115-2/+29
* Deprecate ConfigGetter APIs that use ConfigSourcegjoranv2022-01-311-0/+6
* Defer public API decisionMartin Polden2022-01-281-1/+1
* Log snippet instead of entire configMartin Polden2022-01-281-1/+5
* Add more info in log message when config unexpectedly changesHarald Musum2022-01-241-4/+2
* Rename and update commentsHarald Musum2022-01-031-21/+20
* Avoid clearing config response queueHarald Musum2022-01-032-11/+18
* Merge pull request #20628 from vespa-engine/hmusum/config-cleanup-3gjoranv2022-01-032-41/+8
|\
| * Simplify MockConnectionHarald Musum2022-01-032-41/+8
* | Deprecate getConfigMd5() and setConfigMd5()Harald Musum2022-01-031-0/+1
|/
* Fix calculation of initial value of last logged timestampHarald Musum2021-12-181-2/+2
* Less logging when config requests failHarald Musum2021-12-161-7/+1
* Merge branch 'master' into revert-20366-revert-20350-hmusum/config-subscripti...Harald Musum2021-12-111-1/+1
|\
| * Wait longer before logging a warning the first timeHarald Musum2021-12-101-1/+1
* | Revert "Revert "Config subscription refactoring, part 5 [run-systemtest]""Harald Musum2021-12-066-62/+60
|/
* Revert "Config subscription refactoring, part 5 [run-systemtest]"Harald Musum2021-12-046-60/+62
* Cleanup use of requesters and config sourcesHarald Musum2021-12-036-62/+60
* MInor cleanup of ConfigSource in subscriptionsHarald Musum2021-12-034-19/+18
* Remove unnecessary loggingHarald Musum2021-11-301-1/+0
* Simplify ConfigSubscriptionHarald Musum2021-11-296-43/+27
* Fix logger nameHarald Musum2021-11-291-1/+1
* Add some more logging for file distribution connectsHarald Musum2021-11-281-0/+1