aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Reapply "Use java.util.logging.Level instead of vespalog's LogLevel."gjoranv2020-04-2613-68/+88
| | | | This reverts commit 6ef94983a16650f60db15485067e0a2bbf7bc420.
* Revert "Use java.util.logging.Level instead of vespalog's LogLevel."Harald Musum2020-04-2313-88/+68
|
* Use java.util.logging.Level instead of vespalog's LogLevel.gjoranv2020-04-2313-68/+88
| | | | - The purpose is to allow using config in vespalog.
* Invoke SubRef on RPC request before exiting processTor Brede Vekterli2020-04-061-0/+1
| | | | | Is reported as memory leak by AddressSanitizer, but slips between the cracks when run under Valgrind.
* Simplify code, as there exists only one config protocol versionHarald Musum2020-03-113-62/+3
|
* Remove suuport for setting vespa version in config requestsHarald Musum2020-03-112-24/+3
| | | | | Using VESPA_VERSION environment variable or Java system property is not documented or system tested, remove it.
* Follow api change.Henning Baldersheim2020-03-061-2/+1
|
* Use an interface that is more flexible.Henning Baldersheim2020-03-062-4/+3
|
* Use lz4 through the compressor in vespajlib.Henning Baldersheim2020-03-053-90/+6
|
* Adjust forward declarations.Tor Egge2020-02-272-4/+4
|
* - Add debug logging.Henning Baldersheim2020-02-235-3/+12
| | | | | - std::make_unique - Reduce code visibility.
* 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-2011-91/+131
|\ | | | | Use a static connectionpool repo to reduce number of threads.
| * Add test and correct counting errors.Henning Baldersheim2020-02-202-17/+47
| |
| * Use a static connectionpool repo to reduce number of threads.Henning Baldersheim2020-02-1910-91/+101
| |
* | 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-122-47/+8
|
* Remove constructor only used in testsHarald Musum2020-02-122-10/+10
|
* No need for a static method and constructor that are equalHarald Musum2020-02-123-20/+17
|
* Move things around, minor cleanupHarald Musum2020-02-111-92/+89
|
* Merge classesHarald Musum2020-02-112-297/+255
|
* Merge pull request #12144 from vespa-engine/hmusum/cleanup-6Henning Baldersheim2020-02-111-14/+10
|\ | | | | Config cleanup 6
| * Config generation is never nullHarald Musum2020-02-101-3/+1
| |
| * Inline some stuffHarald Musum2020-02-101-12/+10
| |
* | Revert "Config cleanup 5"Harald Musum2020-02-107-75/+80
| |
* | Merge pull request #12136 from ↵Henning Baldersheim2020-02-102-11/+3
|\ \ | | | | | | | | | | | | vespa-engine/balder/catch-and-exit-nicely-on-config-error Catch and exit nicely on config error.
| * | Catch and exit nicely on config error.Henning Baldersheim2020-02-102-11/+3
| |/
* | Merge pull request #12129 from vespa-engine/hmusum/cleanup-5Harald Musum2020-02-107-80/+75
|\ \ | | | | | | Config cleanup 5
| * | Remove constructor only used in testsHarald Musum2020-02-092-14/+11
| | |
| * | No need for a static method and constructor that are equalHarald Musum2020-02-093-16/+5
| | |
| * | Remove unused map of requestersHarald Musum2020-02-096-54/+63
| |/
* / Adjust deviance a bit to avoid random test failureHarald Musum2020-02-101-1/+1
|/
* Merge pull request #12103 from vespa-engine/hmusum/remove-legacy-payload-methodHarald Musum2020-02-074-49/+16
|\ | | | | Remove method for getting legacy payload (only used in tests)
| * Remove method for getting legacy payload (only used in tests)Harald Musum2020-02-074-49/+16
| |
* | Remove unused methodHarald Musum2020-02-073-17/+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-062-196/+0
|/
* Minor cleanup, no functional changesHarald Musum2020-02-0480-387/+111
|
* Don't use local variable in use lib statement.Tor Egge2020-01-171-1/+1
|
* Enable vespa site perl in bootstrap section of perl scripts.Tor Egge2020-01-171-3/+3
|
* Use shell script wrapper for vespa-configproxy-cmd.Tor Egge2020-01-152-2/+2
|
* Merge pull request #11692 from ↵Henning Baldersheim2020-01-081-2/+2
|\ | | | | | | | | vespa-engine/toregge/system-time-and-steady-time-might-have-different-duration-types std::chrono::system_clock and std::chrono::steady_clock might have different duration types.
| * Use default constructor for time point when duration since epoch is zero.Tor Egge2020-01-081-2/+2
| |