aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/main
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bratseth/apply on restart take 8"Jon Bratseth2020-11-3019-131/+43
* Revert "Merge pull request #15549 from vespa-engine/revert-15543-bratseth/app...Jon Bratseth2020-11-3019-43/+131
* Revert "Bratseth/apply on restart take 7"Jon Bratseth2020-11-3019-131/+43
* Revert "Merge pull request #15542 from vespa-engine/revert-15540-bratseth/app...Jon Bratseth2020-11-3019-43/+131
* Revert "Bratseth/apply on restart take 6"Jon Bratseth2020-11-3019-131/+43
* Revert "Merge pull request #15532 from vespa-engine/revert-15527-bratseth/app...Jon Bratseth2020-11-3019-43/+131
* Revert "Bratseth/apply on restart take 5"Jon Bratseth2020-11-3019-131/+43
* Revert "Merge pull request #15521 from vespa-engine/revert-15520-bratseth/app...Jon Bratseth2020-11-3019-43/+131
* Revert "Bratseth/apply on restart take 4"Jon Bratseth2020-11-2919-131/+43
* Revert "Merge pull request #15510 from vespa-engine/revert-15508-bratseth/app...Jon Bratseth2020-11-2919-43/+131
* Revert "Bratseth/apply on restart take 3"Jon Bratseth2020-11-2719-131/+43
* Revert "Merge pull request #15495 from vespa-engine/revert-15494-bratseth/app...Jon Bratseth2020-11-2719-43/+131
* Remove dead codeJon Marius Venstad2020-11-267-213/+0
* Output config when configs are not equalHarald Musum2020-11-221-9/+8
* Do not support vespa_base.<setting> anymoreHarald Musum2020-10-301-1/+1
* Non-functional changes onlyJon Bratseth2020-09-181-0/+1
* Use SlimeUtils in more placesHarald Musum2020-08-213-16/+7
* Use correct hostname in requestHarald Musum2020-08-181-7/+6
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-044-4/+5
* Cleanup connection pool.Henning Baldersheim2020-08-021-1/+1
* Separate logging for errors on get and apply configJon Bratseth2020-07-021-4/+13
* Improvements to handling of cluster removalJon Bratseth2020-07-022-16/+21
* 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
* Reapply "Use java.util.logging.Level instead of vespalog's LogLevel."gjoranv2020-04-2612-67/+87
* 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
* 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
* 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
* Merge pull request #12271 from vespa-engine/balder/connectionpool-repoHenning Baldersheim2020-02-206-85/+94
|\
| * 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
|/
* 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)Harald Musum2020-02-072-27/+2
* | Remove unused methodHarald Musum2020-02-072-16/+3
* | Remove unnecessary classesHarald Musum2020-02-064-435/+362
|/
* Revert "Always set new config (which also sets generation) when generation ha...Harald Musum2020-02-061-1/+5
* Merge pull request #12090 from vespa-engine/hmusum/add-config-debug-loggingHarald Musum2020-02-062-0/+2
|\
| * 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