summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove unused qr-logging.defgjoranv2019-01-211-44/+0
|
* Merge pull request #8141 from ↵Bjørn Christian Seime2019-01-151-1/+6
|\ | | | | | | | | vespa-engine/bjorncs/jrt-transport-metrics-cfgserver Bjorncs/jrt transport metrics cfgserver
| * Add jrt supervisor as constructor parameterBjørn Christian Seime2019-01-141-1/+6
| |
* | Merge pull request #8109 from vespa-engine/vekterli/fix-tsan-detected-data-racesTor Brede Vekterli2019-01-152-3/+5
|\ \ | | | | | | Fix some ThreadSanitizer reported data races
| * | Make config state atomic to allow for well-defined pollingTor Brede Vekterli2019-01-092-3/+5
| | |
* | | h is a valid optionHarald Musum2019-01-142-2/+2
| |/ |/|
* | Merge pull request #8069 from vespa-engine/lesters/download-urlsLester Solbakken2019-01-113-9/+135
|\ \ | | | | | | Lesters/download urls
| * | Add error message to returned error for url downloadLester Solbakken2019-01-101-1/+1
| | |
| * | Increase timeout for url download to 1 hourLester Solbakken2019-01-102-2/+2
| | |
| * | Increase url download timeout to 5 minutesLester Solbakken2019-01-101-1/+1
| | |
| * | Differentiate path and url field setsLester Solbakken2019-01-101-4/+5
| | |
| * | Update license headerLester Solbakken2019-01-091-1/+1
| | |
| * | Download files specified in url config fieldLester Solbakken2019-01-093-5/+130
| |/
* / Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+303
|/ | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Prepare for removing wanted generation in confi requestsHarald Musum2019-01-082-5/+1
| | | | wawnted generation is not used (always 0), start with removing validation
* Reset allGenerationsChanged and allGenerationsSame between loops.Henning Baldersheim2019-01-071-15/+13
|
* Only log the config on spam level.Henning Baldersheim2019-01-062-13/+14
| | | | Enusre we get everything useful on debug level.
* Optimize imports.Henning Baldersheim2019-01-062-2/+5
|
* GC unused code and update includesHenning Baldersheim2019-01-059-0/+10
|
* Do not sleep longer than necessary, and unify braces.Henning Baldersheim2019-01-051-6/+9
|
* Verify that negative time time does mean a very long waitHenning Baldersheim2019-01-051-9/+28
|
* = defaultHenning Baldersheim2019-01-051-1/+1
|
* Remove dead code.Tor Egge2019-01-041-1/+0
|
* Break ouf of loop in ConfigSubscriptionSet::acquireSnapshot() if thereTor Egge2019-01-041-0/+2
| | | | is no time left.
* Change ConfigHolder::wait() to immediately return success if a configTor Egge2019-01-042-3/+2
| | | | is already held.
* ThreadLocalRandom is recommended over Random in multithreaded environments, ↵Håkon Hallingstad2018-12-201-4/+8
| | | | try 2
* Fix imports, indentation access modifiersHarald Musum2018-12-201-21/+35
|
* SimplifyHarald Musum2018-12-201-5/+2
|
* Add url config typeLester Solbakken2018-12-183-21/+77
|
* Update method comment.gjoranv2018-12-141-2/+2
|
* Allow non-existent structs, arrays and maps in config payloads.gjoranv2018-12-142-37/+159
| | | | | | | | | - User config is already validated against the def schema during deploy, so we can assume that non-existent fields have been added to a later version of the config class than the application is using. + Add tests for complex data types in config payload. + Rename some methods and parameters for clarity.
* Inline helper method.gjoranv2018-12-131-7/+4
|
* Include stack trace when constructed in log warningBjørn Christian Seime2018-12-041-1/+7
|
* Prefix warning with Object.toString()Bjørn Christian Seime2018-12-041-1/+1
|
* Use thread-safe list implementation for 'subscriptionHandles'Bjørn Christian Seime2018-12-041-2/+2
|
* Use static loggerBjørn Christian Seime2018-12-041-1/+1
|
* Synchronize access to 'genreration' and 'internalRedeploy' fieldsBjørn Christian Seime2018-12-041-5/+9
|
* Synchronize access to 'state' fieldBjørn Christian Seime2018-12-041-8/+22
|
* Warn during finalization if ConfigSubscriber was not closedBjørn Christian Seime2018-12-041-7/+10
|
* Deprecate com.yahoo.config.provision.VersionJon Bratseth2018-12-011-1/+2
| | | | We have com.yahoo.component.Version, and one is enough.
* Add test and fix that repeated reconfigs works for schema changes.Henning Baldersheim2018-11-132-11/+7
|
* Merge pull request #7609 from vespa-engine/hmusum/remove-unused-def-filesValerij Fredriksen2018-11-094-108/+0
|\ | | | | Remove unused def files
| * Remove unused def filesHarald Musum2018-11-094-108/+0
| |
* | Revert "Support flag for replacing an array when overriding config, part 1"Harald Musum2018-11-091-10/+0
|/
* Support flag for replacing an array when overriding config, part 1Harald Musum2018-11-081-0/+10
|
* Revert "Supporting clearing config array when overriding config"Harald Musum2018-11-081-13/+0
|
* Simplify by using a removeArray method, make operation case insensitiveHarald Musum2018-11-051-15/+3
|
* Supporting clearing config array when ovverriding configHarald Musum2018-11-011-0/+25
|
* Remove the costly and unnecessary setSlobrokId interface.Henning Baldersheim2018-10-048-51/+42
|