summaryrefslogtreecommitdiffstats
path: root/config/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Swith to a new connection if possible when asked to do so"Harald Musum2020-05-183-47/+13
|
* Swith to a new connection if possible when asked to do soHarald Musum2020-05-183-13/+47
| | | | | Try to avoid reusing the same connection we want to avoid using, only using it when there is just one source
* Reapply "Use java.util.logging.Level instead of vespalog's LogLevel."gjoranv2020-04-2612-67/+87
| | | | This reverts commit 6ef94983a16650f60db15485067e0a2bbf7bc420.
* Revert "Use java.util.logging.Level instead of vespalog's LogLevel."Harald Musum2020-04-2312-87/+67
|
* Use java.util.logging.Level instead of vespalog's LogLevel.gjoranv2020-04-2312-67/+87
| | | | - The purpose is to allow using config in vespalog.
* Simplify code, as there exists only one config protocol versionHarald Musum2020-03-112-23/+3
|
* Remove suuport for setting vespa version in config requestsHarald Musum2020-03-111-6/+3
| | | | | Using VESPA_VERSION environment variable or Java system property is not documented or system tested, remove it.
* Use an interface that is more flexible.Henning Baldersheim2020-03-062-4/+3
|
* Use lz4 through the compressor in vespajlib.Henning Baldersheim2020-03-051-13/+6
|
* Handle subscriber being called multiple timesHarald Musum2020-02-212-3/+7
| | | | Also check for no pool found when releasing a connection pool
* Merge pull request #12271 from vespa-engine/balder/connectionpool-repoHenning Baldersheim2020-02-206-85/+94
|\ | | | | Use a static connectionpool repo to reduce number of threads.
| * Add test and correct counting errors.Henning Baldersheim2020-02-201-17/+24
| |
| * Use a static connectionpool repo to reduce number of threads.Henning Baldersheim2020-02-196-85/+87
| |
* | Simplify and reduce logging.Harald Musum2020-02-198-42/+20
|/ | | | Make sure to allocate log strings only when they will be printed
* Fix javadocHarald Musum2020-02-121-1/+1
|
* Remove constructor only used in testHarald Musum2020-02-121-22/+8
|
* Remove constructor only used in testsHarald Musum2020-02-121-4/+0
|
* No need for a static method and constructor that are equalHarald Musum2020-02-121-13/+4
|
* Config generation is never nullHarald Musum2020-02-101-3/+1
|
* Inline some stuffHarald Musum2020-02-101-12/+10
|
* Merge pull request #12103 from vespa-engine/hmusum/remove-legacy-payload-methodHarald Musum2020-02-072-27/+2
|\ | | | | Remove method for getting legacy payload (only used in tests)
| * Remove method for getting legacy payload (only used in tests)Harald Musum2020-02-072-27/+2
| |
* | Remove unused methodHarald Musum2020-02-072-16/+3
| |
* | Remove unnecessary classesHarald Musum2020-02-064-435/+362
|/ | | | | We now have just one implementation of config requests, so remove unnecessary abstract classes
* Revert "Always set new config (which also sets generation) when generation ↵Harald Musum2020-02-061-1/+5
| | | | ha…"
* Merge pull request #12090 from vespa-engine/hmusum/add-config-debug-loggingHarald Musum2020-02-062-0/+2
|\ | | | | Add debug logging when getting config response and polling internal q…
| * Use lambda in debug log lineHarald Musum2020-02-062-2/+2
| |
| * Add debug logging when getting config response and polling internal queueHarald Musum2020-02-062-0/+2
| |
* | Merge pull request #12087 from ↵Harald Musum2020-02-061-5/+1
|\ \ | |/ |/| | | | | vespa-engine/hmusum/always-set-new-config-when-generation-updated Always set new config (which also sets generation) when generation ha…
| * Always set new config (which also sets generation) when generation has changedHarald Musum2020-02-061-5/+1
| |
* | Move SlimeUtils to vespajlibMartin Polden2020-02-061-113/+0
|/
* Minor cleanup, no functional changesHarald Musum2020-02-0445-122/+78
|
* Non-functional changesJon Bratseth2020-01-063-1/+4
|
* Increase client timeout for config requestsHarald Musum2019-10-271-1/+1
|
* Use the actual timeout value in requestHarald Musum2019-10-231-13/+14
|
* Print version properly (without "Optional[]")Harald Musum2019-10-211-1/+2
|
* Simplify loggingHarald Musum2019-10-181-21/+13
|
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-10/+0
| | | | | | Different implementations and using OSGi makes it really hard to use these annotations and the value of using them is IMHO not very high.
* Merge pull request #10383 from vespa-engine/bjorncs/config-thread-nameHenning Baldersheim2019-08-221-23/+11
|\ | | | | Assign name to config thread
| * Remove unused fieldBjørn Christian Seime2019-08-221-9/+0
| |
| * Assign name to config threadBjørn Christian Seime2019-08-221-16/+13
| |
* | Close config subscriber after getting configBjørn Christian Seime2019-08-222-12/+7
|/
* Cleanup of config definition name and namespaceHarald Musum2019-08-141-4/+0
| | | | | Config definition name and namespace are mandatory, so no need to fallback to default namespace anymore
* Require name and namespace to exist and not be emptyHarald Musum2019-08-131-4/+5
| | | | | This has been required a long time ago, this just fixes the code in ConfigKey
* Reduce code duplication, move one method into test classHarald Musum2019-07-301-42/+23
|
* Use VespaHttpClientBuilder in ConfigVerificationBjørn Christian Seime2019-07-251-21/+21
|
* Version is not used anymore, simplify and cleanupHarald Musum2019-07-251-88/+16
|
* Remove unused codeHarald Musum2019-07-251-63/+0
|
* Remove constructor that uses default namespace (deprecated)Harald Musum2019-07-241-25/+6
|
* Keep method as public, part of APIHarald Musum2019-07-241-2/+2
|