summaryrefslogtreecommitdiffstats
path: root/config/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Only log connection attempt when we have an invalid connectionHarald Musum2023-03-091-2/+2
| | | | Avoid always logging at startup
* Log at level INFO when application is not loadedHarald Musum2023-03-061-0/+4
|
* Stack => Deque and gc unused ConfigFileFormatHenning Baldersheim2023-01-253-262/+31
|
* Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
|
* Rethrow exception when building config if file reference does not existHarald Musum2023-01-132-2/+18
|
* Revert "Revert "Add an eof object that can be sent to the Q to wake up the ↵Henning Baldersheim2022-12-231-5/+40
| | | | ones waiti…""
* Revert "Add an eof object that can be sent to the Q to wake up the ones ↵Henning Baldersheim2022-12-211-40/+5
| | | | waiti…"
* Add an eof object that can be sent to the Q to wake up the ones waiting for ↵Henning Baldersheim2022-12-201-5/+40
| | | | | | config. This enables faster close.
* Check when last warning was logged for all error typesHarald Musum2022-12-011-21/+14
|
* Don't resolve serversideJon Bratseth2022-11-091-8/+11
|
* Tolerate attempts to resolve multiple timesJon Bratseth2022-11-081-3/+5
|
* Move file handling down into FileSourcejonmv2022-11-014-21/+31
|
* Cleanup, no effective changesjonmv2022-11-013-9/+3
|
* No real changesjonmv2022-11-019-48/+25
|
* Use IllegalArgumentException when appropriateJon Bratseth2022-10-273-11/+15
|
* Send model pathsJon Bratseth2022-09-171-7/+4
|
* Revert "Merge pull request #23910 from ↵Jon Bratseth2022-09-021-4/+6
| | | | | | | vespa-engine/revert-23907-bratseth/model-reference-cleanup" This reverts commit 37f0d3a64511b0dd0d902053be3a6cffc21acee6, reversing changes made to c23bba0b2cd6ab7699ee2b0d6be34c023159ffb8.
* Revert "Cleanup, more tests and separate resolved from not"Arnstein Ressem2022-09-021-6/+4
|
* Cleanup, more tests and separate resolved from notJon Bratseth2022-09-021-4/+6
|
* Attempt to resolve when invalid will make it validJon Bratseth2022-09-011-1/+1
|
* Add testJon Bratseth2022-09-011-3/+1
|
* Add 'model' config typeJon Bratseth2022-08-314-193/+118
|
* Remove temporary testJon Bratseth2022-08-282-2/+27
|
* Use package name instead of general namespacejonmv2022-08-251-9/+18
|
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-126-12/+19
| | | | magic conversions.
* 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
| | | | Also remove some deprecated methods in ConfigGetter
* 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
| | | | | | Always add response to response queue for subscription. Add warnings if config changes without generation and of config state has an unexpected change.
* 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 incompatible
| * 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 ↵Henning Baldersheim2022-02-161-3/+3
|\ | | | | | | | | vespa-engine/balder/if-queue-is-empty-no-need-to-check-again If the queue is empty, avoid an extra poll which will do both an extr…
| * If the queue is empty, avoid an extra poll which will do both an extra time ↵Henning Baldersheim2022-02-161-3/+3
| | | | | | | | conversion and take a lock.
* | If timeout is zero or negative there is no need to make a costly call to ↵Henning Baldersheim2022-02-161-13/+21
|/ | | | sample the time.
* SimplifyHarald Musum2022-02-101-2/+1
|
* Handle previous config being null when setting new configHarald Musum2022-02-101-4/+5
| | | | | Handle previous config being null (i.e. not configured before when checking for unexpected change in config)