summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* More lazy debug log message generationJon Marius Venstad2021-04-2827-82/+66
* Switch connection only when the current one is failingHarald Musum2021-04-281-1/+1
* Merge pull request #17612 from vespa-engine/hmusum/change-how-to-switch-conne...Harald Musum2021-04-271-1/+1
|\
| * Change the way we switch connection when the current one is not workingHarald Musum2021-04-271-1/+1
* | Revert "Use a single-threaded executor that delegates to another for ZK sessi...Harald Musum2021-04-274-51/+11
* | Remove flag, current flag override is true everywhereHarald Musum2021-04-271-9/+3
* | Merge pull request #17600 from vespa-engine/freva/feeding-blocked-metricJon Marius Venstad2021-04-2714-129/+122
|\ \
| * | Add feedingBlocked to deployment metrics responseValerij Fredriksen2021-04-261-0/+1
| * | Use SlimeJsonResponseValerij Fredriksen2021-04-264-47/+11
| * | Aggregate feeding blocked metricValerij Fredriksen2021-04-264-6/+37
| * | Reformat JSON filesValerij Fredriksen2021-04-268-76/+73
| |/
* | Override awaitTermination() as wellHarald Musum2021-04-271-0/+6
* | Use a single-threaded executor that delegates to another for ZK session workHarald Musum2021-04-264-11/+45
|/
* Merge pull request #17591 from vespa-engine/freva/deploy-logValerij Fredriksen2021-04-261-5/+20
|\
| * Add DeployLogger::logApplicationPackageValerij Fredriksen2021-04-261-2/+18
| * Do not log with prefix to JSON deploy logValerij Fredriksen2021-04-261-4/+3
* | Reapply "Flag to allow disabling mtls"Morten Tokle2021-04-261-0/+8
|/
* Revert "Revert "Revert "Flag to allow disabling mtls"""Harald Musum2021-04-251-8/+0
* Revert "Revert "Flag to allow disabling mtls""Harald Musum2021-04-251-0/+8
* Revert "Flag to allow disabling mtls"Morten Tokle2021-04-251-8/+0
* Ensure consistent flag value for generationMorten Tokle2021-04-231-3/+3
* Flag to allow disabling mtlsMorten Tokle2021-04-231-0/+8
* Merge pull request #17518 from vespa-engine/hmusum/dont-load-application-when...Harald Musum2021-04-221-4/+6
|\
| * Just return not found if application not loadedHarald Musum2021-04-211-4/+6
* | Log actual time when redeployment starts and finishesHarald Musum2021-04-221-5/+7
* | Separate config for threads used for redeployment of appsHarald Musum2021-04-221-2/+2
|/
* Add config and feature flag for the number of distributor stripes.Geir Storli2021-04-201-0/+3
* Double timeout waiting for activation on config servers to 120 secondsHarald Musum2021-04-191-1/+1
* Merge pull request #17468 from vespa-engine/jonmv/short-conn-ttl-for-config-c...Jon Marius Venstad2021-04-161-3/+2
|\
| * Use a short connection TTL to avoid many connections, instead of Connection: ...Jon Marius Venstad2021-04-161-3/+2
* | Merge pull request #17440 from vespa-engine/mortent/custom-acl-mappingMorten Tokle2021-04-161-0/+3
|\ \ | |/ |/|
| * Custom acl mappingMorten Tokle2021-04-151-0/+3
* | Force HTTP/1.1 for config convergence checkerJon Marius Venstad2021-04-161-0/+2
|/
* Rename class to match naming convention of other handlersBjørn Christian Seime2021-04-121-1/+1
* Convert remaining JAX-RS resources to request handlersBjørn Christian Seime2021-04-121-16/+12
* Merge pull request #17363 from vespa-engine/jonmv/reapply-close-closeable-res...Jon Marius Venstad2021-04-124-7/+14
|\
| * Close response after reading its body >_<Jon Marius Venstad2021-04-124-9/+13
| * Revert "Revert "Close closeable http responses""Jon Marius Venstad2021-04-123-10/+13
* | Add feature flag to enable HTTP/2 for jdiscBjørn Christian Seime2021-04-121-0/+3
|/
* Revert "Close closeable http responses"Harald Musum2021-04-123-13/+10
* Merge pull request #17349 from vespa-engine/bjorncs/rewrite-to-request-handlerHåkon Hallingstad2021-04-121-5/+4
|\
| * Rewrite HealthResource as request handlerBjørn Christian Seime2021-04-091-5/+4
* | Close closeable http responsesJon Marius Venstad2021-04-123-10/+13
|/
* Add missing throwHenning Baldersheim2021-04-081-1/+3
* Unify on hc5 [run-systemtest]Henning Baldersheim2021-04-081-13/+17
* Merge branch 'master' into hmusum/cleanup-7Harald Musum2021-04-0811-65/+74
|\
| * Log at level info if deleting an app takes more than 5 secondsHarald Musum2021-04-061-4/+10
| * Merge pull request #17233 from vespa-engine/mortent/remove-lb-pow2-flagMorten Tokle2021-04-062-19/+1
| |\
| | * Remove flag controlling random routing lbMorten Tokle2021-03-302-19/+1
| * | Merge pull request #17269 from vespa-engine/hmusum/separate-zk-watcher-execut...Jon Marius Venstad2021-04-063-8/+15
| |\ \