aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Remove usage of deprecated Method constructorBjørn Christian Seime2019-05-232-19/+8
|
* Improve readability and correct a commentJon Marius Venstad2019-05-222-5/+5
|
* Correct timeLeftMillis decrementationJon Marius Venstad2019-05-221-1/+1
|
* Add createConfigV3GetConfigMethod overload taking MethodHandlerBjørn Christian Seime2019-05-151-3/+13
|
* Clean up and shut down in correct order.Henning Baldersheim2019-05-111-13/+8
|
* Simplify by not caching a memberHenning Baldersheim2019-05-101-10/+5
|
* Simplify by not caching a memberHenning Baldersheim2019-05-101-8/+3
|
* Simplify by not caching a memberHenning Baldersheim2019-05-101-10/+5
|
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-1011-74/+98
|
* = defaultHenning Baldersheim2019-05-051-1/+1
|
* Revert "Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-281-2/+2
| | | | artifact ids"""
* Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-261-2/+2
| | | | artifact ids""
* Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"Harald Musum2019-04-251-2/+2
|
* Merge pull request #9157 from vespa-engine/hmusum/update-java-lz4-depHarald Musum2019-04-251-2/+2
|\ | | | | Update to newer java lz4 version (1.5.1) and use new artifact ids
| * Update to newer java lz4 version (1.5.1) and use new artifact idsHarald Musum2019-04-231-2/+2
| |
* | Config generation with vespa-get-configHåkon Hallingstad2019-04-231-2/+7
|/
* Fix format string in config module.Tor Egge2019-03-121-1/+1
|
* Fix format strings in config module.Tor Egge2019-03-125-11/+11
|
* Cannot check for valid url downloader, connect is done later nowHarald Musum2019-03-011-2/+2
|
* Add null guardHarald Musum2019-02-281-2/+2
|
* Only connect if neededHarald Musum2019-02-281-1/+2
|
* Move connect to where the work is doneHarald Musum2019-02-281-1/+1
|
* Merge pull request #8598 from vespa-engine/hmusum/stop-using-connectSyncHarald Musum2019-02-282-3/+9
|\ | | | | Use connect instead of connectSync
| * Use connect instead of connectSyncHarald Musum2019-02-252-3/+9
| | | | | | | | | | | | When using TLS the handshake may not be finished when connectSync returns, which might lead to unpredicatable and confusing behavior, use connect and ping to check for RPC connection being up instead.
* | Unify on = defaultHenning Baldersheim2019-02-252-5/+4
| |
* | Eliminate some gcc 9 warnings.Tor Egge2019-02-251-0/+1
|/
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-25/+0
|
* Rename LoadBalancerAlias -> RoutingPolicyMartin Polden2019-02-061-0/+5
|
* Remove unused member variable from FRTConfigRequestFactory.Tor Egge2019-02-052-7/+2
|
* Eliminate clang warning in configTor Egge2019-02-057-8/+6
|
* Simplify variadic template usage in config::ConfigKeySet.Tor Egge2019-02-012-18/+6
|
* Use vespalib::hex modifier for vespalib::asciistream.Tor Egge2019-02-011-1/+1
|
* Adjust forward declarations in config.Tor Egge2019-02-018-9/+9
|
* Use formatting to build exception messages.Tor Egge2019-01-311-4/+5
|
* Merge pull request #8253 from ↵Harald Musum2019-01-2912-38/+4
|\ | | | | | | | | vespa-engine/hmusum/remove-field-from-config-protocol Remove unused field
| * Remove unused fieldHarald Musum2019-01-2812-38/+4
| |
* | minus char is locale dependentKristian Aune2019-01-281-2/+3
|/
* Print jrt transport metrics as comment in outputBjørn Christian Seime2019-01-241-2/+4
|
* Revert "Add jrt supervisor as constructor parameter"Bjørn Christian Seime2019-01-221-6/+1
| | | | This reverts commit 64c2d214d0122ba491f78c7298f0bf16ea3455bd.
* 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
| | |