summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Add http-utils to configserver's pom.xmlBjørn Christian Seime2019-09-111-0/+6
|
* Get logs using httpsMorten Tokle2019-09-111-2/+2
|
* Fix error messageHarald Musum2019-09-101-1/+1
|
* Don't enforce access control for non-default instancesJon Bratseth2019-09-091-0/+4
| | | | | This makes it easier to create additional instances for testing other services against it.
* Minor fixesJon Bratseth2019-09-092-1/+2
|
* Allow services.xml variants on application instance nameJon Bratseth2019-09-096-19/+16
|
* Revert "Add config model versions to response "Harald Musum2019-09-056-24/+8
|
* Remove unused codeJon Marius Venstad2019-09-052-40/+0
|
* Stop auto-upgrading dev and perf deploymentsJon Marius Venstad2019-09-051-5/+1
|
* Merge pull request #10508 from vespa-engine/olaa/reapply-parallelizationØyvind Grønnesby2019-09-0511-200/+355
|\ | | | | Reapply parallelization for configserver metric aggregation
| * Log error instead of throwingOla Aunrønning2019-09-041-1/+3
| |
| * Don't use MetricsProxyContainer for port number. Synchronize methods. ↵Ola Aunrønning2019-09-048-359/+351
| | | | | | | | Refactoring
| * Find clusters using metric dimensions instead of service info.Ola Aunrønning2019-09-0410-134/+250
| |
| * Revert "Merge pull request #10489 from ↵Ola Aunrønning2019-09-045-64/+109
| | | | | | | | | | | | | | vespa-engine/revert-10485-olaa/parallelize-metric-gathering" This reverts commit 6b1d725aee53839385a44d4542955dd6b9c5221e, reversing changes made to 7e26976e385c864da3b8bebaf63d4648bee694b2.
* | Merge pull request #10509 from ↵Arnstein Ressem2019-09-054-0/+16
|\ \ | | | | | | | | | | | | vespa-engine/arnej/handle-relative-paths-to-start-script update shell bootstrap sections
| * | update shell bootstrap sectionsArne Juul2019-09-044-0/+16
| |/
* | Merge pull request #10430 from ↵Harald Musum2019-09-056-8/+24
|\ \ | |/ |/| | | | | vespa-engine/hmusum/add-config-model-versions-to-response Add config model versions to response
| * Add config model versions to responseHarald Musum2019-08-276-8/+24
| |
* | Remove feature flag for grouping session cacheBjørn Christian Seime2019-09-031-8/+0
| |
* | Revert "Parallelize cluster metric aggeregation."Harald Musum2019-09-035-109/+64
| |
* | Extract metric retrieval out of ApplicationRepositoryOla Aunrønning2019-09-022-49/+83
| |
* | Parallelize cluster metric aggeregation.Ola Aunrønning2019-09-024-39/+50
| |
* | Remove use of Nullable and NotNull annotationsHarald Musum2019-08-294-20/+5
| | | | | | | | | | | | Different implementations and using OSGi makes it really hard to use these annotations and the value of using them is IMHO not very high.
* | Revert "Upgrade to zookeeper 3.4.14, take 5"Harald Musum2019-08-293-15/+29
| |
* | Revert "Revert " Upgrade to zookeeper 3.4.14, take 4""Harald Musum2019-08-283-29/+15
| |
* | Revert " Upgrade to zookeeper 3.4.14, take 4"Harald Musum2019-08-273-15/+29
|/
* Merge branch 'master' into ↵Harald Musum2019-08-271-5/+3
|\ | | | | | | revert-10388-revert-10370-revert-10346-revert-10336-hmusum/upgrade-to-zookeeper-3.4.14
| * Revert "Revert "provision certificates for directly routed zones""Andreas Eriksen2019-08-271-5/+3
| |
| * Revert "provision certificates for directly routed zones"Andreas Eriksen2019-08-261-3/+5
| |
| * provision certificates for directly routed zonesandreer2019-08-261-5/+3
| |
* | Revert "Revert "Upgrade to zookeeper 3.4.14, take 3" MERGEOK"Harald Musum2019-08-263-29/+15
|/
* Revert "Upgrade to zookeeper 3.4.14, take 3"Harald Musum2019-08-233-15/+29
|
* IndentationHarald Musum2019-08-221-3/+2
|
* Remove NonNull annotationsHarald Musum2019-08-223-26/+13
|
* Add feature flag for controlling termwise limit default.Henning Baldersheim2019-08-191-0/+6
|
* Remove unnecessary codeHarald Musum2019-08-191-2/+0
|
* Remove unused methodHarald Musum2019-08-191-21/+7
|
* Get tenant repo from application repoHarald Musum2019-08-1912-32/+21
|
* Merge pull request #9981 from ↵Jon Bratseth2019-08-191-0/+2
|\ | | | | | | | | vespa-engine/hmusum/check-config-convergence-for-clustercontroller Check cluster controller for config convergence
| * Check cluster controller for config convergenceHarald Musum2019-07-081-0/+2
| |
* | Remove unused methodsHarald Musum2019-08-161-25/+4
| |
* | Rename classHarald Musum2019-08-164-54/+45
| |
* | CleanupHarald Musum2019-08-166-88/+23
| | | | | | | | | | Remove some unused counters, update/remove some javadoc, access levels, unused methods No functional changes
* | Merge pull request #10238 from vespa-engine/ogronnesby/propagate-ca-in-configØyvind Grønnesby2019-08-141-0/+3
|\ \ | | | | | | Add the CA certificates to configuration and read it from app package
| * | Add the CA certificates to configuration and read it from application packageØyvind Grønnesby2019-08-121-0/+3
| | |
* | | Add config setting for throwing if active session cannot be loadedHarald Musum2019-08-141-13/+21
| | | | | | | | | | | | | | | | | | | | | THe feature flag that controlled this earlier has been removed, there might still be exceptional cases where one might need to do this to get a config server to start. Zookeeper server will not start if an exception is thrown, so it is not possible to fix anything if the state somehow has become bad
* | | Always throw if unable to load remote session and remove feature flagHarald Musum2019-08-131-19/+9
|/ /
* | Remove unused api from 'serviceview/v1'Bjørn Christian Seime2019-08-051-34/+0
| |
* | Return 409 with error code LOAD_BALANCER_NOT_READY if deployment fails due ↵Harald Musum2019-08-013-1/+43
| | | | | | | | | | | | | | | | | | to that Move LoadBalancerServiceException to config-provisioning so that it can be used from config server as well. Return 409 and LOAD_BALANCER_NOT_READY as error code if we get a LoadBalancerServiceException. Retry deploy on LOAD_BALANCER_NOT_READY.
* | Don't check ConfigServerMetricsService in CDOla Aunrønning2019-08-011-1/+0
| |